Searched refs:break_code (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | node.cpp | 2725 char break_code; member in break_char_node 2755 : node(x), ch(n), break_code(bc), col(c) in break_char_node() 2761 : node(x, s, pop), ch(n), break_code(bc), col(c) in break_char_node() 2772 return new break_char_node(ch->copy(), break_code, col, state, in copy() 2804 if ((*p)->breakable && (break_code & 1)) { in add_self() 2810 if ((*p)->breakable && (break_code & 2)) { in add_self() 5031 int break_code = 0; in add_char() local 5033 break_code = 1; in add_char() 5035 break_code |= 2; in add_char() 5036 if (break_code) { in add_char() [all …]
|