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

  /external/mksh/src/
exec.c 951 tp = ktenter(&l->funs, name, h);
1041 tp = ktenter(&builtins, name, hash(name));
1110 tp = ktenter(&taliases, name, h);
    [all...]
var.c 136 tp = ktenter(&specials, initvar_names[i],
280 vp = ktenter(&l->vars, n, h);
310 vp = ktenter(&l->vars, n, h);
    [all...]
syn.c 803 p = ktenter(&keywords, tt->name, hash(tt->name));
eval.c     [all...]
main.c 1573 ktenter(struct table *tp, const char *n, uint32_t h) function
    [all...]
sh.h     [all...]
funcs.c 1091 ap = ktenter(t, alias, h);
    [all...]

Completed in 150 milliseconds