Searched refs:CLEAR (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.h80 #define CLEAR 1 /* same as fast, used for fixing media */ macro
H A Dblank.c107 type = CLEAR;
114 type = CLEAR;
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dhelp.c615 case CLEAR:
H A Dprexlex.l74 clear { yylval.intval = CLEAR; return (CLEAR); }
H A Dprexgram.y32 %token CLEAR
108 %type <intval> CONTINUE DISABLE ENABLE HELP LIST QUIT SOURCE TRACE UNTRACE BUFFER KTRACE PFILTER CLEAR CONNECT command
167 | CLEAR { $$ = $1; } /* user only */
268 clear_statement : CLEAR SETNAME NL
275 | CLEAR exprlist NL
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregexec.c98 #define CLEAR(v) ((v) = 0) macro
127 #undef CLEAR macro
150 #define CLEAR(v) (void) memset(v, 0, m->g->nstates) macro
H A Dengine.c247 CLEAR(m->empty);
770 CLEAR(st);
873 CLEAR(st);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c157 #define CLEAR 256 /* table clear output code */ macro
201 * the absence of CLEAR codes (while packets are incompressible), they
204 static int /* 1=output CLEAR */
587 oldcode = CLEAR;
604 if (incode == CLEAR) {
612 printf("bsd_decomp%d: bad CLEAR\n", db->unit);
621 || incode > max_ent && oldcode == CLEAR) {
691 if (oldcode != CLEAR && max_ent < db->maxmaxcode) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y51 %token CANCEL CLEAR COMMIT CREATE DESTROY END EXIT EXPORT GET HELP
91 %type <cmd> clear_command CLEAR
172 clear_command: CLEAR
177 | CLEAR TOKEN
182 | CLEAR property_type
H A Dnwamcfg_lex.l67 return CLEAR;
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c59 #define CLEAR '2' macro
76 static char tclrsh[] = {ESC, CLEAR, CR, 0};
637 *p++ = CLEAR;
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxscan.c55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE) macro
193 CLEAR(set);
327 CLEAR(set);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.h186 CLEAR enumerator in enum:counter_op
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c191 #define CLEAR 256 /* table clear output code */ macro
241 * the absence of CLEAR codes (while packets are incompressible), they
244 static int /* 1=output CLEAR */
839 OUTPUT(CLEAR); /* do not count the CLEAR */
1228 oldcode = CLEAR;
1255 if (incode == CLEAR) {
1268 "bsd_decomp%d: bad CLEAR\n",
1291 oldcode == CLEAR) {
1391 if (oldcode != CLEAR
[all...]
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c193 #define CLEAR 256 /* table clear output code */ macro
961 * codes are re-sized at this point, and a special CLEAR code is generated
1309 if ((code == CLEAR) && block_compress) {
1464 if ((code == CLEAR) && block_compress) {
1771 output((code_int) CLEAR);
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y138 %token MAXSEMIDS LOCKED SWAP SCHED CLEAR DEFROUTER ADMIN SECFLAGS USER AUTHS MAXPROCS
165 %type <cmd> clear_command CLEAR
917 clear_command: CLEAR
924 | CLEAR property_name
H A Dzonecfg_lex.l165 return CLEAR;
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c477 CLEAR(f); \
484 #define CLEAR(F) if ((F)->level == our_tag) \ macro
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c452 #define CLEAR 'J' macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c188 #define CLEAR(r, rps) (void) memset((char *)(rps)->base, 0, \ macro
459 CLEAR(r, &r->firstpos);
619 CLEAR(r, fpos);
680 CLEAR(r, &r->tmp);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c78 #define CLEAR(var) (void) memset(&(var), 0, sizeof (var)) macro

Completed in 78 milliseconds