Searched refs:gacc (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c1141 char *cp, *rp, resp[QBUFSZ], gacc[QBUFSZ], local
1156 gacc[0] = '\0';
1169 for (rp = gacc, curr = cw->mlist; curr; curr = curr->next)
1170 if (curr->gselector && !index(gacc, curr->gselector) &&
1260 Strcat(resp, gacc); /* group accelerators */
1284 if (!counting && index(gacc, morc)) goto group_accel;
1389 } else if (index(gacc, morc)) {
1392 it matches exactly one item in order to be in gacc[] */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c1141 char *cp, *rp, resp[QBUFSZ], gacc[QBUFSZ], local
1156 gacc[0] = '\0';
1169 for (rp = gacc, curr = cw->mlist; curr; curr = curr->next)
1170 if (curr->gselector && !index(gacc, curr->gselector) &&
1260 Strcat(resp, gacc); /* group accelerators */
1284 if (!counting && index(gacc, morc)) goto group_accel;
1389 } else if (index(gacc, morc)) {
1392 it matches exactly one item in order to be in gacc[] */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A DwinX.h135 const char *gacc; /* Group accelerators. */ member in struct:menu
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A DwinX.h135 const char *gacc; /* Group accelerators. */ member in struct:menu

Completed in 105 milliseconds