Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/roff/troff/
HDenv.cpp277 node *gc_np = 0; in add_char() local
293 tab_contents = tab_contents->add_char(ci, this, &tab_width, &s, &gc_np); in add_char()
305 line = line->add_char(ci, this, &width_total, &space_total, &gc_np); in add_char()
313 if ((!suppress_push) && gc_np) { in add_char()
314 if (gc_np && (gc_np->state == 0)) { in add_char()
315 gc_np->state = construct_state(0); in add_char()
316 gc_np->push_state = get_diversion_state(); in add_char()