Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/
Dlexer.ll53 %x c_comment
86 <c_comment>{
106 "/*" { BEGIN(c_comment); }
/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp888 #define c_comment 2 macro
1351 { BEGIN(c_comment); }
1727 case YY_STATE_EOF(c_comment):