Searched refs:altkeyhandler (Results 1 - 6 of 6) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2793 \item[\ib{altkeyhandler}]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h281 char altkeyhandler[MAX_ALTKEYHANDLER]; member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c217 { "altkeyhandler", "alternate key handler", 20, DISP_IN_GAME },
1534 /* altkeyhandler:string */
1535 fullname = "altkeyhandler";
1540 (void)strncpy(iflags.altkeyhandler, op, MAX_ALTKEYHANDLER - 5);
2914 else if (!strcmp(optname,"altkeyhandler"))
2915 Sprintf(buf, "%s", iflags.altkeyhandler[0] ?
2916 iflags.altkeyhandler : "default");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2793 \item[\ib{altkeyhandler}]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h281 char altkeyhandler[MAX_ALTKEYHANDLER]; member in struct:instance_flags
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c217 { "altkeyhandler", "alternate key handler", 20, DISP_IN_GAME },
1534 /* altkeyhandler:string */
1535 fullname = "altkeyhandler";
1540 (void)strncpy(iflags.altkeyhandler, op, MAX_ALTKEYHANDLER - 5);
2914 else if (!strcmp(optname,"altkeyhandler"))
2915 Sprintf(buf, "%s", iflags.altkeyhandler[0] ?
2916 iflags.altkeyhandler : "default");

Completed in 72 milliseconds