Home
last modified time | relevance | path

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

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