Searched refs:ucbuf_ungetc (Results 1 – 3 of 3) sorted by relevance
261 ucbuf_ungetc(c, buf); in getStringToken()274 ucbuf_ungetc(c, buf); in getStringToken()309 ucbuf_ungetc(c, buf); in getStringToken()360 … ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */ in getNextChar()366 ucbuf_ungetc(c, buf); /* "/c" - put back the c */ in getNextChar()411 ucbuf_ungetc(d, buf); in seekUntilEndOfComment()439 ucbuf_ungetc(ESCAPE, buf); in unescape()
144 ucbuf_ungetc(int32_t ungetChar,UCHARBUF* buf);
537 ucbuf_ungetc(int32_t c,UCHARBUF* buf){ in ucbuf_ungetc() function