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

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dctype.h39 #define T_QOT 0100 macro
67 #define _LQU (T_QOT|T_ESC)
69 #define _DQU (T_QOT|T_ESC)
97 #define qotchar(c) ((c<QUOTE) && _ctype1[c]&(T_QOT))
100 #define subchar(c) ((c<QUOTE) && _ctype1[c]&(T_SUB|T_QOT))

Completed in 79 milliseconds