Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp504 if (underline_spaces && fontno != prev_fontno) { in set_font()
648 underline_spaces(0), in environment()
740 underline_spaces(0), in environment()
821 underline_spaces = 0; in copy()
1477 node *do_underline_special(int underline_spaces) in do_underline_special() argument
1481 m.append(underline_spaces + '0'); in do_underline_special()
1485 void do_underline(int underline_spaces) in do_underline() argument
1494 if (underline_spaces) { in do_underline()
1495 curenv->underline_spaces = 0; in do_underline()
1505 if (underline_spaces) { in do_underline()
[all …]
H A Denv.h186 int underline_spaces; variable
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.117723 * src/roff/troff/env.h (environment): New member `underline_spaces'.