Lines Matching refs:getbufwchar
181 static wint_t getbufwchar(int, int *);
637 c = getbufwchar(0, &mlen); in check()
639 d = getbufwchar(1, &mlen); in check()
647 c = getbufwchar(0, &mlen); in check()
654 d = getbufwchar(1, &mlen); in check()
659 c = getbufwchar(0, &mlen); in check()
663 d = getbufwchar(1, &mlen); in check()
694 c = getbufwchar(0, &mlen); in check()
696 d = getbufwchar(1, &mlen); in check()
730 for (i = 1; c = getbufwchar(f, &mlen); ) { in skipline()
779 wc = getbufwchar(0, &mlen); in output()
935 ch = getbufwchar(filen, &mlen); in fetch()
976 while (ch = getbufwchar(filen, &mlen)) { in fetch()
1033 (wt = getbufwchar(filen, &mlen)) != '\n'; in readhash()
1065 wt = getbufwchar(filen, &mlen); in readhash()
2136 getbufwchar(int filen, int *len) in getbufwchar() function