Searched refs:need_separator (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/file/src/ |
| HD | softmagic.c | 93 int rv, printed_something = 0, need_separator = 0; in file_softmagic() local 104 &printed_something, &need_separator, NULL)) != 0) in file_softmagic() 160 int *printed_something, int *need_separator, int *returnval) in match() argument 198 printed_something, need_separator, returnval)) { in match() 232 *need_separator = 1; in match() 242 *need_separator = 1; in match() 287 printed_something, need_separator, returnval)) { in match() 322 *need_separator = 1; in match() 346 if (*need_separator in match() 352 *need_separator = 0; in match() [all …]
|
| /NextBSD/contrib/groff/src/preproc/refer/ |
| HD | ref.cpp | 271 int need_separator = 0; in sortify_words() local 284 need_separator = 1; in sortify_words() 289 if (need_separator) { in sortify_words() 291 need_separator = 0; in sortify_words()
|