Symbol: SET
lib/i18n_module/HZ/citrus_hz.c
104
#define INIT(escape) (TAILQ_FIRST(SET(escape)))
lib/i18n_module/HZ/citrus_hz.c
252
SET(psenc->inuse), ch);
lib/i18n_module/HZ/citrus_hz.c
355
if (SET(psenc->inuse) == SET(candidate)) {
lib/libc/gen/fts.c
130
SET(FTS_NOCHDIR);
lib/libc/gen/fts.c
201
SET(FTS_NOCHDIR);
lib/libc/gen/fts.c
399
SET(FTS_STOP);
lib/libc/gen/fts.c
456
SET(FTS_STOP);
lib/libc/gen/fts.c
464
SET(FTS_STOP);
lib/libc/gen/fts.c
470
SET(FTS_STOP);
lib/libc/gen/fts.c
537
SET(FTS_NAMEONLY);
lib/libc/gen/fts.c
742
SET(FTS_STOP);
lib/libc/gen/fts.c
835
SET(FTS_STOP);
libexec/getty/subr.c
274
SET(cflag, CS8);
libexec/getty/subr.c
278
SET(cflag, CS7|PARENB);
libexec/getty/subr.c
279
SET(iflag, ISTRIP);
libexec/getty/subr.c
281
SET(iflag, INPCK|IGNPAR);
libexec/getty/subr.c
282
SET(cflag, PARODD);
libexec/getty/subr.c
286
SET(iflag, INPCK|IGNPAR);
libexec/getty/subr.c
297
SET(cflag, HUPCL);
libexec/getty/subr.c
302
SET(cflag, MDMBUF);
libexec/getty/subr.c
307
SET(cflag, CRTSCTS);
libexec/getty/subr.c
312
SET(iflag, ICRNL);
libexec/getty/subr.c
313
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
320
SET(oflag, OXTABS|OPOST);
libexec/getty/subr.c
325
SET(f, delaybits());
libexec/getty/subr.c
333
SET(cflag, CS8);
libexec/getty/subr.c
346
SET(f, CRTBS);
libexec/getty/subr.c
350
SET(lflag, ECHOE);
libexec/getty/subr.c
355
SET(lflag, ECHOKE);
libexec/getty/subr.c
360
SET(lflag, ECHOPRT);
libexec/getty/subr.c
365
SET(lflag, ECHO);
libexec/getty/subr.c
370
SET(lflag, ECHOCTL);
libexec/getty/subr.c
375
SET(lflag, IXANY);
sbin/devd/parse.y
50
%token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
sbin/devd/parse.y
99
: SET ID STRING SEMICOLON { set_variable($2, $3); }
sbin/ping/ping.c
1003
SET(seq % mx_dup_ck);
sbin/ping6/ping6.c
1367
SET(seq % mx_dup_ck);
sbin/ping6/ping6.c
1414
SET(seq % mx_dup_ck);
sbin/rcorder/rcorder.c
296
head->head = SET;
sbin/rcorder/rcorder.c
531
head->head = SET;
sbin/rcorder/rcorder.c
651
if (head->in_progress == SET) {
sbin/rcorder/rcorder.c
658
head->in_progress = SET;
sbin/rcorder/rcorder.c
721
if (fnode->in_progress == SET) {
sbin/rcorder/rcorder.c
729
fnode->in_progress = SET;
sys/bus/u4b/serial/usb_serial.c
1251
SET(bits, TIOCM_LE);
sys/bus/u4b/serial/usb_serial.c
1254
SET(rbits, TIOCM_DTR);
sys/bus/u4b/serial/usb_serial.c
1257
SET(rbits, TIOCM_RTS);
sys/bus/u4b/serial/usb_serial.c
1260
SET(rbits, TIOCM_CTS);
sys/bus/u4b/serial/usb_serial.c
1263
SET(rbits, TIOCM_CD);
sys/bus/u4b/serial/usb_serial.c
1266
SET(rbits, TIOCM_DSR);
sys/bus/u4b/serial/usb_serial.c
1269
SET(rbits, TIOCM_RI);
sys/bus/u4b/serial/usb_serial.c
1281
SET(rbits, SER_DTR);
sys/bus/u4b/serial/usb_serial.c
1284
SET(rbits, SER_RTS);
sys/bus/u4b/serial/usb_serial.c
1287
SET(rbits, SER_CTS);
sys/bus/u4b/serial/usb_serial.c
1290
SET(rbits, SER_DCD);
sys/bus/u4b/serial/usb_serial.c
1293
SET(rbits, SER_DSR);
sys/bus/u4b/serial/usb_serial.c
1296
SET(rbits, SER_RI);
sys/bus/u4b/serial/usb_serial.c
1822
SET(tp->t_state, TS_FLUSH);
sys/bus/u4b/serial/usb_serial.c
1905
SET(tp->t_state, TS_BUSY);
sys/kern/tty.c
1019
SET(tp->t_cflag, HUPCL);
sys/kern/tty.c
1078
SET(tp->t_state, TS_CONNECTED);
sys/kern/tty.c
1090
SET(tp->t_lflag, PENDIN);
sys/kern/tty.c
1118
SET(t->c_lflag, EXTPROC);
sys/kern/tty.c
1177
SET(tp->t_state, TS_TTSTOP);
sys/kern/tty.c
1395
SET(tp->t_state, TS_SO_OCOMPLETE);
sys/kern/tty.c
1475
SET(tp->t_state, TS_SO_OCOMPLETE);
sys/kern/tty.c
1523
SET(tp->t_state, TS_TBLOCK);
sys/kern/tty.c
1543
SET(tp->t_state, TS_TBLOCK); /* try again later */
sys/kern/tty.c
1610
SET(tp->t_state, TS_CAR_OFLOW);
sys/kern/tty.c
1611
SET(tp->t_state, TS_TTSTOP);
sys/kern/tty.c
1621
SET(tp->t_state, TS_ZOMBIE);
sys/kern/tty.c
1633
SET(tp->t_state, TS_CARR_ON);
sys/kern/tty.c
1635
SET(tp->t_state, TS_CONNECTED);
sys/kern/tty.c
1655
SET(tp->t_state, TS_TYPEN);
sys/kern/tty.c
1976
SET(tp->t_state, TS_SO_OLOWAT);
sys/kern/tty.c
2171
SET(tp->t_state, TS_SO_OLOWAT);
sys/kern/tty.c
2226
SET(tp->t_state, TS_CNTTB);
sys/kern/tty.c
2227
SET(tp->t_lflag, FLUSHO);
sys/kern/tty.c
225
SET(tp->t_state, TS_ISOPEN);
sys/kern/tty.c
2257
SET(tp->t_state, TS_ERASE);
sys/kern/tty.c
227
SET(tp->t_state, TS_CONNECTED);
sys/kern/tty.c
2885
SET(tp->t_state, TS_REGISTERED);
sys/kern/tty.c
477
SET(c, TTY_QUOTE);
sys/kern/tty.c
501
SET(tp->t_state, TS_LNCH);
sys/kern/tty.c
512
SET(tp->t_lflag, FLUSHO);
sys/kern/tty.c
543
SET(tp->t_state, TS_TTSTOP);
sys/kern/tty.c
913
SET(tp->t_state, TS_ASYNC);
sys/kern/tty.c
949
SET(tp->t_state, TS_XCLUDE);
tools/tools/ath/athregs/dumpregs.c
320
SET(r, AR_KEYTABLE_KEY0(i));
tools/tools/ath/athregs/dumpregs.c
321
SET(r, AR_KEYTABLE_KEY1(i));
tools/tools/ath/athregs/dumpregs.c
322
SET(r, AR_KEYTABLE_KEY2(i));
tools/tools/ath/athregs/dumpregs.c
323
SET(r, AR_KEYTABLE_KEY3(i));
tools/tools/ath/athregs/dumpregs.c
324
SET(r, AR_KEYTABLE_KEY4(i));
tools/tools/ath/athregs/dumpregs.c
325
SET(r, AR_KEYTABLE_TYPE(i));
tools/tools/ath/athregs/dumpregs.c
326
SET(r, AR_KEYTABLE_MAC0(i));
tools/tools/ath/athregs/dumpregs.c
327
SET(r, AR_KEYTABLE_MAC1(i));
usr.bin/tr/extern.h
41
CCLASS, CCLASS_UPPER, CCLASS_LOWER, SET } state;
usr.bin/tr/str.c
118
case SET:
usr.bin/tr/str.c
229
s->state = SET;
usr.bin/tr/str.c
281
s->state = SET;
usr.bin/window/lcmd1.c
114
SET(w->ww_wflags, WWW_MAPNL);
usr.bin/window/lcmd1.c
118
SET(w->ww_uflags, WWU_KEEPOPEN);
usr.bin/window/lcmd1.c
122
SET(w->ww_wflags, WWW_NOUPDATE);
usr.bin/window/lcmd1.c
160
SET(w->ww_wflags, WWW_NOUPDATE);
usr.bin/window/main.c
141
SET(cmdwin->ww_wflags,
usr.bin/window/win.c
173
SET(w->ww_wflags, WWW_MAPNL | WWW_NOINTR | WWW_NOUPDATE | WWW_UNCTRL);
usr.bin/window/win.c
174
SET(w->ww_uflags, WWU_HASFRAME | WWU_CENTER);
usr.bin/window/win.c
298
SET(w->ww_pflags, WWP_STOPPED);
usr.bin/window/win.c
342
SET(w->ww_wflags, uc);
usr.bin/window/win.c
358
SET(w->ww_wflags, uc);
usr.bin/window/win.c
80
SET(w->ww_uflags, uflags);
usr.bin/window/wwcursor.c
46
SET(w->ww_wflags, WWW_HASCURSOR);
usr.bin/window/wwgets.c
93
SET(w->ww_wflags, uc);
usr.bin/window/wwiomux.c
194
SET(w->ww_pflags, WWP_STOPPED);
usr.bin/window/wwopen.c
172
SET(w->ww_oflags, oflags);
usr.bin/window/wwwrite.c
191
SET(w->ww_wflags, WWW_INSERT);
usr.sbin/pfctl/parse.y
445
%token SET OPTIMIZATION TIMEOUT LIMIT LOGINTERFACE BLOCKPOLICY RANDOMID
usr.sbin/pfctl/parse.y
5397
{ "set", SET},
usr.sbin/pfctl/parse.y
571
option : SET OPTIMIZATION STRING {
usr.sbin/pfctl/parse.y
583
| SET RULESET_OPTIMIZATION optimizer {
usr.sbin/pfctl/parse.y
589
| SET TIMEOUT timeout_spec
usr.sbin/pfctl/parse.y
590
| SET TIMEOUT '{' optnl timeout_list '}'
usr.sbin/pfctl/parse.y
591
| SET LIMIT limit_spec
usr.sbin/pfctl/parse.y
592
| SET LIMIT '{' optnl limit_list '}'
usr.sbin/pfctl/parse.y
593
| SET LOGINTERFACE stringall {
usr.sbin/pfctl/parse.y
605
| SET HOSTID number {
usr.sbin/pfctl/parse.y
615
| SET BLOCKPOLICY DROP {
usr.sbin/pfctl/parse.y
622
| SET BLOCKPOLICY RETURN {
usr.sbin/pfctl/parse.y
629
| SET REQUIREORDER yesno {
usr.sbin/pfctl/parse.y
635
| SET FINGERPRINTS STRING {
usr.sbin/pfctl/parse.y
653
| SET STATEPOLICY statelock {
usr.sbin/pfctl/parse.y
665
| SET KEEPPOLICY keep {
usr.sbin/pfctl/parse.y
671
| SET DEBUG STRING {
usr.sbin/pfctl/parse.y
683
| SET SKIP interface {