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

/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defilib.h35 extern EFI_RUNTIME_SERVICES *RS;
/illumos-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;
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dlibefi.c38 EFI_RUNTIME_SERVICES *RS; variable
97 RS = ST->RuntimeServices;
H A Dtime.c181 Status = RS->GetTime(&EfiTime, &Capabilities);
/illumos-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 Dawk.def43 extern wchar_t **RS;
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c439 RS->ResetSystem(EfiResetCold, EFI_SUCCESS, 23, (CHAR16 *)msg);
668 for (status = RS->GetNextVariableName(&varsz, var, &varguid);
670 status = RS->GetNextVariableName(&varsz, var, &varguid)) {
681 status = RS->GetVariable(var, &varguid, &attr, &datasz, NULL);
684 status = RS->GetVariable(var, &varguid, &attr, &datasz, data);
693 printf(" RS");
/illumos-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;
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c58 #define RS 036 macro
124 if (inbuff[1] != RS)
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h238 #define RS (env->rs) macro

Completed in 103 milliseconds