Searched refs:commandtext (Results 1 – 3 of 3) sorted by relevance
62 char *commandtext(union node *);
995 ps->cmd = commandtext(n); in forkshell()1341 commandtext(union node *n) in commandtext() function
324 name = commandtext(getfuncnode(cmdp->param.func)); in printentry()