Searched refs:rest_of_args (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dshift.c59 if (rest_of_args)
61 temp = rest_of_args;
63 rest_of_args = rest_of_args->next;
H A Dgetopts.c129 else if (rest_of_args == (WORD_LIST *)NULL)
144 for (words = rest_of_args; words; words = words->next, i++)
149 for (words = rest_of_args; words; words = words->next, i++)
H A Dcommon.c331 dispose_words (rest_of_args);
332 rest_of_args = copy_word_list (list);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dshell.h85 extern WORD_LIST *rest_of_args;
H A Dsubst.c2415 for (args = rest_of_args; args; args = args->next)
2429 for (list = rest_of_args; list; list = list->next)
2447 for (p = rest_of_args; p && ind--; p = p->next)
2455 and the rest_of_args. If DOLLAR_STAR is 1, then obey the special
H A Dvariables.c133 WORD_LIST *rest_of_args = (WORD_LIST *)NULL; variable

Completed in 105 milliseconds