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

/macosx-10.10.1/tcsh-65/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.c1097 if (GetNextChar(&ch) != 1)
1283 if (GetNextChar(&ch) != 1) {
3133 num = GetNextChar(&ch);
3646 if (GetNextChar(&ch) != 1)
3663 if (GetNextChar(&ch) != 1)
3679 if (GetNextChar(&ch) != 1)
3693 if (GetNextChar(&ch) != 1)
H A Ded.xmap.c183 if (GetNextChar(&tch) != 1) { /* if EOF or error */

Completed in 161 milliseconds