Searched refs:TR_ASCII (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h147 #define TR_ASCII 1 macro
162 * result of TR_ASCII getkey()s, and can be ORed into the result of TR_EVENT
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c397 kbdd->kbdd_translate = TR_ASCII;
535 TR_ASCII : TR_EVENT;
1863 TR_ASCII)
1890 } else if (kbdd->kbdd_translate == TR_ASCII)
1936 case TR_ASCII:
2055 case TR_ASCII:
2066 case TR_ASCII:
2100 * generated by the TR_ASCII case above
2118 case TR_ASCII:
2142 * generated by the TR_ASCII cas
[all...]
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c167 * Keyboard Translation Mode (TR_ASCII)
280 upper->kbtrans_streams_translate_mode = TR_ASCII;
718 TR_ASCII : TR_EVENT;
1526 case TR_ASCII:
1662 * This is the code if we are in TR_ASCII mode and a key
1802 * This is the function if we are in TR_ASCII mode and a key
1819 * This is the function if we are in TR_ASCII mode and the
1921 * generated by the TR_ASCII case above
1969 * generated by the TR_ASCII case above

Completed in 67 milliseconds