HomeSort by: relevance | last modified time | path
    Searched defs:get_command (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
syn.c 29 static struct op *get_command ARGS((int cf));
90 t = get_command(cf);
93 if ((p = get_command(CONTIN)) == NULL)
209 get_command(cf) function
577 if ((t->left = get_command(CONTIN)) == (struct op *) 0) {
syn.c 29 static struct op *get_command ARGS((int cf));
90 t = get_command(cf);
93 if ((p = get_command(CONTIN)) == NULL)
209 get_command(cf) function
577 if ((t->left = get_command(CONTIN)) == (struct op *) 0) {
syn.c 29 static struct op *get_command ARGS((int cf));
90 t = get_command(cf);
93 if ((p = get_command(CONTIN)) == NULL)
209 get_command(cf) function
577 if ((t->left = get_command(CONTIN)) == (struct op *) 0) {

Completed in 32 milliseconds