Searched refs:doextlist (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h23 #define doextlist() doextlist_() macro
H A Dextern.h165 E int NDECL(doextlist);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h23 #define doextlist() doextlist_() macro
H A Dextern.h165 E int NDECL(doextlist);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c32 extern int NDECL(doextlist); /**/
297 } while (extcmdlist[idx].ef_funct == doextlist);
303 doextlist() /* here after #? - now list all full-word commands */ function
1451 {M('?'), TRUE, doextlist},
1504 {"?", "get this list of extended commands", doextlist, TRUE},
H A Dpager.c943 case 7: (void) doextlist(); break;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c32 extern int NDECL(doextlist); /**/
297 } while (extcmdlist[idx].ef_funct == doextlist);
303 doextlist() /* here after #? - now list all full-word commands */ function
1451 {M('?'), TRUE, doextlist},
1504 {"?", "get this list of extended commands", doextlist, TRUE},
H A Dpager.c943 case 7: (void) doextlist(); break;

Completed in 109 milliseconds