/illumos-gate/usr/src/common/ficl/ |
H A D | primitives.c | 3117 (void) ficlDictionarySetPrimitive(dictionary, "#", in ficlSystemCompileCore() 3119 (void) ficlDictionarySetPrimitive(dictionary, "#>", in ficlSystemCompileCore() 3121 (void) ficlDictionarySetPrimitive(dictionary, "#s", in ficlSystemCompileCore() 3123 (void) ficlDictionarySetPrimitive(dictionary, "\'", in ficlSystemCompileCore() 3125 (void) ficlDictionarySetPrimitive(dictionary, "(", in ficlSystemCompileCore() 3127 (void) ficlDictionarySetPrimitive(dictionary, "+loop", in ficlSystemCompileCore() 3129 (void) ficlDictionarySetPrimitive(dictionary, ".", in ficlSystemCompileCore() 3131 (void) ficlDictionarySetPrimitive(dictionary, ".\"", in ficlSystemCompileCore() 3133 (void) ficlDictionarySetPrimitive(dictionary, ":", in ficlSystemCompileCore() 3135 (void) ficlDictionarySetPrimitive(dictionary, ";", in ficlSystemCompileCore() [all …]
|
H A D | search.c | 354 (void) ficlDictionarySetPrimitive(dictionary, ">search", in ficlSystemCompileSearch() 356 (void) ficlDictionarySetPrimitive(dictionary, "search>", in ficlSystemCompileSearch() 358 (void) ficlDictionarySetPrimitive(dictionary, "definitions", in ficlSystemCompileSearch() 360 (void) ficlDictionarySetPrimitive(dictionary, "forth-wordlist", in ficlSystemCompileSearch() 362 (void) ficlDictionarySetPrimitive(dictionary, "get-current", in ficlSystemCompileSearch() 364 (void) ficlDictionarySetPrimitive(dictionary, "get-order", in ficlSystemCompileSearch() 366 (void) ficlDictionarySetPrimitive(dictionary, "search-wordlist", in ficlSystemCompileSearch() 368 (void) ficlDictionarySetPrimitive(dictionary, "set-current", in ficlSystemCompileSearch() 370 (void) ficlDictionarySetPrimitive(dictionary, "set-order", in ficlSystemCompileSearch() 372 (void) ficlDictionarySetPrimitive(dictionary, "ficl-wordlist", in ficlSystemCompileSearch() [all …]
|
H A D | loader.c | 1072 (void) ficlDictionarySetPrimitive(dp, ".#", displayCellNoPad, in ficlSystemCompilePlatform() 1074 (void) ficlDictionarySetPrimitive(dp, "isdir?", isdirQuestion, in ficlSystemCompilePlatform() 1076 (void) ficlDictionarySetPrimitive(dp, "fopen", pfopen, in ficlSystemCompilePlatform() 1078 (void) ficlDictionarySetPrimitive(dp, "fclose", pfclose, in ficlSystemCompilePlatform() 1080 (void) ficlDictionarySetPrimitive(dp, "fread", pfread, in ficlSystemCompilePlatform() 1082 (void) ficlDictionarySetPrimitive(dp, "fopendir", pfopendir, in ficlSystemCompilePlatform() 1084 (void) ficlDictionarySetPrimitive(dp, "freaddir", pfreaddir, in ficlSystemCompilePlatform() 1086 (void) ficlDictionarySetPrimitive(dp, "fclosedir", pfclosedir, in ficlSystemCompilePlatform() 1088 (void) ficlDictionarySetPrimitive(dp, "fload", pfload, in ficlSystemCompilePlatform() 1090 (void) ficlDictionarySetPrimitive(dp, "fkey", fkey, in ficlSystemCompilePlatform() [all …]
|
H A D | fileaccess.c | 356 ficlDictionarySetPrimitive(dictionary, "create-file", in ficlSystemCompileFile() 358 ficlDictionarySetPrimitive(dictionary, "open-file", in ficlSystemCompileFile() 360 ficlDictionarySetPrimitive(dictionary, "close-file", in ficlSystemCompileFile() 362 ficlDictionarySetPrimitive(dictionary, "include-file", in ficlSystemCompileFile() 364 ficlDictionarySetPrimitive(dictionary, "read-file", in ficlSystemCompileFile() 366 ficlDictionarySetPrimitive(dictionary, "read-line", in ficlSystemCompileFile() 368 ficlDictionarySetPrimitive(dictionary, "write-file", in ficlSystemCompileFile() 370 ficlDictionarySetPrimitive(dictionary, "write-line", in ficlSystemCompileFile() 372 ficlDictionarySetPrimitive(dictionary, "file-position", in ficlSystemCompileFile() 374 ficlDictionarySetPrimitive(dictionary, "file-size", in ficlSystemCompileFile() [all …]
|
H A D | float.c | 421 (void) ficlDictionarySetPrimitive(dictionary, "(flocal)", in ficlSystemCompileFloat() 423 (void) ficlDictionarySetPrimitive(dictionary, "(f2local)", in ficlSystemCompileFloat() 428 (void) ficlDictionarySetPrimitive(dictionary, "fconstant", in ficlSystemCompileFloat() 430 (void) ficlDictionarySetPrimitive(dictionary, "fvalue", in ficlSystemCompileFloat() 432 (void) ficlDictionarySetPrimitive(dictionary, "f2constant", in ficlSystemCompileFloat() 434 (void) ficlDictionarySetPrimitive(dictionary, "f2value", in ficlSystemCompileFloat() 436 (void) ficlDictionarySetPrimitive(dictionary, "fdepth", in ficlSystemCompileFloat() 438 (void) ficlDictionarySetPrimitive(dictionary, "fliteral", in ficlSystemCompileFloat() 440 (void) ficlDictionarySetPrimitive(dictionary, "f.", in ficlSystemCompileFloat() 442 (void) ficlDictionarySetPrimitive(dictionary, "f.s", in ficlSystemCompileFloat() [all …]
|
H A D | tools.c | 940 (void) ficlDictionarySetPrimitive(dictionary, ".s", in ficlSystemCompileTools() 942 (void) ficlDictionarySetPrimitive(dictionary, ".s-simple", in ficlSystemCompileTools() 944 (void) ficlDictionarySetPrimitive(dictionary, "bye", ficlPrimitiveBye, in ficlSystemCompileTools() 946 (void) ficlDictionarySetPrimitive(dictionary, "forget", in ficlSystemCompileTools() 948 (void) ficlDictionarySetPrimitive(dictionary, "see", ficlPrimitiveSee, in ficlSystemCompileTools() 950 (void) ficlDictionarySetPrimitive(dictionary, "words", in ficlSystemCompileTools() 962 (void) ficlDictionarySetPrimitive(dictionary, "r.s", in ficlSystemCompileTools() 964 (void) ficlDictionarySetPrimitive(dictionary, ".env", in ficlSystemCompileTools() 966 (void) ficlDictionarySetPrimitive(dictionary, "env-constant", in ficlSystemCompileTools() 968 (void) ficlDictionarySetPrimitive(dictionary, "env-2constant", in ficlSystemCompileTools() [all …]
|
H A D | extras.c | 176 (void) ficlDictionarySetPrimitive(dictionary, "break", in ficlSystemCompileExtras() 178 (void) ficlDictionarySetPrimitive(dictionary, "load", in ficlSystemCompileExtras() 180 (void) ficlDictionarySetPrimitive(dictionary, "spewhash", in ficlSystemCompileExtras() 182 (void) ficlDictionarySetPrimitive(dictionary, "system", in ficlSystemCompileExtras()
|
H A D | prefix.c | 158 (void) ficlDictionarySetPrimitive(dictionary, "__tempbase", in ficlSystemCompilePrefix()
|
H A D | dictionary.c | 392 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name, in ficlDictionarySetPrimitive() function 423 return (ficlDictionarySetPrimitive(dictionary, name, in ficlDictionarySetInstruction()
|
H A D | ficl.h | 1455 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name,
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | biospci.c | 600 ficlDictionarySetPrimitive(dp, "pcibios-device-count", in ficlCompilePciBios() 602 ficlDictionarySetPrimitive(dp, "pcibios-read-config", in ficlCompilePciBios() 604 ficlDictionarySetPrimitive(dp, "pcibios-write-config", in ficlCompilePciBios() 606 ficlDictionarySetPrimitive(dp, "pcibios-find-devclass", in ficlCompilePciBios() 608 ficlDictionarySetPrimitive(dp, "pcibios-find-device", in ficlCompilePciBios() 610 ficlDictionarySetPrimitive(dp, "pcibios-locator", ficlPciBiosLocator, in ficlCompilePciBios()
|
/illumos-gate/usr/src/boot/common/ |
H A D | pnp.c | 219 ficlDictionarySetPrimitive(dp, "pnpdevices", ficlPnpdevices, in ficlCompilePnp() 221 ficlDictionarySetPrimitive(dp, "pnphandlers", ficlPnphandlers, in ficlCompilePnp()
|
H A D | misc.c | 261 (void) ficlDictionarySetPrimitive(dp, "outb", ficlOutb, in ficlCompileCpufunc() 263 (void) ficlDictionarySetPrimitive(dp, "inb", ficlInb, in ficlCompileCpufunc()
|
/illumos-gate/usr/src/lib/libficl/ |
H A D | mapfile-vers | 84 ficlDictionarySetPrimitive;
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | env.c | 1560 ficlDictionarySetPrimitive(dp, "efi-setenv", ficlEfiSetenv, in ficlEfiCompilePlatform() 1562 ficlDictionarySetPrimitive(dp, "efi-getenv", ficlEfiGetenv, in ficlEfiCompilePlatform() 1564 ficlDictionarySetPrimitive(dp, "efi-unsetenv", ficlEfiUnsetenv, in ficlEfiCompilePlatform()
|