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()
455 t->left = c_list(sALIAS, true); in get_command()
472 t->left = c_list(sALIAS, true); in get_command()
556 list = c_list(sALIAS, true); in dogroup()
568 t->left = c_list(sALIAS, true); in thenpart()
582 if ((t = c_list(sALIAS, true)) == NULL) in elsepart()
588 t->left = c_list(sALIAS, true); in elsepart()
658 t->left = c_list(sALIAS, true); in casepart()