Searched refs:nl (Results 1 – 8 of 8) sorted by relevance
272 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid() local275 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()
507 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid() local510 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()
729 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local796 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
730 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local797 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
28275 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local28342 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
28549 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local28616 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
28342 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local28409 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()
28482 const char nl = (const char) DUK_ASC_LF; in duk_bi_global_object_print_helper() local28549 buf = (const duk_uint8_t *) &nl; in duk_bi_global_object_print_helper()