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

/external/mksh/src/
H A Dsyn.c45 static struct op *c_list(bool);
92 outtree = c_list(source->type == SSTRING);
139 c_list(bool multi) function
240 t = c_list(true);
440 t->left = c_list(true);
457 t->left = c_list(true);
536 list = c_list(true);
548 t->left = c_list(true);
562 if ((t = c_list(true)) == NULL)
568 t->left = c_list(tru
[all...]

Completed in 145 milliseconds