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

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_regexp.c95 int first_match; /* positive or negative match */ member in struct:__anon11866
253 match_rule->first_match,
662 match_rule->first_match = first_pat.match;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.set.c230 int first_match = 0; local
247 first_match = 1;
251 if (*v && eq(*v, STRml) && !first_match) {
301 if (first_match)
/macosx-10.9.5/cctools-845/ld/
H A Dsections.c2583 struct load_symbol *hash_load_symbol, *other_name, *first_match; local
2651 first_match = NULL;
2656 if(first_match == NULL)
2657 first_match = other_name;
2662 return(first_match->load_order);
2679 first_match = NULL;
2687 if(first_match == NULL)
2688 first_match = other_name;
2695 if(first_match == NULL)
2696 first_match
[all...]
/macosx-10.9.5/vim-53/src/
H A Dscreen.c5909 * We start at item 'first_match' in the list and show all matches that fit.
5933 static int first_match = 0; local
5963 first_match = 0;
5964 else if (match < first_match)
5967 first_match = match;
5973 for (i = first_match; i < match; ++i)
5975 if (first_match > 0)
5980 first_match = match;
5994 while (first_match > 0)
5996 clen += status_match_len(xp, L_MATCH(first_match
[all...]

Completed in 203 milliseconds