Searched defs:localvar (Results 1 – 1 of 1) sorted by relevance
2069 struct localvar { struct2070 struct localvar *next; /* next local variable in list */ argument2071 struct var *vp; /* the variable that was made local */2072 int flags; /* saved flags */2073 const char *text; /* saved text */