Searched refs:break_code (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/groff/src/roff/troff/ |
| D | node.cpp | 2723 char break_code; member in break_char_node 2753 : node(x), ch(n), break_code(bc), col(c) in break_char_node() 2759 : node(x, s, pop), ch(n), break_code(bc), col(c) in break_char_node() 2770 return new break_char_node(ch->copy(), break_code, col, state, in copy() 2802 if ((*p)->breakable && (break_code & 1)) { in add_self() 2808 if ((*p)->breakable && (break_code & 2)) { in add_self() 5028 int break_code = 0; in add_char() local 5030 break_code = 1; in add_char() 5032 break_code |= 2; in add_char() 5033 if (break_code) { in add_char() [all …]
|