Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/refer/
HDrefer.cpp96 string pending_line; variable
510 if (pending_line.length() == 0) { in do_file()
514 pending_line.set_length(pending_line.length() - 1); in do_file()
517 split_punct(pending_line, punct); in do_file()
522 pending_line += PRE_LABEL_MARKER; in do_file()
523 pending_line += pre; in do_file()
525 pending_line += lm; in do_file()
526 pending_line += post; in do_file()
528 pending_line += POST_LABEL_MARKER; in do_file()
529 pending_line += punct; in do_file()
[all …]