Home
last modified time | relevance | path

Searched refs:filec (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c124 filec = 1; in doset()
515 filec = 0; in unset()
H A Dsh.h122 extern bool filec; /* doing filename expansion */
H A Dsh.lex.c1329 if (filec && intty) {
1366 if (filec && !intty)
H A Dsh.file.c56 bool filec = 0; variable