Searched refs:need_separator (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dascmagic.c115 int need_separator = 0; local
159 need_separator = 1;
225 if (need_separator && file_separator(ms) == -1)
H A Dsoftmagic.c121 int rv, printed_something = 0, need_separator = 0; local
136 &printed_something, &need_separator, NULL, NULL)) != 0)
197 int *printed_something, int *need_separator, int *returnval,
247 printed_something, need_separator, returnval, found_match))
285 *need_separator = 1;
296 *need_separator = 1;
355 name_count, printed_something, need_separator,
398 *need_separator = 1;
422 if (*need_separator
428 *need_separator
194 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, const struct buffer *b, size_t offset, int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, int *printed_something, int *need_separator, int *returnval, int *found_match) argument
1560 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, int *printed_something, int *need_separator, int *returnval, int *found_match) argument
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp271 int need_separator = 0; local
284 need_separator = 1;
289 if (need_separator) {
291 need_separator = 0;

Completed in 191 milliseconds