Searched refs:printed (Results 1 - 25 of 71) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dprint.c63 static int printed = 0; variable
231 printed = 0;
280 if ((printed > 0) && (printed + nlen + vlen + 1 > width)) {
290 printed = 0;
292 if (printed == 0) {
296 printed = 8;
300 printed = 9;
305 printed = 2;
317 printed
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c81 * Makes sure the last page is printed. Only needed when we're printing
92 * we printed in size POINTSIZE. Selecting a point size using the -s option and
142 int printed = 0; /* printed this many pages */ variable
564 if (printed % formsperpage != 0) { /* pad to ENDPAGE */
565 while (printed % formsperpage) {
566 printed++;
570 writerequest(printed, stdout);
571 fprintf(stdout, "%d pagesetup\n", printed);
577 fprintf(stdout, "%s %d %d\n", ENDPAGE, page, printed);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dprinthash_live.c28 int i, printed, last; local
69 printed++;
75 if (printed == 0)
H A Dprintpool_live.c28 int i, printed, last; local
69 printed++;
75 if (printed == 0)
H A Dprinthash.c26 int i, printed; local
132 for (i = 0, printed = 0; i < iph.iph_size; i++) {
135 printed++;
138 if (printed == 0)
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/modules/sata/
H A Dsata.c129 sata_dmsg_dump(sata_trace_dmsg_t *addr, int print_pathname, uint_t *printed) argument
186 if (printed != NULL) {
187 (*printed)++;
208 uint_t printed = 0; /* have we printed anything? */ local
243 print_pathname, &printed);
249 if (printed == 0) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c272 int printed; local
276 printed = snprintf(unum, buflen, "MB/C%d/P0/B%d", mcid, bank);
277 buflen -= printed;
278 unum += printed;
281 printed = snprintf(unum, buflen, "/D%d", dimm);
282 buflen -= printed;
283 unum += printed;
/opensolaris-onvv-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c275 int printed; local
278 printed = snprintf(unum, buflen, "MB/P%d/B%d", mcid, bank);
279 buflen -= printed;
280 unum += printed;
283 printed = snprintf(unum, buflen, "/D%d", dimm);
284 buflen -= printed;
285 unum += printed;
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postplot/
H A Dpostplot.c140 * Makes sure the last page is printed. Only needed when we're printing
179 int printed = 0; /* printed this many pages */ variable
743 fprintf(stdout, "%s %d\n", PAGES, printed);
761 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
787 printed++;
792 fprintf(fp_out, "%s %d %d\n", ENDPAGE, page, printed);
798 fprintf(fp_out, "%s %d %d\n", PAGE, page, printed+1);
801 writerequest(printed+1, fp_out);
802 fprintf(fp_out, "%d pagesetup\n", printed
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A Dpostdmd.c113 * Makes sure the last page is printed. Only needed when we're printing
153 int printed = 0; /* and the number of pages printed */ variable
490 fprintf(stdout, "%s %d\n", PAGES, printed);
510 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
527 * PostScript, and arranges to have one bitmap printed on each page. Multiple
543 fprintf(fp_out, "%s %d %d\n", PAGE, page, printed+1);
545 writerequest(printed+1, fp_out);
564 if ( fp_out == stdout ) printed++;
568 fprintf(fp_out, "%s %d %d\n", ENDPAGE, page, printed);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c80 * printed using hmi as the character advance, and all strings are at
96 * Makes sure the last page is printed. Only needed when we're printing
146 int lastc = -1; /* last printed character */
164 int printed = 0; /* printed this many pages */ variable
550 * last page is printed, and restore the initial environment.
558 fprintf(stdout, "%s %d\n", PAGES, printed);
578 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
721 printed++;
729 fprintf(fp_out, "%s %d %d\n", ENDPAGE, page, printed);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.c119 * Makes sure the last page is printed. Only needed when we're printing
167 int characters = 0; /* characters waiting to be printed */
177 int printed = 0; /* printed this many pages */ variable
549 fprintf(stdout, "%s %d\n", PAGES, printed);
570 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
1195 * Makes sure any text we've put on the stack is printed.
1251 printed++;
1256 fprintf(fp_out, "%s %d %d\n", ENDPAGE, page, printed);
1262 fprintf(fp_out, "%s %d %d\n", PAGE, page, printed
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c357 int printed; member in struct:ratelimit_state
389 rs->printed = 0;
393 if (rs->burst && rs->burst > rs->printed) {
394 rs->printed++;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtie.t188 my $printed = 0;
191 sub Self2::PRINT { $printed = 1; }
198 die "self-tied glob not PRINTed" unless $printed == 1;
207 sub Self3::PRINT { $printed = 1; }
214 die "self-tied IO not PRINTed" unless $printed == 1;
223 sub Self3::PRINT { $printed = 1; }
230 die "IO tied to TEMP glob not PRINTed" unless $printed == 1;
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c154 * along the top and left sides of the image. One tick mark is printed
172 * Makes sure the last page is printed. Only needed when we're printing
221 int printed = 0; /* and the number of pages printed */ variable
569 * last page is printed, and restore the initial environment.
576 fprintf(stdout, "%s %d\n", PAGES, printed);
600 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
655 fprintf(fp_out, "%s %d %d\n", PAGE, page, printed+1);
657 writerequest(printed+1, fp_out);
672 if ( fp_out == stdout ) printed
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c967 uint_t *printed)
1016 if (printed != NULL)
1017 (*printed) ++;
1030 uint_t *printed)
1074 if (printed != NULL)
1075 (*printed) ++;
1091 uint_t printed = 0; /* have we printed anything? */ local
1114 pktend, &printed);
1117 pktstart, pktend, &printed);
966 fc_dump_logmsg(fc_trace_dmsg_t *addr, uint_t pktstart, uint_t pktend, uint_t *printed) argument
1029 fc_dump_old_logmsg(fc_trace_dmsgv1_t *addr, uint_t pktstart, uint_t pktend, uint_t *printed) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm91 section of the pod documentation is printed. If the corresponding value
93 "OPTIONS", "ARGUMENTS", or "OPTIONS AND ARGUMENTS" is printed. If the
94 corresponding value is 2 or more then the entire manpage is printed.
124 desired exit status. The usage message printed may have any one of three
126 is printed. If the verbose level is 1, then the synopsis is printed
129 printed.
156 If the exit status used is less than 2, then output is printed on
157 C<STDOUT>. Otherwise output is printed on C<STDERR>.
261 followed by just the "SYNOPSIS" section (also printed t
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ctstat/
H A Dctstat.c133 int i, printed = 0; local
137 if (printed)
139 printed = 1;
142 if (printed)
176 * printed along side the field value, and a function which extracts
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL74 warning level, i.e. more warnings are printed. Currently increasing to
90 Directories are ignored, an appropriate warning message is printed.
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c387 Word cnt, ndx, printed = 0; local
483 printed = 1;
497 printed = 1;
508 printed = 1;
516 printed = 1;
524 printed = 1;
533 printed = 1;
540 printed = 1;
549 if (!printed && (print_type == PRINT_CAP_T_TAG)) {
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c52 #define PRNTABSIZE 4096 /* size of printed item table */
89 static struct string_list *printed[PRNTABSIZE]; /* printed item table */ variable in typeref:struct:string_list
402 * Check if an item has been printed
403 * If not, store the item into the printed item table
413 for (s = printed[val]; s != NULL && strcmp(s->str, name); s = s->next)
421 s->next = printed[val];
422 printed[val] = s;
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c173 * of text to be printed at a fixed vertical position. What's put out as
177 * down) as an absolute horizontal position and a string to be printed at
203 * Makes sure the last page is printed. Only needed when we're printing
359 char *codetab[NFONT+1]; /* and codes to get characters printed */
407 * current line was printed.
457 * of the output file and the appearance of the printed text. It's probably most
538 int printed = 0; /* charge for this many pages */ variable
1018 fprintf(stdout, "%s %d\n", PAGES, printed);
1038 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
1684 * and current point) before text is printed
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm78 during compilation. This has the effect that any output printed
80 variable rather than printed. It's useful with those backends which
/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c216 int printed = 0; local
247 printed = 1;
252 if (!printed) {
359 * are printed for each error, so we
/opensolaris-onvv-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c325 * to be printed, regardless of the -a flag.
504 int printed; local
506 printed = printone(p, level);
507 if (level != 0 || printed == 1)

Completed in 299 milliseconds

123