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

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dhelp.c49 int plen, match_found, sflag; local
86 for (match_found = 0, pattern = ""; list; list = list->next)
102 match_found++;
107 if (match_found == 0)
/macosx-10.9.5/vim-53/src/
H A Dtag.c1339 struct match_found struct
1401 ga_init2(&ga_match[mtt], (int)sizeof(struct match_found *), 100);
2226 mfp = (struct match_found *)
2227 alloc((int)sizeof(struct match_found) + len
2266 mfp = (struct match_found *)alloc(
2267 (int)sizeof(struct match_found) + len);
2282 mfp = (struct match_found *)alloc(
2283 (int)sizeof(struct match_found) + len);
2311 mfp = (struct match_found *)alloc(
2312 (int)sizeof(struct match_found)
[all...]
/macosx-10.9.5/file_cmds-230/chmod/
H A Dchmod_acl.c629 unsigned match_found = 0, aindex; local
639 match_found++;
653 if (0 == match_found) {

Completed in 143 milliseconds