Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_man.c246 static int outflags; variable
287 outflags &= ~MMAN_spc; in font_push()
296 outflags &= ~MMAN_spc; in font_pop()
306 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) { in print_word()
310 if (MMAN_PP & outflags) { in print_word()
311 if (MMAN_sp & outflags) { in print_word()
312 if (MMAN_PD & outflags) { in print_word()
314 outflags &= ~MMAN_PD; in print_word()
316 } else if ( ! (MMAN_PD & outflags)) { in print_word()
318 outflags |= MMAN_PD; in print_word()
[all …]
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c68 int outflags; member
402 outfl(Allowednames[i].outflags, in check_stmt_required_properties()