Home
last modified time | relevance | path

Searched refs:last_printed (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/regexx/regexx-0.98.1/pcre/
H A Dperltest150 $last_printed = 0;
155 while ($last_printed++ < $i-1)
156 { printf $outfile ("%2d: <unset>\n", $last_printed); }
158 $last_printed = $i;
H A Dperltest8189 $last_printed = 0;
194 while ($last_printed++ < $i-1)
195 { printf $outfile ("%2d: <unset>\n", $last_printed); }
197 $last_printed = $i;
/dports/www/middleman/middleman/pcre/
H A Dperltest150 $last_printed = 0;
155 while ($last_printed++ < $i-1)
156 { printf $outfile ("%2d: <unset>\n", $last_printed); }
158 $last_printed = $i;
H A Dperltest8189 $last_printed = 0;
194 while ($last_printed++ < $i-1)
195 { printf $outfile ("%2d: <unset>\n", $last_printed); }
197 $last_printed = $i;
/dports/net/tinyfugue/tf-50b8/src/pcre-2.08/
H A Dperltest126 $last_printed = 0;
131 while ($last_printed++ < $i-1)
132 { printf $outfile ("%2d: <unset>\n", $last_printed); }
134 $last_printed = $i;
/dports/news/tin/tin-2.4.5/pcre/
H A Dperltest172 $last_printed = 0;
177 while ($last_printed++ < $i-1)
178 { printf $outfile ("%2d: <unset>\n", $last_printed); }
180 $last_printed = $i;
/dports/chinese/tin/tin-2.4.5/pcre/
H A Dperltest172 $last_printed = 0;
177 while ($last_printed++ < $i-1)
178 { printf $outfile ("%2d: <unset>\n", $last_printed); }
180 $last_printed = $i;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/regexp/
H A Dperltest.pl172 $last_printed = 0;
177 while ($last_printed++ < $i-1)
178 { printf $outfile ("%2d: <unset>\n", $last_printed); }
180 $last_printed = $i;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/regexp/
H A Dperltest.pl172 $last_printed = 0;
177 while ($last_printed++ < $i-1)
178 { printf $outfile ("%2d: <unset>\n", $last_printed); }
180 $last_printed = $i;
/dports/net/ngrep/ngrep-1.45/pcre-5.0/
H A Dperltest192 $last_printed = 0;
197 while ($last_printed++ < $i-1)
198 { printf $outfile ("%2d: <unset>\n", $last_printed); }
200 $last_printed = $i;
/dports/mail/mbx2mbox/mbx2mbox-0.34/
H A Dmbx2mbox113 my $last_printed = '';
132 $last_printed = $body if $body ne '';
137 print OUTFILE "\n\n" if $last_printed !~ /\n$/s;
138 print OUTFILE "\n" if $last_printed =~ /[^\n]\n$/s;
/dports/devel/pcre/pcre-8.45/
H A Dperltest.pl212 $last_printed = 0;
217 while ($last_printed++ < $i-1)
218 { printf $outfile ("%2d: <unset>\n", $last_printed); }
220 $last_printed = $i;
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/iis/pcre/
H A Dperltest.pl212 $last_printed = 0;
217 while ($last_printed++ < $i-1)
218 { printf $outfile ("%2d: <unset>\n", $last_printed); }
220 $last_printed = $i;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/pcre-8.42/
H A Dperltest.pl212 $last_printed = 0;
217 while ($last_printed++ < $i-1)
218 { printf $outfile ("%2d: <unset>\n", $last_printed); }
220 $last_printed = $i;
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/
H A Dperltest.sh345 $last_printed = 0;
350 while ($last_printed++ < $i-1)
351 { printf $outfile ("%2d: <unset>\n", $last_printed); }
353 $last_printed = $i;
/dports/devel/pcre2/pcre2-35fee41/
H A Dperltest.sh364 $last_printed = 0;
369 while ($last_printed++ < $i-1)
370 { printf $outfile ("%2d: <unset>\n", $last_printed); }
372 $last_printed = $i;
/dports/dns/dnsdbflex/dnsdbflex-1.0.6/
H A Dpdns.c115 static char last_printed[MAX_BATCH_LINE] = { '\0' }; in present_batch_dedup_rrtype() local
121 if (strcmp(new_printed, last_printed) != 0) { in present_batch_dedup_rrtype()
123 strcpy(last_printed, new_printed); in present_batch_dedup_rrtype()
133 if (strcmp(new_printed, last_printed) != 0) { in present_batch_dedup_rrtype()
135 strcpy(last_printed, new_printed); in present_batch_dedup_rrtype()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/opc/
H A Dcoreprops.py94 def last_printed(self): member in CoreProperties
97 @last_printed.setter
98 def last_printed(self, value): member in CoreProperties
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Drandom_matrix.c946 if (z >= last_printed->z + (10UL<<20) || time(NULL) >= last_printed->t + 10) { in should_print_now()
947 last_printed->z = z; in should_print_now()
948 last_printed->t = time(NULL); in should_print_now()
1040 struct progress_info last_printed[1]; in random_matrix_get_u32_byrows() local
1041 last_printed->t = t0; in random_matrix_get_u32_byrows()
1042 last_printed->z = 0; in random_matrix_get_u32_byrows()
1063 double dt = last_printed->t - t0; in random_matrix_get_u32_byrows()
1122 struct progress_info last_printed[1]; in random_matrix_get_u32_bycolumns() local
1123 last_printed->t = t0; in random_matrix_get_u32_bycolumns()
1124 last_printed->z = 0; in random_matrix_get_u32_bycolumns()
[all …]
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/workbook/
H A Dmetadata_property.hpp44 last_printed, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_bt_sm.c74 #define BT_SI_SM_RETURN(Y) { last_printed = BT_STATE_PRINTME; return Y; }
453 static enum bt_states last_printed = BT_STATE_PRINTME; in bt_event() local
458 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()
464 last_printed = bt->state; in bt_event()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_bt_sm.c74 #define BT_SI_SM_RETURN(Y) { last_printed = BT_STATE_PRINTME; return Y; }
453 static enum bt_states last_printed = BT_STATE_PRINTME; in bt_event() local
458 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()
464 last_printed = bt->state; in bt_event()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_bt_sm.c74 #define BT_SI_SM_RETURN(Y) { last_printed = BT_STATE_PRINTME; return Y; }
453 static enum bt_states last_printed = BT_STATE_PRINTME; in bt_event() local
458 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()
464 last_printed = bt->state; in bt_event()
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/api/
H A Ddocument.rst31 identifier, keywords, language, last_modified_by, last_printed, modified,
93 .. attribute:: last_printed
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dlpd_status.c1313 int start, last_printed, i, j, same; in Print_different_last_status_lines() local
1322 last_printed = start = -1; in Print_different_last_status_lines()
1337 if( start <= last_printed ) start = last_printed + 1; in Print_different_last_status_lines()
1342 last_printed = i-1; in Print_different_last_status_lines()
1344 start, last_printed ); in Print_different_last_status_lines()
1350 if( start <= last_printed ) start = last_printed + 1; in Print_different_last_status_lines()

123