Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1130 const char *eof, *eofp; in readhere() local
1144 eofp = eof; in readhere()
1156 if (!*eofp) { in readhere()
1178 } else if ((unsigned int)c == ord(*eofp++)) in readhere()