Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/bmake/
H A Djob.c194 typedef struct Shell { struct
202 const char *name;
204 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
205 const char *echoOff; /* command to turn echoing off */
206 const char *echoOn; /* command to turn echoing back on */
207 const char *noPrint; /* text to skip when printing output from the
231 } Shell; typedef
/dflybsd-src/usr.bin/tip/
H A Dcmds.c955 char *cp, *Shell; in expand() local