Home
last modified time | relevance | path

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

/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp279 node *gc_np = 0; in add_char() local
295 tab_contents = tab_contents->add_char(ci, this, &tab_width, &s, &gc_np); in add_char()
307 line = line->add_char(ci, this, &width_total, &space_total, &gc_np); in add_char()
315 if ((!suppress_push) && gc_np) { in add_char()
316 if (gc_np && (gc_np->state == 0)) { in add_char()
317 gc_np->state = construct_state(0); in add_char()
318 gc_np->push_state = get_diversion_state(); in add_char()