Home
last modified time | relevance | path

Searched refs:get_command (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dsyn.c41 static struct op *get_command(int);
94 t = get_command(cf); in pipeline()
97 if ((p = get_command(CONTIN)) == NULL) in pipeline()
236 get_command(int cf) in get_command() function
684 if ((t->left = get_command(CONTIN)) == NULL) { in function_body()