Searched refs:GetNextChar (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsnames.h58 #define GetNextChar GetNxtChar macro
H A Ded.decls.h253 extern int GetNextChar (Char *);
H A Ded.inputl.c678 if ((num = GetNextChar(ch)) != 1) { /* if EOF or error */
748 GetNextChar(Char *cp) function
H A Ded.chared.c1096 if (GetNextChar(&ch) != 1)
1282 if (GetNextChar(&ch) != 1) {
3132 num = GetNextChar(&ch);
3645 if (GetNextChar(&ch) != 1)
3662 if (GetNextChar(&ch) != 1)
3678 if (GetNextChar(&ch) != 1)
3692 if (GetNextChar(&ch) != 1)
H A Ded.xmap.c183 if (GetNextChar(&tch) != 1) { /* if EOF or error */

Completed in 74 milliseconds