Searched defs:ht (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtksh/src/ |
H A D | commands.c | 657 Hashtab_t *ht = hashscope(sh.var_tree); local 661 hashscope(sh.var_tree) = ht; 792 Hashtab_t *ht = hashscope(sh.var_tree); local 796 hashscope(sh.var_tree) = ht;
|
H A D | tclproc.c | 400 Hashtab_t *ht = hashscope(sh.var_tree); local 403 hashscope(sh.var_tree) = ht;
|
/ast/src/lib/libvcodex/ |
H A D | vclzparse.c | 205 Obj_t *m, *p, *obj, *add, *endo, **ht; local 229 { ht = ENTRY(hs, fk); INSERT(ht, m); } 255 ht = ENTRY(hs, ky); 257 { for(p = NIL(Obj_t*), m = *ht; m && m >= hs->tar; ) 259 { DELETE(ht,p,m); m = p ? p->next : *ht; } 264 for(m = *ht; m; m = m->next) 326 ht = ENTRY(hs, ky ); 328 { for(p = NIL(Obj_t*), m = *ht; [all...] |
Completed in 15 milliseconds