HomeSort by: relevance | last modified time | path
    Searched defs:CLEAR (Results 1 - 9 of 9) sorted by relevancy

  /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/lib/libc/regex/
regexec.c 119 #define CLEAR(v) ((v) = 0)
148 #undef CLEAR
171 #define CLEAR(v) memset(v, 0, m->g->nstates)
  /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/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/gzip/
zuncompress.c 64 #define CLEAR 256 /* Table clear output code. */
266 if ((zs->u.r.zs_code == CLEAR) && zs->zs_block_compress) {
  /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/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 */

Completed in 16 milliseconds