Searched refs:need_comma (Results 1 – 3 of 3) sorted by relevance
| /titanic_41/usr/src/cmd/mdb/common/modules/md/ |
| H A D | dumpmirror.c | 37 int need_comma = 0; in print_mm_bm() local 49 (need_comma ? "," : ""), in print_mm_bm() 53 (need_comma ? "," : ""), first_set); in print_mm_bm() 55 need_comma = 1; in print_mm_bm() 61 mdb_printf("%s%u-%u", (need_comma ? "," : ""), first_set, in print_mm_bm() 75 int need_comma = 0; in print_mm_cnt_c() local 80 mdb_printf("%s(%d,%3d)", (need_comma ? "," : ""), i, in print_mm_cnt_c() 82 need_comma = 1; in print_mm_cnt_c() 92 int need_comma = 0; in print_mm_cnt_w() local 97 mdb_printf("%s(%d,%5d)", (need_comma ? "," : ""), i, in print_mm_cnt_w() [all …]
|
| /titanic_41/usr/src/cmd/syseventadm/ |
| H A D | syseventadm.c | 313 int need_comma = 0; in add_cmd() local 348 need_comma = 1; in add_cmd() 351 if (need_comma) in add_cmd() 354 need_comma = 1; in add_cmd() 357 if (need_comma) in add_cmd()
|
| /titanic_41/usr/src/cmd/sgs/elfedit/common/ |
| H A D | sys.c | 127 int need_comma = 0; in cmd_help_synopsis() local 134 if (need_comma) in cmd_help_synopsis() 138 need_comma = 1; in cmd_help_synopsis()
|