Home
last modified time | relevance | path

Searched refs:SC_AND_TOKEN (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/util/
H A Dbcdump.c419 case SC_AND_TOKEN: b = "&&"; break; in dump_token()
/dports/devel/libslang2/slang-2.3.2/src/
H A D_slang.h1177 #define SC_AND_TOKEN 0x36 macro
H A Dsltoken.c127 {"&&", SC_AND_TOKEN},
H A Dslparse.c2419 if ((type == SC_AND_TOKEN) || (type == SC_OR_TOKEN)) in handle_binary_sequence()
H A Dslang.c9589 case SC_AND_TOKEN: in compile_directive_mode()