Searched refs:RS (Results 1 - 24 of 24) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dcon.h53 #define RS 036 macro
H A Dopen.c58 (void) putchar(RS);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.h64 #define RS '\036' macro
H A Dposttek.c863 * Handles incremental plot mode. It's entered after the RS control code and is
968 case RS:
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dinterp.c81 IP = (token_t *) POP(RS);
87 PUSH(RS, (fstack_t) IP);
H A Dforth.c265 PUSH(RS, POP(DS));
272 PUSH(DS, POP(RS));
279 PUSH(DS, *RS);
286 IP = (token_t *)POP(RS);
727 RS -= 3;
1715 PUSH(RS, (fstack_t)HERE);
1735 fstack_t d = POP(RS);
1805 (void) POP(RS);
1806 (void) POP(RS);
1807 IP = (token_t *)POP(RS);
[all...]
H A Dinterface.c55 PUSH(RS, d);
61 return (POP(RS));
H A Dinteractive.c167 RS = env->rs0;
174 RS = new.rs;
184 new.rs = RS;
H A Ddebug.c97 for (i = (RS - env->rs0) - 1; i > 0; i--) {
588 if (RS < env->rs0 || RS >= &env->rs0[stack_size]) {
589 log_message(MSG_ERROR, "RS: %p outside range\n", RS);
590 RS = env->rs0;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm28 the C<$/> variable can be referred to either $RS or
83 *RS
157 *RS = */ ;
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dlib.c87 dprintf("**RS=%o, **FS=%o\n", **RS, **FS, NULL);
117 if ((sep = **RS) == 0)
127 if (**RS == sep || c == EOF)
H A Dtran.c42 wchar_t **RS; /* initial record sep */ variable
66 static wchar_t L_RS[] = L"RS";
83 RS = &setsymtab(L_RS, tostring(L_newline), 0.0, STR|FLD, symtab)->sval;
H A DREADME57 RS = ""
H A Dawk.def43 extern wchar_t **RS;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/
H A DRastEventHandler.h150 enum { RS = '\n', RE = '\r', TAB = '\t' }; enumerator in enum:SP_NAMESPACE::RastEventHandler::__anon982
H A DRastEventHandler.cxx622 case RS:
623 os() << "#RS" << nl;
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dlib.c92 dprintf(("RS=<%s>, FS=<%s>, ARGC=%f, FILENAME=%s\n",
93 *RS, *FS, *ARGC, *FILENAME));
158 if ((sep = **RS) == 0) {
172 if (**RS == sep || c == EOF)
H A Dtran.c46 uchar **RS; /* initial record sep */ variable
94 RS = &setsymtab((uchar *)"RS", (uchar *)"\n", 0.0,
H A Dawk.h75 extern uchar **RS;
/opensolaris-onvv-gate/usr/src/cmd/unpack/
H A Dunpack.c58 #define RS 036 macro
124 if (inbuff[1] != RS)
/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h238 #define RS (env->rs) macro
/opensolaris-onvv-gate/usr/src/cmd/hwdata/
H A Dpci.ids4520 d84d 4025 EX-4025 1S(16C550) RS-232
4521 d84d 4027 EX-4027 1S(16C650) RS-232
4522 d84d 4028 EX-4028 1S(16C850) RS-232
4523 d84d 4036 EX-4036 2S(16C650) RS-232
4524 d84d 4037 EX-4037 2S(16C650) RS-232
4525 d84d 4038 EX-4038 2S(16C850) RS-232
4526 d84d 4052 EX-4052 1S(16C550) RS-422/485
4527 d84d 4053 EX-4053 2S(16C550) RS-422/485
4528 d84d 4055 EX-4055 4S(16C550) RS-232
4529 d84d 4058 EX-4055 4S(16C650) RS
[all...]
H A Dusb.ids1881 0011 G83 (RS 6000) Keyboard
4878 0042 RS-70
4879 0043 RS-70
5668 000c USB-to-RS-232
5669 000d USB-to-RS-232
5670 0014 RS-232 J104
10703 1250 UPort 1250 2-Port RS-232/422/485
10704 1251 UPort 1250I 2-Port RS-232/422/485 with Isolation
10705 1410 UPort 1410 4-Port RS-232
10706 1450 UPort 1450 4-Port RS
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DExtendEntityManager.cxx249 const Char RS = '\n'; member in namespace:SP_NAMESPACE
880 *(Char *)end() = RS;
898 insertChar(RS);
989 // Need to delete final RS if not followed by anything.
1177 ret.byteIndex--; // first RS is inserted
1191 ret.byteIndex--; // first RS is inserted
1205 // the RS that starts a line will be in column 0;
1372 || matchChar(c, '\n') )) { // ignored RS

Completed in 538 milliseconds