Home
last modified time | relevance | path

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

/netbsd-src/games/warp/
H A Dterm.c52 #define KM_TMASK 3 macro
346 if ((curmap->km_type[ch] & KM_TMASK) == KM_STRING) { in mac_line()
357 if ((curmap->km_type[ch] & KM_TMASK) == KM_KEYMAP) in mac_line()
744 switch (curmap->km_type[*whatbuf] & KM_TMASK) { in getcmd()