Searched refs:need_separator (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | ascmagic.c | 122 int need_separator = 0; in file_ascmagic_with_encoding() local 168 need_separator = 1; in file_ascmagic_with_encoding() 230 if (need_separator && file_separator(ms) == -1) in file_ascmagic_with_encoding()
|
H A D | softmagic.c | 129 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; in file_softmagic() local 144 &printed_something, &need_separator, &firstline, in file_softmagic() 217 int *printed_something, int *need_separator, int *firstline, in match() argument 267 printed_something, need_separator, firstline, returnval, in match() 304 *need_separator = 1; in match() 319 *need_separator = 1; in match() 379 name_count, printed_something, need_separator, in match() 420 *need_separator = 1; in match() 448 if (*need_separator in match() 455 *need_separator = 1; in match() [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | ref.cpp | 273 int need_separator = 0; in sortify_words() local 286 need_separator = 1; in sortify_words() 291 if (need_separator) { in sortify_words() 293 need_separator = 0; in sortify_words()
|