Searched refs:ENTRY (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | hsearch.c | 64 ENTRY item; 117 ENTRY* hsearch(ENTRY item, ACTION action) 119 ENTRY* hsearch(item, action) 120 ENTRY item; 127 return NIL(ENTRY*); 135 return o ? &(o->item) : NIL(ENTRY*);
|
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_imount.c | 58 #define ENTRY(s,f,h) {sizeof(s)-1, s, f, h, NULL} macro 62 ENTRY("mount", im_mount, im_mount_help), /* 0 */ 63 ENTRY("umount", im_umount, im_umount_help), /* 1 */ 64 ENTRY("list", im_list, im_list_help), /* 2 */ 65 ENTRY("connect",im_vcs_main, im_vcs_help), /* 3 */ 66 ENTRY("kill", im_vcs_main, im_vcs_help), /* 4 */ 67 ENTRY("reset", im_restart, im_restart_help), /* 5 */ 68 ENTRY("version",im_vcs_main, im_vcs_help), /* 6 */ 69 ENTRY("rm", im_touch, im_touch_help), /* 7 */ 70 ENTRY("lo [all...] |
/ast/src/lib/libvcodex/ |
H A D | vclzparse.c | 49 #define ENTRY(hs,ky) ((hs)->htab + ((ssize_t)((ky) & (hs)->mask)) ) macro 229 { ht = ENTRY(hs, fk); INSERT(ht, m); } 255 ht = ENTRY(hs, ky); 326 ht = ENTRY(hs, ky ); 405 { ht = ENTRY(hs, fk); INSERT(ht, obj); } 415 { nope: ht = ENTRY(hs, fk); INSERT(ht, obj);
|
Completed in 10 milliseconds