Searched refs:need_space (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Derror.cpp40 int need_space = 0; local
43 need_space = 1;
52 need_space = 1;
57 need_space = 1;
63 need_space = 1;
66 if (need_space)
/macosx-10.10/groff-38/groff/src/devices/grops/
H A Dps.cpp93 : fp(f), col(0), max_line_length(n), need_space(0), fixed_point(0)
117 need_space = 0;
133 need_space = 0;
146 need_space = 0;
167 need_space = 0;
200 need_space = 0;
286 need_space = 0;
295 if (col > 0 && col + len + need_space > max_line_length) {
298 need_space = 0;
300 if (need_space) {
[all...]
H A Dps.h48 int need_space; member in class:ps_output
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dmake-docfile.c470 int need_space = 1;
494 if (need_space)
539 need_space = 0;
467 int need_space = 1; local
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c3745 int need_space; local
3751 need_space = 0;
3771 need_space = 1;
3790 if (! need_space)
3794 need_space = 1;
3796 if (need_space && d_last_char (dpi) != ' ')
3828 int need_space; local
3830 need_space = 1;
3843 need_space = 0;
3849 need_space
[all...]
H A Dcp-demangle.c.orig3745 int need_space;
3751 need_space = 0;
3771 need_space = 1;
3790 if (! need_space)
3794 need_space = 1;
3796 if (need_space && d_last_char (dpi) != ' ')
3828 int need_space;
3830 need_space = 1;
3843 need_space = 0;
3849 need_space
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isccfg/
H A Dparser.c252 isc_boolean_t need_space = ISC_FALSE; local
256 if (need_space)
259 need_space = ISC_TF(fieldobj->type->print != cfg_print_void);
267 isc_boolean_t need_space = ISC_FALSE; local
270 if (need_space)
273 need_space = ISC_TF(f->type->print != cfg_print_void);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Ddiv.cpp791 /* need_space might spring a trap and so we must be careful that the
794 void need_space() function
1164 init_request("ne", need_space);

Completed in 195 milliseconds