/external/mksh/src/ |
var.c | 136 tp = ktenter(&specials, initvar_names[i], 280 vp = ktenter(&l->vars, n, h); 311 vp = ktenter(&l->vars, n, h); [all...] |
exec.c | 961 tp = ktenter(&l->funs, name, h); 1053 tp = ktenter(&builtins, name, hash(name)); 1122 tp = ktenter(&taliases, name, h); [all...] |
syn.c | 821 p = ktenter(&keywords, tt->name, hash(tt->name));
|
eval.c | [all...] |
main.c | 1763 ktenter(struct table *tp, const char *n, uint32_t h) function [all...] |
sh.h | [all...] |
funcs.c | 1115 ap = ktenter(t, alias, h); [all...] |