Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds