Searched refs:ga_match (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dgroupaccess.h31 int ga_match(char * const *, int);
H A Dgroupaccess.c114 ga_match(char * const *groups, int n) function
H A Dauth.c221 if (ga_match(options.deny_groups,
234 if (!ga_match(options.allow_groups,
/macosx-10.10/vim-55/src/
H A Dtag.c42 * The matching tags are first stored in ga_match[]. In which one depends on
44 * At the end, the matches from ga_match[] are concatenated, to make a list
1344 garray_T ga_match[MT_COUNT]; local
1401 ga_init2(&ga_match[mtt], (int)sizeof(struct match_found *), 100);
2122 * If a match is found, add it to ga_match[].
2178 * Add the found match in ga_match[mtt], avoiding duplicates.
2182 if (ga_grow(&ga_match[mtt], 1) == OK)
2351 for (i = ga_match[mtt].ga_len; --i >= 0 && !got_int; )
2354 (ga_match[mtt].ga_data))[i];
2363 ((struct match_found **)(ga_match[mt
[all...]

Completed in 135 milliseconds