Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/eqn/
HDbox.cpp35 int negative_space = -1; variable
152 negative_space = -n; in set_space()
352 if (positive_space >= 0 || negative_space >= 0) { in extra_space()
356 if (negative_space > 0) in extra_space()
358 ".as1 " LINE_STRING " \\x'%dM'\n", negative_space); in extra_space()
359 positive_space = negative_space = -1; in extra_space()