Searched defs:matched (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | metarule.c | 128 * otherwise if stem!=0 then non-dir part of matched stem is copied there 367 int matched; local 397 matched = 0; 399 if (metamatch(stem, u, p->rule->name) && (x = metainfo('I', p->rule->name, NiL, 0)) && (matched = 1, x->prereqs)) 410 matched = 1; 416 if (matched) 426 matched = 0; 429 for (matched = 1, q = x->prereqs; q; q = q->next) 556 * nonterminals skipped if r matched any constrained metarule target 559 if (!matched [all...] |
H A D | expand.c | 2342 int matched; local 2493 matched = 1; 2562 matched = (tst == 'F'); 2569 matched = 1; 2574 matched = 0; 2580 matched = S_ISBLK(st.st_mode); 2583 matched = S_ISCHR(st.st_mode); 2586 matched = S_ISDIR(st.st_mode); 2591 matched = S_ISREG(st.st_mode); 2594 matched [all...] |
/ast/src/lib/libjcl/ |
H A D | jcllib.h | 153 #define matched _jcl_matched macro 172 extern char* matched(int, size_t*, Jcldisc_t*);
|
H A D | path.c | 63 int matched; member in struct:State_s 160 * return the pointer to the matched subexpression n 165 matched(int n, size_t* z, Jcldisc_t* disc) function 167 if (n > state.matched) 179 * set sets state.matched 197 state.matched++; 198 return (s - b) + (state.match[state.matched].length = strlen(state.match[state.matched].string = s)); 209 state.matched++; 210 state.match[state.matched] [all...] |
/ast/src/cmd/coshell/ |
H A D | schedule.c | 87 int matched; local 227 if ((matched = match(ap, a, op)) && ap->access && !ap->home && !miscmatch(ap, ap->access)) 229 matched = 0; 233 message((-6, "search: %s name=%s misc=%s matched=%d", ap->name, (a->set & SETNAME) ? a->name : "*", ((a->set | op) & (SETMISC|DEF|NEW|SET)) == SETMISC ? a->misc : "*", matched)); 237 if (matched) nopen += ap->cpu; 240 if (!ap->home && (!xp || ap->temp < PCT(xp->temp, H_TEMP) || (ap->mode & SHELL_DENIED) || matched && xm && PCT(ap->temp, H_TEMP) < xp->temp && ap->rank > xp->rank)) 243 xm = matched; 256 if (matched) noverride++; 274 if (matched) [all...] |
/ast/src/lib/libtksh/tcl/ |
H A D | tclCmdMZ.c | 1603 int i, code, mode, matched; 1667 matched = 0; 1670 matched = 1; 1674 matched = (strcmp(string, switchArgv[i]) == 0); 1677 matched = Tcl_StringMatch(string, switchArgv[i]); 1680 matched = Tcl_RegExpMatch(interp, string, switchArgv[i]); 1681 if (matched < 0) { 1688 if (!matched) { 1719 * Nothing matched: return nothing. 1592 int i, code, mode, matched; local
|
/ast/src/lib/libtk/generic/ |
H A D | tkImgPhoto.c | 550 int matched; 982 matched = 0; 988 matched = 1; 998 } else if (!matched) { 3033 int matched; 3041 matched = 0; 3049 matched = 1; 3072 if ((formatString != NULL) && !matched) { 3123 int matched; 3131 matched 547 int matched; local 3011 int matched; local 3100 int matched; local [all...] |
/ast/src/cmd/pax/ |
H A D | pax.h | 416 unsigned char matched; member in struct:Pattern_s
|
/ast/src/lib/libast/misc/ |
H A D | optget.c | 2409 int matched = 0; local 3004 matched = -1; 3040 matched = -1; 3117 matched = 1; 3624 if (!matched) 3638 else if (matched < 0) 3728 if (style >= STYLE_man || matched < 0)
|
Completed in 39 milliseconds