Lines Matching refs:next
369 struct nameseq *next = chain->next; in string_glob() local
371 chain = next; in string_glob()
881 struct a_word *next; member
912 struct a_pattern *next; member
947 pattail = &pat->next; in func_filter_filterout()
970 wordtail = &word->next; in func_filter_filterout()
989 for (wp = wordhead; wp != 0; wp = wp->next) in func_filter_filterout()
1002 for (pp = pathead; pp != 0; pp = pp->next) in func_filter_filterout()
1005 for (wp = wordhead; wp != 0; wp = wp->next) in func_filter_filterout()
1020 for (wp = wordhead; wp != 0; wp = wp->next) in func_filter_filterout()
1026 for (wp = wordhead; wp != 0; wp = wp->next) in func_filter_filterout()
1039 for (pp = pathead; pp != 0; pp = pp->next) in func_filter_filterout()
2192 char *next; in handle_function() local
2197 || (! (next = find_next_argument (openparen, closeparen, p, end)))) in handle_function()
2198 next = end; in handle_function()
2201 *argvp = expand_argument (p, next); in handle_function()
2205 *next = '\0'; in handle_function()
2208 p = next + 1; in handle_function()