Searched refs:ucbuf_ungetc (Results 1 – 3 of 3) sorted by relevance
265 ucbuf_ungetc(c, buf); in getStringToken()278 ucbuf_ungetc(c, buf); in getStringToken()313 ucbuf_ungetc(c, buf); in getStringToken()364 … ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */ in getNextChar()370 ucbuf_ungetc(c, buf); /* "/c" - put back the c */ in getNextChar()415 ucbuf_ungetc(d, buf); in seekUntilEndOfComment()442 ucbuf_ungetc(ESCAPE, buf); in unescape()
165 ucbuf_ungetc(int32_t ungetChar,UCHARBUF* buf);
539 ucbuf_ungetc(int32_t c,UCHARBUF* buf){ in ucbuf_ungetc() function