Searched refs:locgetc (Results 1 – 1 of 1) sorted by relevance
56 #define locgetc(cnt) (cnt += 1, (iop->_flag & _IOWRT) ? \ macro226 while (isspace(inchar = locgetc(chcount))) in __wdoscan_u()238 locgetc(chcount))) in __wdoscan_u()244 if ((inchar = locgetc(chcount)) == ch) in __wdoscan_u()514 while (isspace(inchar = locgetc(chcount))) in __wdoscan_u()727 c = locgetc((*chcount)); in number()734 switch (c = locgetc((*chcount))) { in number()741 if ((c = locgetc((*chcount))) != '0') in number()751 if (((inchar = locgetc((*chcount))) == 'x') || in number()777 for (; --len >= 0; *np++ = (char)c, c = locgetc((*chcount))) { in number()[all …]