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

/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dnode.cpp765 int tbuf_len; member in class:troff_output_file
984 tbuf_len = 0;
988 if (tbuf_len == 0)
1000 for (int i = 0; i < tbuf_len; i++)
1003 tbuf_len = 0;
1055 if (tbuf_len > 0 && hpos == output_hpos && vpos == output_vpos
1059 && tbuf_len < TBUF_SIZE) {
1061 tbuf[tbuf_len++] = c;
1071 tbuf[tbuf_len++] = c;
1557 current_glyph_color(0), nfont_positions(10), tbuf_len(
[all...]

Completed in 93 milliseconds