Lines Matching refs:variables
272 struct variables { struct
277 struct variables *next; argument
305 struct variables shell_ver = { "HUSH_VERSION", "0.01", 1, 1, 0 };
306 struct variables *top_vars = &shell_ver;
310 static struct variables *top_vars = NULL ;
780 struct variables *e; in builtin_set()
2140 struct variables *cur;
2164 struct variables *cur;
2216 cur = malloc(sizeof(struct variables));
2225 struct variables *bottom = top_vars;
2253 struct variables *cur;
2261 struct variables *next = top_vars;
3321 top_vars = malloc(sizeof(struct variables));
3502 struct variables *cur, *tmp;
3673 struct variables *cur;