Searched refs:ps_get_line (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp418 static int ps_get_line(string &buf, FILE *fp) function
734 if (!ps_get_line(buf, fp)) {
853 if (!ps_get_line(buf, fp)) {
895 if (!ps_get_line(buf, fp)) {
992 if (!ps_get_line(buf, fp)) {
1004 } while (ps_get_line(buf, fp));
1015 if (!ps_get_line(buf, fp))
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dinput.cpp5802 int ps_get_line(char *buf, FILE *fp, const char* filename) function
5848 if (!ps_get_line(buf, fp, filename)) {
5857 while (ps_get_line(buf, fp, filename) != 0) {
5890 while (ps_get_line(buf, fp, filename) != 0) {

Completed in 119 milliseconds