Home
last modified time | relevance | path

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

/netbsd-src/games/larn/
H A Dio.c103 #define unraw(_a) \ macro
115 #define unraw(_a) (_a.sg_flags &= ~CBREAK,_a.sg_flags |= ECHO) macro
/netbsd-src/usr.bin/tip/
H A Dtip.c345 unraw(void) in unraw() function