Symbol: CL
bin/mined/mined.h
59
extern char *CE, *VS, *SO, *SE, *CL, *AL, *CM;
bin/mined/mined1.c
1194
tputs(CL, 0, _putchar);
bin/mined/mined1.c
1284
char *CE, *VS, *SO, *SE, *CL, *AL, *CM;
bin/mined/mined1.c
1480
tputs(CL, 0, _putchar);
bin/mined/mined1.c
1543
tputs(CL, 0, _putchar);
bin/mined/mined1.c
1996
CL = tgetstr("cl", &loc);
bin/mined/mined1.c
2003
if (!CE || !SO || !SE || !CL || !AL || !CM) {
bin/mined/mined1.c
491
tputs(CL, 0, _putchar);
games/backgammon/common_source/fancy.c
51
char *CL; /* clear screen sequence */
games/backgammon/common_source/fancy.c
583
if (CL == 0) {
games/backgammon/common_source/fancy.c
592
tputs(CL, CO, addbuf); /* put CL in buffer */
games/backgammon/common_source/fancy.c
71
static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP};
games/backgammon/common_source/fancy.c
738
if (LI < 24 || CO < 72 || !(CL && UP && ND))
games/hunt/hunt/display.c
172
if (CL != NULL) {
games/hunt/hunt/display.c
173
tputs(CL, LINES, __cputchar);
games/larn/io.c
672
char *CM, *CE, *CD, *CL, *SO, *SE, *AL, *DL;/* Termcap capabilities */
games/larn/io.c
698
CL = tgetstr("cl", &capptr); /* Clear screen */
games/larn/io.c
719
if (!CL) { /* can't find clear entire screen entry */
games/larn/io.c
859
tputs(CL, 0, putchr);
games/rogue/message.c
199
printf("%s", CL);
libexec/getty/main.c
298
if (CL && *CL)
libexec/getty/main.c
299
putpad(CL);
stand/boot/efi/libefi/efi_console.c
217
CL(0); /* clear current line from cursor to end */
stand/boot/efi/libefi/efi_console.c
220
CL(0);
stand/boot/efi/libefi/efi_console.c
49
static void CL(int);
sys/cpu/x86_64/misc/db_disasm.c
1398
case CL:
sys/cpu/x86_64/misc/db_disasm.c
361
/*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
sys/cpu/x86_64/misc/db_disasm.c
370
/*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
sys/cpu/x86_64/misc/db_disasm.c
852
/*d2*/ { "", TRUE, BYTE, op2(CL, E), db_Grp2 },
sys/cpu/x86_64/misc/db_disasm.c
853
/*d3*/ { "", TRUE, LONG, op2(CL, E), db_Grp2 },
usr.bin/tip/remote.c
238
if (cgetnum(bp, "cl", &CL) == -1)
usr.bin/tip/remote.c
239
CL = 0;
usr.bin/tip/tip.h
96
EXTERN long CL; /* char delay for file transfers to remote */
usr.bin/tip/vars.c
99
"cdelay", (char *)&CL },
usr.sbin/makefs/cd9660/iso9660_rrip.c
186
t->attr.rr_entry.CL.dir_loc);
usr.sbin/makefs/cd9660/iso9660_rrip.c
490
p->attr.rr_entry.CL.h.length[0] = 12;
usr.sbin/makefs/cd9660/iso9660_rrip.c
491
p->attr.rr_entry.CL.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.h
184
ISO_RRIP_CLINK CL;