Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/kconfig/
Dlexer.l87 char open_quote = 0;
136 open_quote = yytext[0];
/Linux-v6.1/security/selinux/
Dhooks.c2557 bool open_quote = false; in opt_len() local
2563 open_quote = !open_quote; in opt_len()
2564 if (c == ',' && !open_quote) in opt_len()