Home
last modified time | relevance | path

Searched refs:l2list (Results 1 – 4 of 4) sorted by relevance

/dports/devel/elfsh/elfsh-0.51b3/vm/
H A Dgrammar.c195 l2 = hash_get(l1->l2list, L2field); in lookup3()
243 l2 = hash_get(l1->l2list, L2field); in lookup4()
329 l2 = hash_get(l1->l2list, L2field); in lookup5_index()
H A Dobjects.c31 new->l2list = l2_hash; in vm_create_L1ENT()
/dports/lang/ptoc/ptoc/WinBGI/
H A Dwinbgi.cxx241 class l2list : public l2elem { class
243 l2list() { prune(); } in l2list() function in l2list
246 class pen_cache : public l2list {
329 class font_cache : public l2list {
/dports/devel/elfsh/elfsh-0.51b3/vm/include/
H A Delfsh.h336 hash_t *l2list; /* A ptr on the child L2 hashtable */ member