Home
last modified time | relevance | path

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

/dflybsd-src/bin/sh/
H A Djobs.h63 char *commandtext(union node *);
H A Djobs.c1003 ps->cmd = commandtext(n); in forkshell()
1345 commandtext(union node *n) in commandtext() function
H A Dexec.c330 name = commandtext(getfuncnode(cmdp->param.func)); in printentry()