Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_lexer.c98 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) macro
776 if (DUK__L1() == '/') { in duk_lexer_parse_js_input_element()
791 } else if (DUK__L1() == '*') { in duk_lexer_parse_js_input_element()
932 } else if (DUK__L1() == '=') { in duk_lexer_parse_js_input_element()
959 if (DUK__ISDIGIT(DUK__L1())) { in duk_lexer_parse_js_input_element()
976 if (DUK__L1() == '<' && DUK__L2() == '=') { in duk_lexer_parse_js_input_element()
978 } else if (DUK__L1() == '=') { in duk_lexer_parse_js_input_element()
980 } else if (DUK__L1() == '<') { in duk_lexer_parse_js_input_element()
987 if (DUK__L1() == '>' && DUK__L2() == '>' && DUK__L3() == '=') { in duk_lexer_parse_js_input_element()
989 } else if (DUK__L1() == '>' && DUK__L2() == '>') { in duk_lexer_parse_js_input_element()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_lexer.c98 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) macro
776 if (DUK__L1() == '/') { in duk_lexer_parse_js_input_element()
791 } else if (DUK__L1() == '*') { in duk_lexer_parse_js_input_element()
932 } else if (DUK__L1() == '=') { in duk_lexer_parse_js_input_element()
959 if (DUK__ISDIGIT(DUK__L1())) { in duk_lexer_parse_js_input_element()
976 if (DUK__L1() == '<' && DUK__L2() == '=') { in duk_lexer_parse_js_input_element()
978 } else if (DUK__L1() == '=') { in duk_lexer_parse_js_input_element()
980 } else if (DUK__L1() == '<') { in duk_lexer_parse_js_input_element()
987 if (DUK__L1() == '>' && DUK__L2() == '>' && DUK__L3() == '=') { in duk_lexer_parse_js_input_element()
989 } else if (DUK__L1() == '>' && DUK__L2() == '>') { in duk_lexer_parse_js_input_element()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c73032 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) macro
73710 if (DUK__L1() == '/') {
73725 } else if (DUK__L1() == '*') {
73866 } else if (DUK__L1() == '=') {
73893 if (DUK__ISDIGIT(DUK__L1())) {
73910 if (DUK__L1() == '<' && DUK__L2() == '=') {
73912 } else if (DUK__L1() == '=') {
73914 } else if (DUK__L1() == '<') {
73921 if (DUK__L1() == '>' && DUK__L2() == '>' && DUK__L3() == '=') {
73923 } else if (DUK__L1() == '>' && DUK__L2() == '>') {
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c73431 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) macro
74109 if (DUK__L1() == '/') {
74124 } else if (DUK__L1() == '*') {
74265 } else if (DUK__L1() == '=') {
74292 if (DUK__ISDIGIT(DUK__L1())) {
74309 if (DUK__L1() == '<' && DUK__L2() == '=') {
74311 } else if (DUK__L1() == '=') {
74313 } else if (DUK__L1() == '<') {
74320 if (DUK__L1() == '>' && DUK__L2() == '>' && DUK__L3() == '=') {
74322 } else if (DUK__L1() == '>' && DUK__L2() == '>') {
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c73146 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) macro
73824 if (DUK__L1() == '/') {
73839 } else if (DUK__L1() == '*') {
73980 } else if (DUK__L1() == '=') {
74007 if (DUK__ISDIGIT(DUK__L1())) {
74024 if (DUK__L1() == '<' && DUK__L2() == '=') {
74026 } else if (DUK__L1() == '=') {
74028 } else if (DUK__L1() == '<') {
74035 if (DUK__L1() == '>' && DUK__L2() == '>' && DUK__L3() == '=') {
74037 } else if (DUK__L1() == '>' && DUK__L2() == '>') {
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c73317 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) macro
73995 if (DUK__L1() == '/') {
74010 } else if (DUK__L1() == '*') {
74151 } else if (DUK__L1() == '=') {
74178 if (DUK__ISDIGIT(DUK__L1())) {
74195 if (DUK__L1() == '<' && DUK__L2() == '=') {
74197 } else if (DUK__L1() == '=') {
74199 } else if (DUK__L1() == '<') {
74206 if (DUK__L1() == '>' && DUK__L2() == '>' && DUK__L3() == '=') {
74208 } else if (DUK__L1() == '>' && DUK__L2() == '>') {
[all …]