Home
last modified time | relevance | path

Searched refs:BREAK_N_TOKEN (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/
H A Dsltoken.c2031 case BREAK_N_TOKEN: in _pSLcompile_byte_compiled()
2444 case BREAK_N_TOKEN: in byte_compile_token()
H A D_slang.h1284 #define BREAK_N_TOKEN 0x8b macro
H A Dslparse.c1110 ctok->type = (type == BREAK_TOKEN) ? BREAK_N_TOKEN : CONT_N_TOKEN; in statement()
H A Dslang.c10020 case BREAK_N_TOKEN: in compile_basic_token_mode()