Lines Matching refs:top_vars
305 struct variables *top_vars = &shell_ver; variable
309 static struct variables *top_vars = NULL ; variable
782 for(e = top_vars; e; e=e->next) in builtin_set()
2149 for (cur = top_vars; cur; cur=cur->next)
2191 for(cur = top_vars; cur; cur = cur->next) {
2224 struct variables *bottom = top_vars;
2255 for (cur = top_vars; cur; cur=cur->next) {
2260 struct variables *next = top_vars;
3319 if (top_vars == NULL) {
3320 top_vars = malloc(sizeof(struct variables));
3321 top_vars->name = "HUSH_VERSION";
3322 top_vars->value = "0.01";
3323 top_vars->next = NULL;
3324 top_vars->flg_export = 0;
3325 top_vars->flg_read_only = 1;
3502 for(cur = top_vars; cur; cur = tmp) {
3675 for (cur = top_vars; cur; cur = cur->next) {
3688 for (cur = top_vars; cur; cur = cur->next) {