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

  /external/mksh/src/
var.c 139 tp = ktenter(&specials, initvar_names[i],
291 vp = ktenter(&l->vars, vn, h);
329 vp = ktenter(&l->vars, vn, h);
    [all...]
exec.c 1045 tp = ktenter(&l->funs, name, h);
1127 tp = ktenter(&builtins, name, hash(name));
1194 tp = ktenter(&taliases, name, h);
    [all...]
syn.c 844 p = ktenter(&keywords, tt->name, hash(tt->name));
eval.c     [all...]
main.c 1762 ktenter(struct table *tp, const char *n, uint32_t h) function
    [all...]
sh.h     [all...]
funcs.c 1158 ap = ktenter(t, alias, h);
    [all...]

Completed in 272 milliseconds