Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-code.l115 bool in_cpp = false; variable
225 && skeleton_prio == default_prio && need_semicolon && ! in_cpp)
244 "#" STRING_GROW; in_cpp = true;
247 [\n\r] STRING_GROW; if (in_cpp) in_cpp = need_semicolon = false;
Dscan-code.c1002 bool in_cpp = false; variable
1281 && skeleton_prio == default_prio && need_semicolon && ! in_cpp)
1303 STRING_GROW; in_cpp = true;
1315 STRING_GROW; if (in_cpp) in_cpp = need_semicolon = false;