Searched refs:myungetc (Results 1 – 1 of 1) sorted by relevance
47 #define myungetc(x, iop) ((iop->_flag & _IOWRT) ? *(--iop->_ptr) : \ macro85 if (cp >= *ppc && current != EOF && myungetc(current, pf) in file_to_decimal()92 if (myungetc((int)(unsigned char)*cp, pf) == EOF) in file_to_decimal()