Home
last modified time | relevance | path

Searched refs:lineno2 (Results 1 – 25 of 115) sorted by relevance

12345

/dports/math/numdiff/numdiff-5.9.0/
H A Dcmpfns.c30 unsigned long lineno1, unsigned long lineno2,
252 printf ("*:%lu\n", lineno2); in cmp_lines()
310 lineno2, argl->file2); in cmp_lines()
326 statres->Labserr_location.lineno2 = lineno2; in cmp_lines()
333 statres->Rabserr_location.lineno2 = lineno2; in cmp_lines()
420 lineno2, argl->file2); in cmp_lines()
436 lineno2, argl->file2); in cmp_lines()
476 unsigned long lineno1 = 1, lineno2 = 1; in cmp_files() local
533 lineno2++; in cmp_files()
556 lineno1, lineno2, in cmp_files()
[all …]
H A Dio.c63 unsigned long lineno1, unsigned long lineno2, in print_lines() argument
71 printf (" <==\n##%-7lu ==> ", lineno2); in print_lines()
84 printf ("##%-7lu ==> ", lineno2); in print_lines()
96 unsigned long lineno1, unsigned long lineno2, in print_fields() argument
103 printf ("##%-7lu <==\n##%-7lu #>%-3lu ==> ", lineno1, lineno2, fieldno2); in print_fields()
112 printf ("##%-7lu ==>\n", lineno2); in print_fields()
119 printf ("##%-7lu #:%-3lu ==> ", lineno2, fieldno2); in print_fields()
H A Dmain.c64 statres->Labserr_location.lineno2 = statres->Labserr_location.fieldno2 = 0; in load_defaults()
66 statres->Rabserr_location.lineno2 = statres->Rabserr_location.fieldno2 = 0; in load_defaults()
346 return (loc.lineno1 + loc.fieldno1 + loc.lineno2 + loc.fieldno2 > 0 in isLocationDefined()
415 statres->Labserr_location.lineno2, statres->Labserr_location.fieldno2+1); in print_statistics()
428 statres->Rabserr_location.lineno2, statres->Rabserr_location.fieldno2+1); in print_statistics()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dpo-xerror.c146 const char *filename2, size_t lineno2, size_t column2, in textmode_xerror2() argument
161 if (message2 != NULL && (filename2 == NULL || lineno2 == (size_t)(-1))) in textmode_xerror2()
164 lineno2 = message2->pos.line_number; in textmode_xerror2()
181 xerror (severity, prefix_tail, filename2, lineno2, column2, in textmode_xerror2()
202 const char *filename2, size_t lineno2, size_t column2,
H A Dpo-xerror.h62 const char *filename2, size_t lineno2, size_t column2,
75 const char *filename2, size_t lineno2, size_t column2,
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dpo-xerror.c146 const char *filename2, size_t lineno2, size_t column2, in textmode_xerror2() argument
161 if (message2 != NULL && (filename2 == NULL || lineno2 == (size_t)(-1))) in textmode_xerror2()
164 lineno2 = message2->pos.line_number; in textmode_xerror2()
181 xerror (severity, prefix_tail, filename2, lineno2, column2, in textmode_xerror2()
202 const char *filename2, size_t lineno2, size_t column2,
H A Dpo-xerror.h62 const char *filename2, size_t lineno2, size_t column2,
75 const char *filename2, size_t lineno2, size_t column2,
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dpo-xerror.c146 const char *filename2, size_t lineno2, size_t column2, in textmode_xerror2() argument
161 if (message2 != NULL && (filename2 == NULL || lineno2 == (size_t)(-1))) in textmode_xerror2()
164 lineno2 = message2->pos.line_number; in textmode_xerror2()
181 xerror (severity, prefix_tail, filename2, lineno2, column2, in textmode_xerror2()
202 const char *filename2, size_t lineno2, size_t column2,
H A Dpo-xerror.h62 const char *filename2, size_t lineno2, size_t column2,
75 const char *filename2, size_t lineno2, size_t column2,
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dpo-xerror.c146 const char *filename2, size_t lineno2, size_t column2, in textmode_xerror2() argument
161 if (message2 != NULL && (filename2 == NULL || lineno2 == (size_t)(-1))) in textmode_xerror2()
164 lineno2 = message2->pos.line_number; in textmode_xerror2()
181 xerror (severity, prefix_tail, filename2, lineno2, column2, in textmode_xerror2()
202 const char *filename2, size_t lineno2, size_t column2,
H A Dpo-xerror.h62 const char *filename2, size_t lineno2, size_t column2,
75 const char *filename2, size_t lineno2, size_t column2,
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dadvance-until-multiple-locations.exp44 set lineno2 [expr $lineno + 1]
46 gdb_test "$cmd $lineno2" \
47 "inline_func .* at .*:$lineno2.*return i.*" \
/dports/devel/websvn/websvn-2.6.1/include/
H A Ddiff_inc.php40 function _add($text1, $lineno1, $class1, $text2, $lineno2, $class2) { argument
52 $listvar['rev2lineno'] = $lineno2;
66 function addChangedLine($text1, $lineno1, $text2, $lineno2) { argument
67 $this->_add($text1, $lineno1, 'diffchanged', $text2, $lineno2, 'diffchanged');
71 function addLine($text1, $lineno1, $text2, $lineno2) { argument
72 $this->_add($text1, $lineno1, 'diff', $text2, $lineno2, 'diff');
/dports/devel/cervisia/cervisia-21.12.3/
H A Dresolvedialog.cpp256 int lineno1, lineno2; in parseFile() local
271 lineno1 = lineno2 = 0; in parseFile()
297 addToVersionB(line, DiffView::Unchanged, lineno2); in parseFile()
326 addToVersionB(line, DiffView::Change, lineno2); in parseFile()
334 item->linenoB = lineno2-advanced2+1; in parseFile()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.mi/
H A Dmi-sym-info.exp234 set lineno2 [gdb_get_line_number "static float __attribute__ ((used)) global_f1;" ${srcfile2}]
241 set lineno2 [gdb_get_line_number "typedef int another_int_t;" ${srcfile2}]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/po/
H A Dmsgcheckformat.c58 const char *filename2, size_t lineno2, size_t column2, in po_xerror2() argument
64 filename2, (unsigned int)lineno2, (unsigned int)column2, message_text2 ); in po_xerror2()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dsuppsrc_lineno.supp9 non-matching-lineno2
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dsuppsrc_lineno.supp9 non-matching-lineno2
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/python/
H A Dintegration.py76 fs2, lineno2 = python.getfslineno(wrap)
77 assert lineno > lineno2, "getfslineno does not unwrap correctly"
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/testing/python/
H A Dintegration.py71 fs2, lineno2 = python.getfslineno(wrap)
72 assert lineno > lineno2, "getfslineno does not unwrap correctly"
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/python/
H A Dintegration.py91 fs2, lineno2 = getfslineno(wrap)
92 assert lineno > lineno2, "getfslineno does not unwrap correctly"
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/python/
H A Dintegration.py91 fs2, lineno2 = getfslineno(wrap)
92 assert lineno > lineno2, "getfslineno does not unwrap correctly"
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/python/
H A Dintegration.py91 fs2, lineno2 = getfslineno(wrap)
92 assert lineno > lineno2, "getfslineno does not unwrap correctly"
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/testing/python/
H A Dintegration.py87 fs2, lineno2 = python.getfslineno(wrap)
88 assert lineno > lineno2, "getfslineno does not unwrap correctly"
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/python/
H A Dintegration.py87 fs2, lineno2 = python.getfslineno(wrap)
88 assert lineno > lineno2, "getfslineno does not unwrap correctly"

12345