Searched refs:dtmatch (Results 1 - 25 of 59) sorted by relevance

123

/ast/src/lib/libexpr/
H A Dexexpr.c40 sym = name ? (Exid_t*)dtmatch(ex->symbols, name) : &ex->main;
/ast/src/lib/libast/string/
H A Dfmtfs.c75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev))
H A Dfmtgid.c76 else if (ip = (Id_t*)dtmatch(dict, &gid))
H A Dfmtuid.c76 else if (ip = (Id_t*)dtmatch(dict, &uid))
H A Dstruid.c80 else if (ip = (Id_t*)dtmatch(dict, name))
H A Dstrgid.c86 else if (ip = (Id_t*)dtmatch(dict, name))
/ast/src/lib/libcoshell/
H A Dcoexport.c53 if (!(ex = (Coexport_t*)dtmatch(co->export, name)))
H A Dcoinit.c82 if (!co->export || !dtmatch(co->export, n))
/ast/src/lib/libjcl/
H A Dlib.c73 if (jcl->step->syms && (v = (Jclsym_t*)dtmatch(jcl->step->syms, name)))
77 if (scope->scope && scope->scope->step->syms && (v = (Jclsym_t*)dtmatch(scope->scope->step->syms, name)))
79 if (scope->syms && (v = (Jclsym_t*)dtmatch(scope->syms, name)))
85 else if ((v = (Jclsym_t*)dtmatch(jcl->syms, name)) && (!(flags & (JCL_SYM_EXPORT|JCL_SYM_SET)) || (v->flags & (JCL_SYM_EXPORT|JCL_SYM_SET))))
H A Duniq.c161 if (u = (Uniq_t*)dtmatch(state.mark, name))
267 if (u = (Uniq_t*)dtmatch(state.diff, name))
H A Dpath.c347 if (!dtmatch(state.suf, s))
502 c = dtmatch(state.match[k].map, s) != 0;
621 return (state.suf && (s = strrchr(path, '.')) && (xp = (Suf_t*)dtmatch(state.suf, s))) ? xp->length : 0;
/ast/src/lib/libast/comp/
H A Dhsearch.c129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
H A Dtsearch.c122 if(!(o = (Tree_t*)dtmatch(dt,key)) )
155 return (o = (Tree_t*)dtmatch(dt,key)) ? (Void_t*)(&o->key) : NIL(Void_t*);
/ast/src/cmd/std/
H A Dmount.c236 if (!(p = (Match_t*)dtmatch(state.match, b)))
263 if (!(p = (Match_t*)dtmatch(state.match, s)))
267 p = (Match_t*)dtmatch(state.match, s);
286 p = (Match_t*)dtmatch(state.match, s);
H A Dpss.c263 if (!dtmatch(pss->ttybyname, name))
274 if (!dtmatch(pss->ttybydev, &dev))
365 if (tty = (Tty_t*)dtmatch(pss->ttybyname, s))
403 if (tty = (Tty_t*)dtmatch(pss->ttybydev, &dev))
407 if (tty = (Tty_t*)dtmatch(pss->ttybydev, &dev))
H A Dps.c574 if (!(kp = (Key_t*)dtmatch(state.keys, fp->t_str)))
1058 } while ((xp = (Ps_t*)dtmatch(state.bypid, &xp->ps->ppid)) && !xp->ps->pss);
1075 } while ((xp = (Ps_t*)dtmatch(state.bypid, &xp->ps->ppid)) && !xp->ps->pss);
1078 } while (xp->ps->ppid != xp->ps->pid && (xp = (Ps_t*)dtmatch(state.bypid, &xp->ps->ppid)));
1084 if (pp->ps->ppid != pp->ps->pid && (xp = (Ps_t*)dtmatch(state.bypid, &pp->ps->ppid)) && (xp->ps->pss & (PSS_EXPLICIT|PSS_MATCHED|PSS_PARENT)))
1353 if (!(kp = (Key_t*)dtmatch(state.keys, t)))
1613 if (!(kp = (Key_t*)dtmatch(state.keys, opt_info.arg)))
/ast/src/cmd/jcl/
H A Djcm.c382 if (event = (Jcmevent_t*)dtmatch(state.events, s))
425 if (var = (Jcmvar_t*)dtmatch(state.vars, s))
457 if (!(lib = (Jcmlib_t*)dtmatch(state.libs, name)))
470 if (var = (Jcmvar_t*)dtmatch(state.vars, name))
476 } while (dtmatch(state.vars, name));
925 var = (Jcmvar_t*)dtmatch(state.vars, set->name);
926 if ((!(var = (Jcmvar_t*)dtmatch(state.vars, set->name)) || !var->init) && (!(global = (Jcmset_t*)dtmatch(state.set, set->name)) || streq(global->value, set->value) || circular(set)))
/ast/src/cmd/ksh93/sh/
H A Denv.c122 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str);
168 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str);
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c142 return !!dtmatch(state->dict, val.value.string.data);
/ast/src/cmd/mailx/port/
H A Dmime.c292 ent = (Ent_t*)dtmatch(mp->cap, s);
440 else if (ent = (Ent_t*)dtmatch(mp->cap, pattern))
580 if (!(ent = (Ent_t*)dtmatch(mp->cap, type)) && (s = strchr(type, '/')) && (c = s - (char*)type) < sizeof(word))
584 ent = (Ent_t*)dtmatch(mp->cap, word);
/ast/src/lib/libast/misc/
H A Dtranslate.c254 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
H A Dmime.c240 ent = (Ent_t*)dtmatch(mp->cap, s);
392 if ((ent = (Ent_t*)dtmatch(mp->cap, type)) ||
417 if (ent = (Ent_t*)dtmatch(mp->cap, s))
425 if (ent = (Ent_t*)dtmatch(mp->cap, s))
434 return (Ent_t*)dtmatch(mp->cap, buf);
/ast/src/lib/libdss/
H A Dcxmap.c188 if (map->num2str && (item = (Cxitem_t*)dtmatch(map->num2str, &num)))
320 if (item = (Cxitem_t*)dtmatch(dt, b))
/ast/src/cmd/tw/
H A Dexpr.c362 if (vp = (Visit_t*)dtmatch(state.vistab, &id))
391 v = (vp = (Visit_t*)dtmatch(state.vistab, &id)) ? vp->value[MEMOFFSET(sym->index)] : exzero(sym->type);
621 if (!(vp = (Visit_t*)dtmatch(state.vistab, &id)))
651 if (!(vp = (Visit_t*)dtmatch(state.vistab, &id)))
861 if (!(sym = (Exid_t*)dtmatch(state.program->symbols, fp->t_str)))
/ast/src/cmd/html/
H A Dhtmlrefs.c259 if (!dtmatch(state->files, s) && keep(state, s, F_OK))
367 if (!(fp = (File_t*)dtmatch(state->files, s)))
380 if (dp = (File_t*)dtmatch(state->files, s))
1178 if ((!(fp = dtmatch(state->files, ent->fts_path)) || !(fp->flags & COPIED)) && (!state->ignore.size || !strmatch(ent->fts_path, state->ignore.data)) && (!state->limit.size || strmatch(ent->fts_path, state->limit.data)))
1208 if (!dtmatch(state->files, ent->fts_path) && (!strmatch(ent->fts_name, state->keep.data) || state->skip.size && strmatch(ent->fts_name, state->skip.data) || state->ignore.size && strmatch(ent->fts_path, state->ignore.data)))

Completed in 41 milliseconds

123