OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outflags
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/mdocml/dist/
mdoc_markdown.c
237
static int
outflags
;
variable
271
outflags
= MD_Sm;
274
outflags
&= ~MD_spc;
286
outflags
|= MD_sp;
290
outflags
|= MD_sp;
315
if (
outflags
& MD_nonl)
316
outflags
&= ~(MD_nl | MD_sp);
317
else if (
outflags
& MD_spc &&
320
outflags
|= MD_nl;
329
outflags
&= ~(MD_spc | MD_spc_force)
[
all
...]
mdoc_man.c
269
static int
outflags
;
variable
362
outflags
&= ~MMAN_spc;
371
outflags
&= ~MMAN_spc;
381
if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) &
outflags
) {
385
if (MMAN_PP &
outflags
) {
386
if (MMAN_sp &
outflags
) {
387
if (MMAN_PD &
outflags
) {
389
outflags
&= ~MMAN_PD;
391
} else if ( ! (MMAN_PD &
outflags
)) {
393
outflags
|= MMAN_PD
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026