Home
last modified time | relevance | path

Searched refs:dtmatch (Results 1 – 21 of 21) sorted by last modified time

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c597 if(shp->fpathdict && (rp = dtmatch(shp->fpathdict,(void*)pname))) in funload()
H A Dxec.c802 Namval_t *np = dtmatch(shp->inpool,name); in sh_coaddfile()
H A Dnvdisc.c1061 np = dtmatch(root,(void*)name); in nv_search()
H A Dname.c1291 while(rp = (struct Namref*)dtmatch(Refdict,(void*)key)) in nv_delete()
H A Dinit.c2029 if(mp = dtmatch(shp->var_base,cp)) in env_init()
H A Denv.c122 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str); in env_add()
168 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str); in env_delete()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchgrp.c364 if (!(m = (Map_t*)dtmatch(map, &key))) in b_chgrp()
440 if (m = (Map_t*)dtmatch(map, &keys[i])) in b_chgrp()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c509 if (dtmatch(scan->dict, b)) in dllsread()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstruid.c80 else if (ip = (Id_t*)dtmatch(dict, name)) in struid()
H A Dstrgid.c86 else if (ip = (Id_t*)dtmatch(dict, name)) in strgid()
H A Dfmtuid.c76 else if (ip = (Id_t*)dtmatch(dict, &uid)) in fmtuid()
H A Dfmtfs.c75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev)) in fmtfs()
H A Dfmtgid.c76 else if (ip = (Id_t*)dtmatch(dict, &gid)) in fmtgid()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dtranslate.c254 …if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp… in match()
H A Doptget.c184 #define D(s) (state.msgdict && dtmatch(state.msgdict, (s)))
208 #define D(s) (state.msgdict && dtmatch(state.msgdict, (s)))
857 if (!(p = (Save_t*)dtmatch(dict, buf))) in save()
H A Dmagic.c1198 if (ip = (Info_t*)dtmatch(mp->idtab, s)) in cklang()
1873 ep->offset = (ip = (Info_t*)dtmatch(mp->infotab, p)) ? ip->value : 0; in load()
H A Dmime.c240 ent = (Ent_t*)dtmatch(mp->cap, s); in mimeset()
392 if ((ent = (Ent_t*)dtmatch(mp->cap, type)) || in find()
417 if (ent = (Ent_t*)dtmatch(mp->cap, s)) in find()
425 if (ent = (Ent_t*)dtmatch(mp->cap, s)) in find()
434 return (Ent_t*)dtmatch(mp->cap, buf); in find()
H A Dfastfind.c1001 if (x = (Type_t*)dtmatch(fp->encode.namedict, type)) in findwrite()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h335 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
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*);
H A Dhsearch.c129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&