Searched refs:RS (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/efi/include/ |
H A D | efilib.h | 35 extern EFI_RUNTIME_SERVICES *RS;
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | interp.c | 81 IP = (token_t *) POP(RS); 87 PUSH(RS, (fstack_t) IP);
|
H A D | forth.c | 265 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 D | interface.c | 55 PUSH(RS, d); 61 return (POP(RS));
|
H A D | interactive.c | 167 RS = env->rs0; 174 RS = new.rs; 184 new.rs = RS;
|
H A D | debug.c | 97 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 D | libefi.c | 38 EFI_RUNTIME_SERVICES *RS; variable 97 RS = ST->RuntimeServices;
|
H A D | time.c | 181 Status = RS->GetTime(&EfiTime, &Capabilities);
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | lib.c | 87 dprintf("**RS=%o, **FS=%o\n", **RS, **FS, NULL); 117 if ((sep = **RS) == 0) 127 if (**RS == sep || c == EOF)
|
H A D | tran.c | 42 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 D | awk.def | 43 extern wchar_t **RS;
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/ |
H A D | main.c | 439 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 D | lib.c | 92 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 D | tran.c | 46 uchar **RS; /* initial record sep */ variable 94 RS = &setsymtab((uchar *)"RS", (uchar *)"\n", 0.0,
|
H A D | awk.h | 75 extern uchar **RS;
|
/illumos-gate/usr/src/cmd/unpack/ |
H A D | unpack.c | 58 #define RS 036 macro 124 if (inbuff[1] != RS)
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 238 #define RS (env->rs) macro
|
Completed in 103 milliseconds