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

/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dnode.h215 unsigned char unformat; member in class:word_space_node
313 unsigned char unformat; member in class:hmotion_node
317 : node(nxt), n(i), was_tab(0), unformat(0), col(c) {}
319 : node(nxt, s, divlevel), n(i), was_tab(0), unformat(0), col(c) {}
322 : node(nxt, s, divlevel), n(i), was_tab(flag1), unformat(flag2),
325 : node(nxt), n(i), was_tab(flag1), unformat(flag2), col(c) {}
H A Dnode.cpp2885 return new hmotion_node(n, was_tab, unformat, col, state, div_nest_level);
4318 : space_node(d, c, x), orig_width(w), unformat(0)
4324 : space_node(d, s, 0, c, st, pop, x), orig_width(w), unformat(flag)
4350 return new word_space_node(n, set, col, w_new, unformat, state,
4356 unformat = 1;
5125 unformat = 1;

Completed in 77 milliseconds