Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c50 static struct op *dogroup(int);
455 t->left = dogroup(sALIAS); in get_command()
464 t->right = dogroup(sALIAS); in get_command()
547 dogroup(int sALIAS) in dogroup() function