Lines Matching refs:underline_spaces
504 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()
1506 curenv->underline_spaces = 1; in do_underline()
1694 if (underline_spaces) { in newline()
1695 underline_spaces = 0; in newline()