Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/dtc/
Ddtc-lexer.l16 CHAR_LITERAL '([^']|\\')*'
176 <*>{CHAR_LITERAL} {
/linux-6.1.9/scripts/
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()