/src/lib/libmenu/ |
menu.h | 107 int cur_col; /* current cursor column */ member in struct:__menu
|
/src/usr.bin/col/ |
col.c | 136 int cur_col; /* current column */ local in function:main 180 adjust = cur_col = extra_lines = warned = 0; 189 if (cur_col == 0) 191 --cur_col; 194 cur_col = 0; 225 cur_col = 0; 228 ++cur_col; 237 cur_col |= 7; 238 ++cur_col; 246 cur_col += width [all...] |
/src/bin/ksh/ |
vi.c | 1359 static int cur_col; /* current column on line */ variable in typeref:typename:int 1443 cur_col = pwidth = promptlen(prompt, &p); 1446 cur_col = x_cols - 3 - MIN_EDIT_SPACE; 1447 prompt_trunc = pwidth - cur_col; 1750 cur_col = pwidth; 1882 if (cur_col != col) 1885 cur_col++; 1905 cur_col++; 1908 if (cur_col != ncol) 1917 if (col < cur_col) { [all...] |
/src/sys/dev/ic/ |
aic79xx.c | 1758 u_int cur_col; local in function:ahd_handle_transmission_error 1805 cur_col = 0; 1808 ahd_lqistat1_print(lqistat1, &cur_col, 50); 1809 ahd_lastphase_print(lastphase, &cur_col, 50); 1810 ahd_scsisigi_print(curphase, &cur_col, 50); 1811 ahd_perrdiag_print(perrdiag, &cur_col, 50); 8662 u_int cur_col; local in function:ahd_dump_card_state 8687 cur_col = 0; 8688 ahd_hs_mailbox_print(ahd_inb(ahd, LOCAL_HS_MAILBOX), &cur_col, 50); 8689 ahd_intctl_print(ahd_inb(ahd, INTCTL), &cur_col, 50) [all...] |
aic7xxx.c | 6603 u_int cur_col; local in function:ahc_dump_card_state 6635 cur_col = 0; 6637 ahc_scsiphase_print(ahc_inb(ahc, SCSIPHASE), &cur_col, 50); 6638 ahc_scsisigi_print(ahc_inb(ahc, SCSISIGI), &cur_col, 50); 6639 ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50); 6640 ahc_scsibusl_print(ahc_inb(ahc, SCSIBUSL), &cur_col, 50); 6641 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); 6642 ahc_scsiseq_print(ahc_inb(ahc, SCSISEQ), &cur_col, 50); 6643 ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50); 6644 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50) [all...] |