help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

variable in a structure


From: jack sparrow
Subject: variable in a structure
Date: Thu, 9 Feb 2012 13:49:26 +0530

hi,

Currently in gnu global is it possible to find in which structure a variable is 
defined. for example

struct abc {

int var_a;
int var_b;
int var_c;
};

if i do, 

global -<some-option> var_b

i should get 

struct abc

is it possible ?

regards
jack

reply via email to

[Prev in Thread] Current Thread [Next in Thread]