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

/freebsd-current/contrib/tcsh/
H A Dsnames.h57 #define GetNextChar GetNxtChar macro
H A Ded.decls.h253 extern int GetNextChar (Char *);
H A Ded.inputl.c685 if ((num = GetNextChar(ch)) != 1) { /* if EOF or error */
746 GetNextChar(Char *cp) function
H A Ded.chared.c1101 if (GetNextChar(&ch) != 1)
1286 if (GetNextChar(&ch) != 1) {
3136 num = GetNextChar(&ch);
3649 if (GetNextChar(&ch) != 1)
3666 if (GetNextChar(&ch) != 1)
3682 if (GetNextChar(&ch) != 1)
3696 if (GetNextChar(&ch) != 1)
H A Ded.xmap.c179 if (GetNextChar(&tch) != 1) { /* if EOF or error */

Completed in 128 milliseconds