Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c1228 int *need_space;
1295 *need_space = 0;
1309 *need_space = 1;
1367 *need_space = 0;
1370 *need_space = 1;
1375 *need_space = 1;
1407 int need_space = 0; variable
1449 if (need_space)
1469 int need_space = 0; variable
1584 int need_space = 0; variable
[all …]
/openbsd/gnu/lib/libiberty/src/
H A Dcp-demangle.c3554 int need_space; in d_print_function_type() local
3560 need_space = 0; in d_print_function_type()
3580 need_space = 1; in d_print_function_type()
3599 if (! need_space) in d_print_function_type()
3603 need_space = 1; in d_print_function_type()
3605 if (need_space && d_last_char (dpi) != ' ') in d_print_function_type()
3637 int need_space; in d_print_array_type() local
3639 need_space = 1; in d_print_array_type()
3652 need_space = 0; in d_print_array_type()
3658 need_space = 1; in d_print_array_type()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcc.c5990 int need_space; local
6013 need_space = FALSE;
6016 if (need_space)
6021 need_space = TRUE;
/openbsd/gnu/gcc/gcc/
H A Dgcc.c6143 int need_space; in main() local
6166 need_space = FALSE; in main()
6169 if (need_space) in main()
6174 need_space = TRUE; in main()