Searched refs:CHAR_LITERAL (Results 1 – 1 of 1) sorted by relevance
124 CHAR_LITERAL, /* inside '' */ enumerator1001 incomment = CHAR_LITERAL; in skipcomment()1023 case CHAR_LITERAL: in skipcomment()1025 if ((incomment == CHAR_LITERAL && cp[0] == '\'') || in skipcomment()1035 if (incomment == CHAR_LITERAL) in skipcomment()