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

/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dtroff.cpp41 virtual char *get_last_filled() = 0;
145 if (driver_extension_flag && ((fill >= 0.0) || (get_last_filled() != 0))) {
146 if (get_last_filled() == 0)
163 if (driver_extension_flag && ((fill >= 0.0) || (get_last_filled() != 0))) {
164 if (get_last_filled() == 0)
189 if (driver_extension_flag && ((fill >= 0.0) || (get_last_filled() != 0))) {
190 if (get_last_filled() == 0)
241 char *get_last_filled();
530 char *troff_output::get_last_filled() function in class:troff_output
H A Doutput.h62 virtual char *get_last_filled() = 0;
H A Dcommon.h74 char *get_last_filled() = 0;
H A Dtex.cpp47 char *get_last_filled();
388 char *tex_output::get_last_filled() function in class:tex_output

Completed in 100 milliseconds