Searched refs:top_vars (Results 1 – 4 of 4) sorted by relevance
306 struct variables *top_vars = &shell_ver; variable310 static struct variables *top_vars = NULL ; variable783 for(e = top_vars; e; e=e->next) in builtin_set()2150 for (cur = top_vars; cur; cur=cur->next)2192 for(cur = top_vars; cur; cur = cur->next) {2225 struct variables *bottom = top_vars;2256 for (cur = top_vars; cur; cur=cur->next) {2261 struct variables *next = top_vars;3320 if (top_vars == NULL) {3321 top_vars = malloc(sizeof(struct variables));[all …]