Home
last modified time | relevance | path

Searched refs:doinput (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dmain.cpp219 int doinput(FILE *fp);
322 while (doinput(fp)) { in main()
407 doinput(FILE *fp) in doinput() function
493 done = !doinput(fp); /* test for EOF */ in conv()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog320 * src/preproc/grn/main.cpp (doinput): Change return type to `int'.