Searched refs:matched (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libjcl/
H A Dpath.c63 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...]
H A Djcllib.h153 #define matched _jcl_matched macro
172 extern char* matched(int, size_t*, Jcldisc_t*);
H A Dfind.c128 if (t = matched(*v - '0', &n, jcl->disc))
/ast/src/cmd/nmake/
H A Dmetarule.c128 * 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 Dexpand.c2342 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/cmd/coshell/
H A Dschedule.c87 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 DtclCmdMZ.c1603 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 DtkImgPhoto.c550 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 Dmisc.c966 if (!p->matched || p->directory)
971 p->directory = p->matched = 1;
979 p->matched = 1;
H A Dpax.h416 unsigned char matched; member in struct:Pattern_s
H A Dfile.c1312 state.pattern->matched = 0;
H A Dpax.c55 " except that the \b/\b character is also matched. The default if no"
1898 if (!state.pattern->matched)
/ast/src/lib/libast/misc/
H A Doptget.c2409 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 70 milliseconds