HomeSort by relevance Sort by last modified time
    Searched refs:ktenter (Results 1 - 7 of 7) sorted by null

  /external/mksh/src/
exec.c 828 tp = ktenter(&l->funs, name, h);
903 tp = ktenter(&builtins, name, hash(name));
966 tp = ktenter(&taliases, name, h);
    [all...]
var.c 134 tp = ktenter(&specials, initvar_names[i],
269 vp = ktenter(&l->vars, n, h);
299 vp = ktenter(&l->vars, n, h);
    [all...]
main.c 1391 ktenter(struct table *tp, const char *n, uint32_t h) function
    [all...]
syn.c 769 p = ktenter(&keywords, tt->name, hash(tt->name));
eval.c     [all...]
sh.h     [all...]
funcs.c 1317 ap = ktenter(t, alias, h);
    [all...]

Completed in 451 milliseconds