Searched refs:CL (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/tip/ |
H A D | remote.c | 60 CL = 0; 143 if ((CL = rgetnum("cl")) < 0) 144 CL = 0;
|
H A D | vars.c | 75 "cdelay", (char *)&CL },
|
H A D | tip.h | 79 int CL; /* char delay for file transfers to remote */ variable
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | curses.c | 53 char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM, variable
|
H A D | cr_tty.c | 45 &AL, &BC, &BT, &CD, &CE, &CL, &CM, &CR, &CS,
|
H A D | refresh.c | 73 (void) _puts(CL);
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 539 #define pc_cltodb(PCFS, CL) /* clusters to disk blks */ \ 540 ((daddr_t)((CL) * (PCFS)->pcfs_spcl)) 548 #define pc_cldaddr(PCFS, CL) /* DEV_BSIZE "sector" addr for cluster */ \ 550 pc_cltodb(PCFS, (CL) - PCF_FIRSTCLUSTER)))) 568 #define pc_validcl(PCFS, CL) /* check that cluster no is legit */ \ 569 ((int)(CL) >= PCF_FIRSTCLUSTER && \ 570 (int)(CL) < (PCFS)->pcfs_ncluster + PCF_FIRSTCLUSTER)
|
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
H A D | efi_console.c | 52 static void CL(int); 241 CL(0); /* clear current line from cursor to end */ 244 CL(0); 276 CL(int direction) function 415 CL(0); 421 CL(args[0]);
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | vidconsole.c | 295 CL(int direction) function 502 CL(0); 508 CL(args[0]);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | iso9660.h | 193 struct CL { struct in union:rock_ridge::__anon2191
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 397 #define smbsr_error(SR, ST, CL, CO) \ 398 smbsr_status(SR, ST, CL, CO) 399 #define smbsr_warn(SR, ST, CL, CO) \ 400 smbsr_status(SR, ST, CL, CO)
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 61 extern char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL,
|
Completed in 87 milliseconds