Home
last modified time | relevance | path

Searched defs:unctrl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dunctrl.h52 #define unctrl(c) __unctrl[((unsigned char)c) & 0xff] macro
/netbsd-src/games/hack/
H A Dhack.cmd.c277 unctrl(int sym) in unctrl() function