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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2026 int is_courier_until_eol (void);
2586 * is_courier_until_eol - returns TRUE if we can see a whole line which is courier
2589 int html_printer::is_courier_until_eol (void) function in class:html_printer
3396 if (line_start && nf && is_courier_until_eol()) {
3854 if ((! fill_on) && (is_courier_until_eol()) &&
3860 if ((! fill_on) && (is_courier_until_eol()) &&
3867 if ((! fill_on) && (is_courier_until_eol()) &&
3874 if ((! fill_on) && (is_courier_until_eol()) &&

Completed in 130 milliseconds