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

  /external/mksh/src/
exec.c 1046 tp = ktenter(&l->funs, name, h);
1150 tp = ktenter(&builtins, name, hash(name));
1218 tp = ktenter(&taliases, name, h);
    [all...]
var.c 142 tp = ktenter(&specials, initvar_names[i],
305 vp = ktenter(&l->vars, vn, h);
349 vp = ktenter(&l->vars, vn, h);
    [all...]
syn.c 844 p = ktenter(&keywords, tt->name, hash(tt->name));
eval.c     [all...]
main.c 1829 ktenter(struct table *tp, const char *n, uint32_t h) function
    [all...]
funcs.c 888 ap = ktenter(t, alias, h);
    [all...]
sh.h     [all...]

Completed in 110 milliseconds