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 …]
334 static int getchr(void);507 if ((c = getchr()) == ',') { in commands()518 c = getchr(); in commands()531 c = getchr(); in commands()538 c = getchr(); in commands()542 if ((c = getchr()) == ';') { in commands()655 if ((c = getchr()) < 'a' || c > 'z') in commands()959 c = getchr(); in address()965 } while ((c = getchr()) >= '0' && c <= '9'); in address()1027 if ((c = getchr()) < 'a' || c > 'z') in address()[all …]
117 token[0] = t = getchr(); in main()165 while ((*tp = getchr()) != WEOF && in main()194 t = getchr(); in main()210 token[0] = t = getchr(); in main()243 token[0] = t = getchr(); in main()262 while ((t = getchr()) != WEOF && is_space(t)) in main()293 while ((t = getchr()) != WEOF && is_space(t)) in main()316 *tp = getchr(); in inpmatch()956 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
92 #define getchr(vp) (*(vp)->nextchr++) macro516 c = getchr(vp); in gettok()545 getchr(vp); in gettok()552 getchr(vp); in gettok()566 getchr(vp); in gettok()646 getchr(vp); in expr()