Lines Matching full:c_list
45 static struct op *c_list(bool);
92 outtree = c_list(source->type == SSTRING);
139 c_list(bool multi)
239 t = c_list(true);
439 t->left = c_list(true);
456 t->left = c_list(true);
535 list = c_list(true);
547 t->left = c_list(true);
561 if ((t = c_list(true)) == NULL)
567 t->left = c_list(true);
637 t->left = c_list(true);