/titanic_50/usr/src/cmd/listen/ |
H A D | nsaddr.h | 39 #define RAW 2 /* string type */ macro
|
H A D | nstoa.c | 356 case RAW:
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | noraw.c | 57 PROGTTY.sg_flags &= ~(RAW|CBREAK); in noraw()
|
H A D | raw.c | 62 PROGTTY.sg_flags |= RAW; in raw()
|
H A D | newscreen.c | 187 PROGTTY.sg_flags &= ~(RAW|ECHO|CRMOD); in newscreen()
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | ttymon.h | 79 #define RAW 0x1 /* raw mode */ macro
|
H A D | tmterm.c | 281 (char *)NULL, TRUE, (long)RAW);
|
H A D | tmchild.c | 291 if (set_termio(0, NULL, NULL,TRUE,RAW) == -1) {
|
/titanic_50/usr/src/head/ |
H A D | sgtty.h | 44 #define RAW 040 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | ioctl.h | 30 #define RAW O_RAW macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ioctl.h | 92 #define RAW O_RAW macro
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 89 #define RAW O_RAW macro
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | rex.x | 102 const RAW = 0x00000020; /* no i/o processing */ variable
|
/titanic_50/usr/src/cmd/rexd/ |
H A D | rex.x | 96 const RAW = 0x00000020; /* no i/o processing */ variable
|
H A D | on.c | 437 NewFlags.sg_flags |= (u_int)RAW; in main()
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 161 #define raw() (_tty.sg_flags |= RAW, _pfast = _rawmode = TRUE, \ 163 #define noraw() (_tty.sg_flags &= ~RAW, _rawmode = FALSE, \
|
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 245 <TSTATE>raw { return RAW; } 246 <CSTATE>raw { return RAW; }
|
H A D | zonecfg_grammar.y | 133 %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_50/usr/src/cmd/bnu/ |
H A D | line.c | 514 ttbuf.sg_flags = (ANYP | RAW); 565 Savettyb.sg_flags &= ~RAW; in savline()
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1134 tty.sg_flags &= ~RAW; in vcook() 1144 tty.sg_flags |= RAW; in vraw()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.comsat.c | 366 cr = (gttybuf.sg_flags&CRMOD) && !(gttybuf.sg_flags&RAW) ? "" : "\r";
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 333 I->ipha_protocol == IPPROTO_RAW ? "RAW" : 366 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_RAW ? "RAW" :
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.lex.c | 22 #define RAW O_RAW macro 1225 (tty.sg_flags & RAW) == 0) { in readc()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 368 X(RAW); in protoname()
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 296 nttyparm.sg_flags |= RAW; in tty_raw()
|