Searched defs:QCHAR (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtree.h64 #define QCHAR 2 /* quoted character */ macro
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dsmg.c160 #define QCHAR(c) (c < 32 ? 32 : (c > 127 ? c - 66 : c - 32)) macro
H A Dspx.c301 #define QCHAR(c) (QCHAR_INVALID(c) ? 0 : (c) - spx_font.firstchar) macro

Completed in 213 milliseconds