Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Djob.c267 typedef struct Shell { struct
275 const char *name;
277 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
278 const char *echoOff; /* command to turn echoing off */
279 const char *echoOn; /* command to turn echoing back on */
280 const char *noPrint; /* text to skip when printing output from the
304 } Shell; typedef
/netbsd/src/usr.bin/tip/
Dcmds.c858 const char *Shell; in expand() local