Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.h189 struct tbl * ktenter(struct table *, const char *, unsigned int);
H A Dtable.c111 ktenter(struct table *tp, const char *n, unsigned int h) in ktenter() function
H A Dexec.c751 tp = ktenter(&l->funs, name, h); in findfunc()
826 tp = ktenter(&builtins, name, hash(name)); in builtin()
897 tp = ktenter(&taliases, name, h); in findcom()
H A Dvar.c128 tp = ktenter(&specials, names[i].name, hash(names[i].name)); in initvar()
240 vp = ktenter(&l->vars, n, h); in global()
271 vp = ktenter(&l->vars, n, h); in local()
H A Dsyn.c673 p = ktenter(&keywords, tt->name, hash(tt->name)); in initkeywords()
H A Dc_ksh.c958 ap = ktenter(t, alias, h); in c_alias()
H A Deval.c1248 ap = ktenter(&homedirs, name, hash(name)); in homedir()