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

  /external/mksh/src/
exec.c 961 tp = ktenter(&l->funs, name, h);
1053 tp = ktenter(&builtins, name, hash(name));
1122 tp = ktenter(&taliases, name, h);
    [all...]
var.c 136 tp = ktenter(&specials, initvar_names[i],
280 vp = ktenter(&l->vars, n, h);
311 vp = ktenter(&l->vars, n, 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...]

Completed in 231 milliseconds