Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_tty.c60 #define CASE_DELIMITER 0x6c /* to separate upper and lower case (% in EBCDIC) */ macro
371 if (*ip == CASE_DELIMITER) { in sclp_switch_cases()
373 if (count && ip[1] == CASE_DELIMITER) { in sclp_switch_cases()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_tty.c60 #define CASE_DELIMITER 0x6c /* to separate upper and lower case (% in EBCDIC) */ macro
367 if (*ip == CASE_DELIMITER) { in sclp_switch_cases()
369 if (count && ip[1] == CASE_DELIMITER) { in sclp_switch_cases()

Completed in 2 milliseconds