Searched defs:Shell (Results 1 – 2 of 2) sorted by relevance
267 typedef struct Shell { struct275 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 the304 } Shell; typedef
858 const char *Shell; in expand() local