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

/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Doutput.cpp203 last_word.add_word(s, strlen(s));
222 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
224 col = last_word.flush(fp);
236 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
238 if (last_word.get_length() > 0) {
239 col = last_word.flush(fp);
244 if (last_word.get_length() != 0) {
249 col += last_word.flush(fp);
262 col += last_word.flush(fp);
276 col += last_word
[all...]
H A Dhtml.h85 word_list last_word; member in class:simple_output
/freebsd-10.0-release/contrib/groff/src/preproc/refer/
H A Dref.cpp550 const char *last_word = start; local
558 return last_word;
562 last_word = ptr;
567 return last_word;

Completed in 118 milliseconds