/ast/src/lib/libexpr/ |
H A D | exexpr.c | 40 sym = name ? (Exid_t*)dtmatch(ex->symbols, name) : &ex->main;
|
/ast/src/lib/libast/string/ |
H A D | fmtfs.c | 75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev))
|
H A D | fmtgid.c | 76 else if (ip = (Id_t*)dtmatch(dict, &gid))
|
H A D | fmtuid.c | 76 else if (ip = (Id_t*)dtmatch(dict, &uid))
|
H A D | struid.c | 80 else if (ip = (Id_t*)dtmatch(dict, name))
|
H A D | strgid.c | 86 else if (ip = (Id_t*)dtmatch(dict, name))
|
/ast/src/lib/libcoshell/ |
H A D | coexport.c | 53 if (!(ex = (Coexport_t*)dtmatch(co->export, name)))
|
H A D | coinit.c | 82 if (!co->export || !dtmatch(co->export, n))
|
/ast/src/lib/libjcl/ |
H A D | lib.c | 73 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 D | uniq.c | 161 if (u = (Uniq_t*)dtmatch(state.mark, name)) 267 if (u = (Uniq_t*)dtmatch(state.diff, name))
|
H A D | path.c | 347 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 D | hsearch.c | 129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
|
H A D | tsearch.c | 122 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 D | mount.c | 236 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 D | pss.c | 263 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 D | ps.c | 574 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 D | jcm.c | 382 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 D | env.c | 122 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 D | lookup.c | 142 return !!dtmatch(state->dict, val.value.string.data);
|
/ast/src/cmd/mailx/port/ |
H A D | mime.c | 292 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 D | translate.c | 254 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
|
H A D | mime.c | 240 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 D | cxmap.c | 188 if (map->num2str && (item = (Cxitem_t*)dtmatch(map->num2str, &num))) 320 if (item = (Cxitem_t*)dtmatch(dt, b))
|
/ast/src/cmd/tw/ |
H A D | expr.c | 362 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 D | htmlrefs.c | 259 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)))
|