Searched refs:ucbuf_ungetc (Results 1 – 3 of 3) sorted by relevance
263 ucbuf_ungetc(c, buf); in getStringToken()276 ucbuf_ungetc(c, buf); in getStringToken()311 ucbuf_ungetc(c, buf); in getStringToken()362 … ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */ in getNextChar()368 ucbuf_ungetc(c, buf); /* "/c" - put back the c */ in getNextChar()413 ucbuf_ungetc(d, buf); in seekUntilEndOfComment()440 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