Home | History | Annotate | Download | only in ksh

Lines Matching defs:expanded

180 /* Information for keeping track of macros that are being expanded.
188 unsigned char *buf; /* pointer to macro(s) being expanded */
194 static enum expand_mode expanded = NONE;/* last input was expanded */
599 expanded = NONE;
610 expanded = NONE;
625 expanded = NONE;
644 expanded = NONE;
693 expanded = NONE;
1950 if (commandx == 0 && expanded == EXPAND && buf) {
1953 expanded = NONE;
1970 expanded = EXPAND;
2009 if (commandx == 0 && expanded == COMPLETE && buf) {
2011 expanded = PRINT;
2014 if (commandx == 0 && expanded == PRINT && buf) {
2017 expanded = NONE;
2066 /* expanded = PRINT; next call undo */
2070 expanded = COMPLETE; /* next call will list completions */
2086 expanded = NONE;