Searched refs:col2 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | auditrecord.pl | 35 $title, $note, $name, $col1, $col2, $col3, $skip); 142 our ($title, $note, $name, $col1, $col2, $col3); 168 ($col1, $col2, $col3) = getCallInfo($id, $name, $description); 170 my @col2 = split(/\s*;\s*/, $col2); 173 $rows = $#col2 if ($#col2 > $rows); 177 $col2 = defined ($col2[$i]) ? $col2[$i] : ''; 182 $col2 = $id; 187 $col2 = $class; 222 ($col1, $col2) = 227 while ($col2) { [all …]
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | gfx_fb.c | 211 gfx_term_drawrect(uint32_t row1, uint32_t col1, uint32_t row2, uint32_t col2) in gfx_term_drawrect() argument 227 col2--; in gfx_term_drawrect() 236 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect() 246 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect() 266 y1 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect() 269 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect() 285 y1 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect() 289 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()
|
/illumos-gate/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 294 #define ULINE(indent, col1, col2) \ argument 295 fprintf(stderr, USAGE_OPT_FMT, indent, col1, col2) 298 #define ULINE(indent, col1, col2) \ argument
|