Searched defs:noglob (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c34 bool noglob; variable
74 noglob = adrof(S_noglob /* "noglob" */) != 0;
76 globcnt = noglob | nonomatch;
122 if (noglob) {
132 } else if (noglob || eq(as, S_LBRA /* "{" */) ||

Completed in 44 milliseconds