Lines Matching refs:c_list
46 static struct op *c_list(int, bool);
94 outtree = c_list(doalias ? ALIAS : 0, source->type == SSTRING); in yyparse()
141 c_list(int sALIAS, bool multi) in c_list() function
243 t = c_list(sALIAS, true); in nested()
463 t->left = c_list(sALIAS, true); in get_command()
480 t->left = c_list(sALIAS, true); in get_command()
565 list = c_list(sALIAS, true); in dogroup()
577 t->left = c_list(sALIAS, true); in thenpart()
591 if ((t = c_list(sALIAS, true)) == NULL) in elsepart()
597 t->left = c_list(sALIAS, true); in elsepart()
667 t->left = c_list(sALIAS, true); in casepart()