Home
last modified time | relevance | path

Searched refs:NOTELSE_TOKEN (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A D_slang.h621 #define NOTELSE_TOKEN 0x81 macro
H A Dslparse.c557 if (type == IF_TOKEN) type = ELSE_TOKEN; else type = NOTELSE_TOKEN; in statement()
H A Dslang.c4695 case NOTELSE_TOKEN: in compile_directive_mode()
/dports/devel/libslang2/slang-2.3.2/src/
H A D_slang.h1272 #define NOTELSE_TOKEN 0x81 macro
H A Dslparse.c913 if (type == IF_TOKEN) type = ELSE_TOKEN; else type = NOTELSE_TOKEN; in statement()
H A Dslang.c9522 case NOTELSE_TOKEN: in compile_directive_mode()