Home
last modified time | relevance | path

Searched refs:readchar (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/tools/tools/fixwhite/
H A Dfixwhite.c133 readchar(void) in readchar() function
163 while ((c = readchar()) != EOF) { in main()
/freebsd-14.2/usr.bin/dc/
H A Dbcode.h67 int (*readchar)(struct source *); member
H A Dinout.c195 while ((ch = (*src->vtable->readchar)(src)) != EOF) { in readnumber()
275 while ((ch = (*src->vtable->readchar)(src)) != EOF) { in read_string()
H A Dbcode.c272 return (src->vtable->readchar(src)); in readch()