Home
last modified time | relevance | path

Searched refs:RAW (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/cmd/listen/
H A Dnsaddr.h39 #define RAW 2 /* string type */ macro
H A Dnstoa.c356 case RAW:
/titanic_41/usr/src/lib/libcurses/screen/
H A Dnoraw.c57 PROGTTY.sg_flags &= ~(RAW|CBREAK); in noraw()
H A Draw.c62 PROGTTY.sg_flags |= RAW; in raw()
H A Dnewscreen.c187 PROGTTY.sg_flags &= ~(RAW|ECHO|CRMOD); in newscreen()
/titanic_41/usr/src/cmd/ttymon/
H A Dttymon.h79 #define RAW 0x1 /* raw mode */ macro
H A Dtmterm.c281 (char *)NULL, TRUE, (long)RAW);
H A Dtmchild.c291 if (set_termio(0, NULL, NULL,TRUE,RAW) == -1) {
/titanic_41/usr/src/head/
H A Dsgtty.h44 #define RAW 040 macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h30 #define RAW O_RAW macro
/titanic_41/usr/src/uts/common/sys/
H A Dioctl.h92 #define RAW O_RAW macro
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h89 #define RAW O_RAW macro
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x102 const RAW = 0x00000020; /* no i/o processing */ variable
/titanic_41/usr/src/cmd/rexd/
H A Drex.x96 const RAW = 0x00000020; /* no i/o processing */ variable
H A Don.c437 NewFlags.sg_flags |= (u_int)RAW; in main()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h161 #define raw() (_tty.sg_flags |= RAW, _pfast = _rawmode = TRUE, \
163 #define noraw() (_tty.sg_flags &= ~RAW, _rawmode = FALSE, \
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l245 <TSTATE>raw { return RAW; }
246 <CSTATE>raw { return RAW; }
H A Dzonecfg_grammar.y133 %token FS ATTR DEVICE RCTL SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL
145 %type <ival> property_name SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL NAME
964 | RAW { $$ = PT_RAW; }
/titanic_41/usr/src/cmd/bnu/
H A Dline.c514 ttbuf.sg_flags = (ANYP | RAW);
565 Savettyb.sg_flags &= ~RAW; in savline()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_put.c1134 tty.sg_flags &= ~RAW; in vcook()
1144 tty.sg_flags |= RAW; in vraw()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c366 cr = (gttybuf.sg_flags&CRMOD) && !(gttybuf.sg_flags&RAW) ? "" : "\r";
/titanic_41/usr/src/lib/libdtrace/common/
H A Dip.d.in333 I->ipha_protocol == IPPROTO_RAW ? "RAW" :
366 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_RAW ? "RAW" :
/titanic_41/usr/src/cmd/csh/
H A Dsh.lex.c22 #define RAW O_RAW macro
1225 (tty.sg_flags & RAW) == 0) { in readc()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c368 X(RAW); in protoname()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c296 nttyparm.sg_flags |= RAW; in tty_raw()

12