Home
last modified time | relevance | path

Searched refs:CHAR_LITERAL (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c124 CHAR_LITERAL, /* inside '' */ enumerator
1001 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()