Searched defs:Shell (Results 1 – 2 of 2) sorted by relevance
194 typedef struct Shell { struct202 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 the231 } Shell; typedef
955 char *cp, *Shell; in expand() local