Home
last modified time | relevance | path

Searched refs:ktenter (Results 1 – 7 of 7) sorted by relevance

/third_party/mksh/
Dexec.c1046 tp = ktenter(&l->funs, name, h); in findfunc()
1154 tp = ktenter(&builtins, name, hash(name)); in builtin()
1222 tp = ktenter(&taliases, name, h); in findcom()
Dvar.c144 tp = ktenter(&specials, initvar_names[i], in initvar()
312 vp = ktenter(&l->vars, vn, h); in isglobal()
356 vp = ktenter(&l->vars, vn, h); in local()
Dsyn.c835 p = ktenter(&keywords, tt->name, hash(tt->name)); in initkeywords()
Dmain.c1911 ktenter(struct table *tp, const char *n, uint32_t h) in ktenter() function
Deval.c1997 ap = ktenter(&homedirs, name, hash(name)); in homedir()
Dsh.h2630 struct tbl *ktenter(struct table *, const char *, uint32_t);
Dfuncs.c915 ap = ktenter(t, alias, h); in c_alias()