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

/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c3737 int need_space; local
3743 need_space = 0;
3763 need_space = 1;
3782 if (! need_space)
3786 need_space = 1;
3788 if (need_space && d_last_char (dpi) != ' ')
3820 int need_space; local
3822 need_space = 1;
3835 need_space = 0;
3841 need_space
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3586 int need_space; local
3592 need_space = 0;
3612 need_space = 1;
3631 if (! need_space)
3635 need_space = 1;
3637 if (need_space && d_last_char (dpi) != ' ')
3669 int need_space; local
3671 need_space = 1;
3684 need_space = 0;
3690 need_space
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c260 isc_boolean_t need_space = ISC_FALSE; local
264 if (need_space)
267 need_space = ISC_TF(fieldobj->type->print != cfg_print_void);
275 isc_boolean_t need_space = ISC_FALSE; local
278 if (need_space)
281 need_space = ISC_TF(f->type->print != cfg_print_void);
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c6247 int need_space;
6270 need_space = FALSE;
6273 if (need_space)
6278 need_space = TRUE;
6221 int need_space; local

Completed in 153 milliseconds