Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/
H A Dunifdef.c116 CHAR_LITERAL, /* inside '' */ enumerator
1277 incomment = CHAR_LITERAL; in skipcomment()
1303 case CHAR_LITERAL: in skipcomment()
1305 if ((incomment == CHAR_LITERAL && cp[0] == '\'') || in skipcomment()
1315 if (incomment == CHAR_LITERAL) in skipcomment()