Searched refs:getchr (Results 1 – 7 of 7) sorted by relevance
43 #define getchr(ex) (*(ex)->nextchr++) macro84 while (c = getchr(ex), isspace(c)); in expr()111 switch (c = getchr(ex)) in expr()120 if (getchr(ex) != ')') in expr()133 getchr(ex); in expr()140 if (getchr(ex) != ':') in expr()159 getchr(ex); in expr()179 getchr(ex); in expr()194 getchr(ex); in expr()204 getchr(ex); in expr()[all …]
335 static int getchr(void);506 if ((c = getchr()) == ',') { in commands()517 c = getchr(); in commands()530 c = getchr(); in commands()537 c = getchr(); in commands()541 if ((c = getchr()) == ';') { in commands()653 if ((c = getchr()) < 'a' || c > 'z') in commands()950 c = getchr(); in address()956 } while ((c = getchr()) >= '0' && c <= '9'); in address()1018 if ((c = getchr()) < 'a' || c > 'z') in address()[all …]
113 token[0] = t = getchr(); in main()161 while ((*tp = getchr()) != WEOF && in main()190 t = getchr(); in main()206 token[0] = t = getchr(); in main()239 token[0] = t = getchr(); in main()258 while ((t = getchr()) != WEOF && is_space(t)) in main()289 while ((t = getchr()) != WEOF && is_space(t)) in main()312 *tp = getchr(); in inpmatch()952 getchr() in getchr() function
129 extern wchar_t getchr();
160 while ((t = getchr()) != '\n' && t != WEOF) in dodnl()
75 static int getchr(void);366 p = getchr(); in doformat()521 getchr(void) in getchr() function
90 #define getchr(vp) (*(vp)->nextchr++) macro433 c = getchr(vp); in gettok()462 getchr(vp); in gettok()469 getchr(vp); in gettok()483 getchr(vp); in gettok()561 getchr(vp); in expr()