Searched refs:ktenter (Results 1 – 7 of 7) sorted by relevance
/third_party/mksh/ |
D | exec.c | 1046 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()
|
D | var.c | 144 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()
|
D | syn.c | 835 p = ktenter(&keywords, tt->name, hash(tt->name)); in initkeywords()
|
D | main.c | 1911 ktenter(struct table *tp, const char *n, uint32_t h) in ktenter() function
|
D | eval.c | 1997 ap = ktenter(&homedirs, name, hash(name)); in homedir()
|
D | sh.h | 2630 struct tbl *ktenter(struct table *, const char *, uint32_t);
|
D | funcs.c | 915 ap = ktenter(t, alias, h); in c_alias()
|