/src/usr.sbin/npf/npftest/libnpftest/ |
npf_state_test.c | 30 #define CLEAR .flags = 0 52 { CLEAR }, 70 { CLEAR }, 84 { CLEAR }, 107 { CLEAR },
|
/src/usr.bin/menuc/ |
scan.l | 115 clear { return CLEAR; }
|
parse.y | 57 MENUS SCROLLABLE SHORTCUT CLEAR MESSAGES ALWAYS SCROLL 146 | NO CLEAR { cur_menu->info->mopt |= MC_NOCLEAR; } 147 | CLEAR { cur_menu->info->mopt &= ~MC_NOCLEAR; }
|
/src/games/hunt/huntd/ |
terminal.c | 87 * Clear the screen, and reset the current position on the screen. 92 sendcom(pp, CLEAR); 99 * Clear to the end of the line
|
/src/lib/libc/regex/ |
regexec.c | 119 #define CLEAR(v) ((v) = 0) 148 #undef CLEAR 171 #define CLEAR(v) memset(v, 0, m->g->nstates)
|
engine.c | 299 CLEAR(m->empty); 899 CLEAR(st);
|
/src/usr.bin/ktrace/ |
ktrace.c | 82 enum { NOTSET, CLEAR, CLEARALL } clear; local in function:main 91 clear = NOTSET; 112 clear = CLEARALL; 116 clear = CLEAR; 191 trpoints |= clear == NOTSET ? DEF_POINTS : ALL_POINTS; 201 if (clear == CLEAR && outfile == NULL && pid == 0) 219 if (clear != NOTSET) [all...] |
/src/sys/arch/hp300/stand/mkboot/ |
mkboot.c | 91 #define CLEAR(a, b, c) \ 155 /* clear possibly unused directory entries */ 156 CLEAR(lifd[1].dir_name, " ", sizeof(lifd[1].dir_name)); 166 CLEAR(lifv.vol_label, "BOOT43", sizeof(lifv.vol_label));
|
/src/games/hunt/include/ |
hunt_common.h | 70 #define CLEAR ('C' | 0200)
|
/src/usr.bin/compress/ |
zopen.c | 199 #define CLEAR 256 /* Table clear output code. */ 230 * codes are re-sized at this point, and a special CLEAR code is generated 505 if ((code == CLEAR) && block_compress) { 626 cl_block(struct s_zstate *zs) /* Table clear for block compress. */ 647 if (output(zs, (code_int) CLEAR) == -1)
|
/src/games/larn/ |
header.h | 402 /* macro to clear the scrolling region for the terminal */ 404 /* macro to clear the screen and home the cursor */ 405 #define clear() (lprcat("\33[2J\33[f"), cbak[SPELLS]= -50) macro 413 #define CLEAR 5 423 /* macro to clear the scrolling region for the terminal */ 425 /* macro to clear the screen and home the cursor */ 426 #define clear() (*lpnt++ =CLEAR, cbak[SPELLS]= -50) macro 427 /* macro to clear to end of line */
|
io.c | 47 * cl_line(x,y) clear line at [1,y] and leave cursor at [x,y] 48 * cl_up(x,y) clear screen from [x,1] to current line 49 * cl_dn(x,y) clear screen from [1,y] to end of display 143 * Attributes off, clear screen, set scrolling region, set tty mode 148 clear(); 156 * Attributes off, clear screen, unset scrolling region, restore tty mode 162 clear(); 673 * cl_line(x,y) Clear the whole line indicated by 'y' and leave cursor at [x,y] 689 * cl_up(x,y) Clear screen from [x,1] to current position. Leave cursor at [x,y] 709 * cl_dn(x,y) Clear screen from [1,y] to end of display. Leave cursor at [x,y [all...] |
/src/sys/net/ |
bsd-comp.c | 172 #define CLEAR 256 /* table clear output code */ 197 * clear the dictionary 221 * the absence of CLEAR codes (while packets are incompressible), they 224 static int /* 1=output CLEAR */ 621 OUTPUT(CLEAR); /* do not count the CLEAR */ 869 oldcode = CLEAR; 896 if (incode == CLEAR) { 908 printf("bsd_decomp%d: bad CLEAR\n", db->unit) [all...] |
/src/usr.bin/gzip/ |
zuncompress.c | 64 #define CLEAR 256 /* Table clear output code. */ 266 if ((zs->u.r.zs_code == CLEAR) && zs->zs_block_compress) {
|
/src/games/hunt/hunt/ |
playit.c | 137 case CLEAR: 416 clear();
|
/src/tests/bin/sh/ |
t_option.sh | 51 CLEAR='' 53 CLEAR='xx="$-" && xx=$(echo "$xx" | tr -d cs) && test -n "$xx" && set +"$xx";' 72 test "$t" != "$x" && x clear "$1" 75 '"${CLEAR}"'
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nouveau_nvkm_engine_gr_ctxnv40.c | 28 * not implemented in our versions. It's not clear why NVIDIA context 624 cp_wait(ctx, UNK57, CLEAR); 639 cp_bra (ctx, UNK54, CLEAR, cp_prepare_exit);
|
nouveau_nvkm_engine_gr_ctxnv50.c | 205 cp_set (ctx, UNK1D, CLEAR); 242 cp_set (ctx, UNK01, CLEAR); 243 cp_set (ctx, UNK03, CLEAR); 244 cp_set (ctx, UNK1D, CLEAR);
|