Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlobject.c272 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid() local
275 if (l < bufflen && nl == NULL) { /* small one-line source? */ in luaO_chunkid()
279 if (nl != NULL) l = nl - source; /* stop at first newline */ in luaO_chunkid()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlobject.c507 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid() local
510 if (l < bufflen && nl == NULL) { /* small one-line source? */ in luaO_chunkid()
514 if (nl != NULL) l = nl - source; /* stop at first newline */ in luaO_chunkid()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_global.c729 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local
796 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_bi_global.c730 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local
797 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c28275 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local
28342 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c28549 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local
28616 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c28342 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local
28409 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c28482 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local
28549 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()