Searched refs:STRignoreeof (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/tcsh/ |
| HD | sh.set.c | 179 else if (eq(vp, STRignoreeof)) { in update_vars() 182 for ((cp = varval(STRignoreeof)); cp && *cp; cp++) { in update_vars() 773 if (adrof(STRignoreeof) == 0) in unset()
|
| HD | tc.const.c | 370 Char STRignoreeof[] = { 'i', 'g', 'n', 'o', 'r', 'e', 'e', 'o', 'f', '\0' }; variable
|
| HD | sh.lex.c | 1497 if (adrof(STRignoreeof)) { in readc() 1512 if (adrof(STRignoreeof)) { in readc()
|