Home
last modified time | relevance | path

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

/freebsd-head/bin/sh/
HDjobs.h60 char *commandtext(union node *);
HDjobs.c992 ps->cmd = commandtext(n); in forkshell()
1334 commandtext(union node *n) in commandtext() function
HDexec.c322 name = commandtext(getfuncnode(cmdp->param.func)); in printentry()