Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l31 CHAR_LITERAL '([^']|\\')*'
184 <*>{CHAR_LITERAL} {
/openbmc/linux/scripts/dtc/
H A Ddtc-lexer.l16 CHAR_LITERAL '([^']|\\')*'
176 <*>{CHAR_LITERAL} {
/openbmc/linux/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()