| /hets/GMP/papers/conditional/ |
| H A D | entcs.cls | 963 \global\@hasabstracttrue % Implies rules are to be printed
|
| /hets/GMP/papers/heterogenous/ |
| H A D | entcs.cls | 963 \global\@hasabstracttrue % Implies rules are to be printed
|
| /hets/GMP/papers/optInWork/ |
| H A D | entcs.cls | 963 \global\@hasabstracttrue % Implies rules are to be printed
|
| /hets/GMP/papers/optimizing/ |
| H A D | entcs.cls | 963 \global\@hasabstracttrue % Implies rules are to be printed
|
| /hets/doc/ |
| H A D | UserGuideCommonLogic.tex | 1539 (\texttt{xml}). For example, it is possible to generate a pretty printed
|
| H A D | UserGuide.tex | 1420 (\texttt{xml}). For example, it is possible to generate a pretty printed
|
| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | print.c | 63 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...] |
| /illumos-gate/usr/src/cmd/ypcmd/mknetid/ |
| H A D | mknetid.c | 52 #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;
|
| /illumos-gate/usr/src/cmd/prtconf/ |
| H A D | pdevinfo.c | 541 * Returns 0 if nothing is printed, 1 otherwise 737 int printed; local 805 printed = dump_prop_list(&hwprop_dumpops, "Hardware", 808 /* Ensure that 'compatible' is printed under Hardware header */ 810 printed |= dump_compatible(printed ? NULL : "Hardware", 813 /* Ensure that pci id information is printed under Hardware */ 814 (void) dump_pciid(printed ? NULL : "Hardware",
|
| /illumos-gate/usr/src/cmd/ptools/ptree/ |
| H A D | ptree.c | 325 * to be printed, regardless of the -a flag. 504 int printed; local 506 printed = printone(p, level); 507 if (level != 0 || printed == 1)
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_ip.c | 844 boolean_t printed; local 879 printed = B_TRUE; 883 printed = B_FALSE; 945 if (printed) {
|
| /illumos-gate/usr/src/cmd/ctstat/ |
| H A D | ctstat.c | 133 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
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/fctl/ |
| H A D | fctl.c | 967 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...] |
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | findstack.c | 604 uint_t printed = 0; local 849 if (all || !printed) { 852 printed = 1;
|
| /illumos-gate/usr/src/cmd/mdb/intel/modules/sata/ |
| H A D | sata.c | 131 sata_dmsg_dump(sata_trace_dmsg_t *addr, int print_pathname, uint_t *printed) argument 188 if (printed != NULL) { 189 (*printed)++; 210 uint_t printed = 0; /* have we printed anything? */ local 245 print_pathname, &printed); 251 if (printed == 0) {
|
| /illumos-gate/usr/src/cmd/dtrace/ |
| H A D | dtrace.c | 860 int i, printed; local 894 for (i = 0, printed = 0; flagnames[i].name != NULL; i++) { 899 "%s%s", printed++ ? " | " : "(", flagnames[i].name); 904 if (printed)
|
| /illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
| H A D | cap.c | 387 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)) {
|
| H A D | dyn.c | 298 Word end_ndx, ndx, printed = 0; local 413 printed = 1; 531 * printed this value, don't print 534 if (printed && 541 * If we've already printed this value, 546 if (printed && (last_d_val == dyn->d_un.d_val)) 559 printed = 1; 567 if (!printed) {
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
| H A D | mount.c | 2021 static int printed = 0; local 2146 if (!printed) { 2149 printed = 1; 2410 static int printed = 0; local 2457 if (!printed) { 2460 printed = 1; 2469 printed = 1; 2474 printed = 1; 2480 printed = 1; 2485 * Don't set "printed" her [all...] |
| /illumos-gate/usr/src/cmd/ipf/lib/common/ |
| H A D | printhash.c | 26 int i, printed; local 132 for (i = 0, printed = 0; i < iph.iph_size; i++) { 135 printed++; 138 if (printed == 0)
|
| H A D | printhash_live.c | 28 int i, printed, last; local 69 printed++; 75 if (printed == 0)
|
| H A D | printpool_live.c | 28 int i, printed, last; local 69 printed++; 75 if (printed == 0)
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | rdsv3_debug.c | 357 int printed; member in struct:ratelimit_state 389 rs->printed = 0; 393 if (rs->burst && rs->burst > rs->printed) { 394 rs->printed++;
|
| /illumos-gate/usr/src/uts/sun4u/boston/os/ |
| H A D | boston.c | 272 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;
|
| /illumos-gate/usr/src/uts/sun4u/seattle/os/ |
| H A D | seattle.c | 275 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;
|