Home
last modified time | relevance | path

Searched refs:P_EOL (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/eiffel/
H A Dsample.e188 last_token := P_EOL
258 last_token := P_EOL
298 last_token := P_EOL
308 last_token := P_EOL
345 last_token := P_EOL
354 last_token := P_EOL
364 last_token := P_EOL
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Dregexp.c417 P_BOL, P_EOL, P_WORD, P_NWORD, enumerator
559 if (re_accept('$')) return newnode(P_EOL); in parserep()
723 case P_EOL: emit(prog, I_EOL); break; in compile()
785 case P_EOL: printf("Eol"); break; in dumpnode()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Dregexp.c419 P_BOL, P_EOL, P_WORD, P_NWORD, enumerator
561 if (re_accept(g, '$')) return newnode(g, P_EOL); in parserep()
725 case P_EOL: emit(prog, I_EOL); break; in compile()
787 case P_EOL: printf("Eol"); break; in dumpnode()
/dports/lang/mujs/mujs-1.2.0/
H A Dregexp.c415 P_BOL, P_EOL, P_WORD, P_NWORD, enumerator
557 if (accept(g, '$')) return newnode(g, P_EOL); in parserep()
728 case P_EOL: emit(prog, I_EOL); break; in compile()
790 case P_EOL: printf("Eol"); break; in dumpnode()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Dregexp.c391 P_BOL, P_EOL, P_WORD, P_NWORD, enumerator
533 if (accept(g, '$')) return newnode(g, P_EOL); in parserep()
700 case P_EOL: emit(prog, I_EOL); break; in compile()
762 case P_EOL: printf("Eol"); break; in dumpnode()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Dregexp.c415 P_BOL, P_EOL, P_WORD, P_NWORD, enumerator
557 if (accept(g, '$')) return newnode(g, P_EOL); in parserep()
728 case P_EOL: emit(prog, I_EOL); break; in compile()
790 case P_EOL: printf("Eol"); break; in dumpnode()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Dregexp.c419 P_BOL, P_EOL, P_WORD, P_NWORD,
561 if (re_accept(g, '$')) return newnode(g, P_EOL);
725 case P_EOL: emit(prog, I_EOL); break;
787 case P_EOL: printf("Eol"); break;