Searched refs:DUK__LOOKUP (Results 1 – 6 of 6) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_lexer.c | 90 #define DUK__LOOKUP(lex_ctx,index) ((lex_ctx)->window[(index)].codepoint) macro 97 #define DUK__L0() DUK__LOOKUP(lex_ctx, 0) 98 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) 99 #define DUK__L2() DUK__LOOKUP(lex_ctx, 2) 100 #define DUK__L3() DUK__LOOKUP(lex_ctx, 3) 101 #define DUK__L4() DUK__LOOKUP(lex_ctx, 4) 102 #define DUK__L5() DUK__LOOKUP(lex_ctx, 5) 1491 } else if (duk_unicode_is_whitespace(DUK__LOOKUP(lex_ctx, 0))) { in duk_lexer_parse_js_input_element()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_lexer.c | 90 #define DUK__LOOKUP(lex_ctx,index) ((lex_ctx)->window[(index)].codepoint) macro 97 #define DUK__L0() DUK__LOOKUP(lex_ctx, 0) 98 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) 99 #define DUK__L2() DUK__LOOKUP(lex_ctx, 2) 100 #define DUK__L3() DUK__LOOKUP(lex_ctx, 3) 101 #define DUK__L4() DUK__LOOKUP(lex_ctx, 4) 102 #define DUK__L5() DUK__LOOKUP(lex_ctx, 5) 1491 } else if (duk_unicode_is_whitespace(DUK__LOOKUP(lex_ctx, 0))) { in duk_lexer_parse_js_input_element()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 73024 #define DUK__LOOKUP(lex_ctx,index) ((lex_ctx)->window[(index)].codepoint) macro 73031 #define DUK__L0() DUK__LOOKUP(lex_ctx, 0) 73032 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) 73033 #define DUK__L2() DUK__LOOKUP(lex_ctx, 2) 73034 #define DUK__L3() DUK__LOOKUP(lex_ctx, 3) 73035 #define DUK__L4() DUK__LOOKUP(lex_ctx, 4) 73036 #define DUK__L5() DUK__LOOKUP(lex_ctx, 5) 74425 } else if (duk_unicode_is_whitespace(DUK__LOOKUP(lex_ctx, 0))) {
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 73423 #define DUK__LOOKUP(lex_ctx,index) ((lex_ctx)->window[(index)].codepoint) macro 73430 #define DUK__L0() DUK__LOOKUP(lex_ctx, 0) 73431 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) 73432 #define DUK__L2() DUK__LOOKUP(lex_ctx, 2) 73433 #define DUK__L3() DUK__LOOKUP(lex_ctx, 3) 73434 #define DUK__L4() DUK__LOOKUP(lex_ctx, 4) 73435 #define DUK__L5() DUK__LOOKUP(lex_ctx, 5) 74824 } else if (duk_unicode_is_whitespace(DUK__LOOKUP(lex_ctx, 0))) {
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 73138 #define DUK__LOOKUP(lex_ctx,index) ((lex_ctx)->window[(index)].codepoint) macro 73145 #define DUK__L0() DUK__LOOKUP(lex_ctx, 0) 73146 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) 73147 #define DUK__L2() DUK__LOOKUP(lex_ctx, 2) 73148 #define DUK__L3() DUK__LOOKUP(lex_ctx, 3) 73149 #define DUK__L4() DUK__LOOKUP(lex_ctx, 4) 73150 #define DUK__L5() DUK__LOOKUP(lex_ctx, 5) 74539 } else if (duk_unicode_is_whitespace(DUK__LOOKUP(lex_ctx, 0))) {
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 73309 #define DUK__LOOKUP(lex_ctx,index) ((lex_ctx)->window[(index)].codepoint) macro 73316 #define DUK__L0() DUK__LOOKUP(lex_ctx, 0) 73317 #define DUK__L1() DUK__LOOKUP(lex_ctx, 1) 73318 #define DUK__L2() DUK__LOOKUP(lex_ctx, 2) 73319 #define DUK__L3() DUK__LOOKUP(lex_ctx, 3) 73320 #define DUK__L4() DUK__LOOKUP(lex_ctx, 4) 73321 #define DUK__L5() DUK__LOOKUP(lex_ctx, 5) 74710 } else if (duk_unicode_is_whitespace(DUK__LOOKUP(lex_ctx, 0))) {
|