Lines Matching refs:top_vars
306 struct variables *top_vars = &shell_ver; variable
310 static struct variables *top_vars = NULL ; variable
783 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));
3322 top_vars->name = "HUSH_VERSION";
3323 top_vars->value = "0.01";
3324 top_vars->next = NULL;
3325 top_vars->flg_export = 0;
3326 top_vars->flg_read_only = 1;
3503 for(cur = top_vars; cur; cur = tmp) {
3676 for (cur = top_vars; cur; cur = cur->next) {
3689 for (cur = top_vars; cur; cur = cur->next) {