Searched refs:force_nl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/indent/
H A Dindent.c87 int force_nl; /* when true, code must be broken */ local
147 sp_sw = force_nl = false;
405 force_nl = true;
410 force_nl = false;
417 if (force_nl) { /* if we should insert a nl here, put it into
419 force_nl = false;
478 if (force_nl &&
487 force_nl = false;
505 else if (type_code != comment) /* preserve force_nl thru a comment */
506 force_nl
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h75 simple_output &force_nl(void);
H A Doutput.cpp256 * force_nl - forces a newline.
259 simple_output &simple_output::force_nl (void) function in class:simple_output
H A Dhtml-text.cpp759 out->force_nl();

Completed in 117 milliseconds