Searched refs:METAQUOTE (Results 1 – 5 of 5) sorted by relevance
139 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200))202 op[bufused++] = METAQUOTE;238 if ((*ip & 0377) == METAQUOTE && !quoted)
20 #define METAQUOTE ((unsigned char)0377) /* quotes the next octet */ macro
281 case METAQUOTE:310 hiderecurse = (c & 0377) == METAQUOTE;
1041 !quotenext && c == METAQUOTE) \
2294 if ((c & 0377) == METAQUOTE && external && *q != '\0')