Home
last modified time | relevance | path

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

/dports/devel/jsl/jsl-0.3.0/src/
H A Djsexn.c675 size_t lineno_length, name_length, message_length, filename_length, length; in exn_toSource() local
703 lineno_length = JSSTRING_LENGTH(lineno_as_str); in exn_toSource()
706 lineno_length = 0; in exn_toSource()
720 length += 2 + lineno_length; in exn_toSource()
728 length += 6 + lineno_length; in exn_toSource()
762 js_strncpy(cp, JSSTRING_CHARS(lineno_as_str), lineno_length); in exn_toSource()
763 cp += lineno_length; in exn_toSource()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsexn.c890 size_t lineno_length, name_length, message_length, filename_length, length; in exn_toSource() local
926 lineno_length = JSSTRING_LENGTH(lineno_as_str); in exn_toSource()
929 lineno_length = 0; in exn_toSource()
943 length += 2 + lineno_length; in exn_toSource()
951 length += 6 + lineno_length; in exn_toSource()
985 js_strncpy(cp, JSSTRING_CHARS(lineno_as_str), lineno_length); in exn_toSource()
986 cp += lineno_length; in exn_toSource()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsexn.c890 size_t lineno_length, name_length, message_length, filename_length, length; in exn_toSource() local
926 lineno_length = JSSTRING_LENGTH(lineno_as_str); in exn_toSource()
929 lineno_length = 0; in exn_toSource()
943 length += 2 + lineno_length; in exn_toSource()
951 length += 6 + lineno_length; in exn_toSource()
985 js_strncpy(cp, JSSTRING_CHARS(lineno_as_str), lineno_length); in exn_toSource()
986 cp += lineno_length; in exn_toSource()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsexn.c890 size_t lineno_length, name_length, message_length, filename_length, length; in exn_toSource() local
926 lineno_length = JSSTRING_LENGTH(lineno_as_str); in exn_toSource()
929 lineno_length = 0; in exn_toSource()
943 length += 2 + lineno_length; in exn_toSource()
951 length += 6 + lineno_length; in exn_toSource()
985 js_strncpy(cp, JSSTRING_CHARS(lineno_as_str), lineno_length); in exn_toSource()
986 cp += lineno_length; in exn_toSource()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsexn.c890 size_t lineno_length, name_length, message_length, filename_length, length; in exn_toSource() local
926 lineno_length = JSSTRING_LENGTH(lineno_as_str); in exn_toSource()
929 lineno_length = 0; in exn_toSource()
943 length += 2 + lineno_length; in exn_toSource()
951 length += 6 + lineno_length; in exn_toSource()
985 js_strncpy(cp, JSSTRING_CHARS(lineno_as_str), lineno_length); in exn_toSource()
986 cp += lineno_length; in exn_toSource()
/dports/lang/spidermonkey17/js/src/
H A Djsexn.c890 size_t lineno_length, name_length, message_length, filename_length, length; in exn_toSource() local
926 lineno_length = JSSTRING_LENGTH(lineno_as_str); in exn_toSource()
929 lineno_length = 0; in exn_toSource()
943 length += 2 + lineno_length; in exn_toSource()
951 length += 6 + lineno_length; in exn_toSource()
985 js_strncpy(cp, JSSTRING_CHARS(lineno_as_str), lineno_length); in exn_toSource()
986 cp += lineno_length; in exn_toSource()