Home
last modified time | relevance | path

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

/external/mksh/src/
Dvar.c136 tp = ktenter(&specials, initvar_names[i], in initvar()
280 vp = ktenter(&l->vars, n, h); in global()
311 vp = ktenter(&l->vars, n, h); in local()
Dexec.c961 tp = ktenter(&l->funs, name, h); in findfunc()
1053 tp = ktenter(&builtins, name, hash(name)); in builtin()
1122 tp = ktenter(&taliases, name, h); in findcom()
Dsyn.c821 p = ktenter(&keywords, tt->name, hash(tt->name)); in initkeywords()
Dmain.c1763 ktenter(struct table *tp, const char *n, uint32_t h) in ktenter() function
Dsh.h1891 struct tbl *ktenter(struct table *, const char *, uint32_t);
Deval.c1709 ap = ktenter(&homedirs, name, hash(name)); in homedir()
Dfuncs.c1115 ap = ktenter(t, alias, h); in c_alias()