Home
last modified time | relevance | path

Searched refs:col1 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl35 $title, $note, $name, $col1, $col2, $col3, $skip);
142 our ($title, $note, $name, $col1, $col2, $col3);
169 my @col1 = split(/\s*;\s*/, $col1);
172 my $rows = $#col1;
176 $col1 = defined ($col1[$i]) ? $col1[$i] : '';
181 $col1 = 'event ID';
186 $col1 = 'class';
222 ($col1, $col2) =
367 ($col1, $col2) =
604 $col1, $col2, $col3
[all …]
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c211 gfx_term_drawrect(uint32_t row1, uint32_t col1, uint32_t row2, uint32_t col2) in gfx_term_drawrect() argument
225 col1--; in gfx_term_drawrect()
233 y1 = col1 * fb.font_height + fb.terminal_origin_y + yshift; in gfx_term_drawrect()
244 y1 = col1 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()
254 y1 = col1 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()
259 y2 = col1 * fb.font_height + fb.terminal_origin_y + yshift; in gfx_term_drawrect()
275 y1 = col1 * fb.font_height + fb.terminal_origin_y + yshift; in gfx_term_drawrect()
278 y2 = col1 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c294 #define ULINE(indent, col1, col2) \ argument
295 fprintf(stderr, USAGE_OPT_FMT, indent, col1, col2)
298 #define ULINE(indent, col1, col2) \ argument
299 fprintf(stderr, USAGE_OPT_FMT, indent, col1)