| /titanic_54/usr/src/common/ficl/ |
| H A D | primitives.c | 3116 ficlDictionarySetPrimitive(dictionary, "#", ficlPrimitiveNumberSign, in ficlSystemCompileCore() 3118 ficlDictionarySetPrimitive(dictionary, "#>", in ficlSystemCompileCore() 3120 ficlDictionarySetPrimitive(dictionary, "#s", ficlPrimitiveNumberSignS, in ficlSystemCompileCore() 3122 ficlDictionarySetPrimitive(dictionary, "\'", ficlPrimitiveTick, in ficlSystemCompileCore() 3124 ficlDictionarySetPrimitive(dictionary, "(", ficlPrimitiveParenthesis, in ficlSystemCompileCore() 3126 ficlDictionarySetPrimitive(dictionary, "+loop", in ficlSystemCompileCore() 3128 ficlDictionarySetPrimitive(dictionary, ".", ficlPrimitiveDot, in ficlSystemCompileCore() 3130 ficlDictionarySetPrimitive(dictionary, ".\"", in ficlSystemCompileCore() 3132 ficlDictionarySetPrimitive(dictionary, ":", ficlPrimitiveColon, in ficlSystemCompileCore() 3134 ficlDictionarySetPrimitive(dictionary, ";", ficlPrimitiveSemicolonCoIm, in ficlSystemCompileCore() [all …]
|
| H A D | search.c | 354 ficlDictionarySetPrimitive(dictionary, ">search", in ficlSystemCompileSearch() 356 ficlDictionarySetPrimitive(dictionary, "search>", in ficlSystemCompileSearch() 358 ficlDictionarySetPrimitive(dictionary, "definitions", in ficlSystemCompileSearch() 360 ficlDictionarySetPrimitive(dictionary, "forth-wordlist", in ficlSystemCompileSearch() 362 ficlDictionarySetPrimitive(dictionary, "get-current", in ficlSystemCompileSearch() 364 ficlDictionarySetPrimitive(dictionary, "get-order", in ficlSystemCompileSearch() 366 ficlDictionarySetPrimitive(dictionary, "search-wordlist", in ficlSystemCompileSearch() 368 ficlDictionarySetPrimitive(dictionary, "set-current", in ficlSystemCompileSearch() 370 ficlDictionarySetPrimitive(dictionary, "set-order", in ficlSystemCompileSearch() 372 ficlDictionarySetPrimitive(dictionary, "ficl-wordlist", in ficlSystemCompileSearch() [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 | loader.c | 878 ficlDictionarySetPrimitive(dp, ".#", displayCellNoPad, in ficlSystemCompilePlatform() 880 ficlDictionarySetPrimitive(dp, "isdir?", isdirQuestion, in ficlSystemCompilePlatform() 882 ficlDictionarySetPrimitive(dp, "fopen", pfopen, FICL_WORD_DEFAULT); in ficlSystemCompilePlatform() 883 ficlDictionarySetPrimitive(dp, "fclose", pfclose, FICL_WORD_DEFAULT); in ficlSystemCompilePlatform() 884 ficlDictionarySetPrimitive(dp, "fread", pfread, FICL_WORD_DEFAULT); in ficlSystemCompilePlatform() 885 ficlDictionarySetPrimitive(dp, "fopendir", pfopendir, in ficlSystemCompilePlatform() 887 ficlDictionarySetPrimitive(dp, "freaddir", pfreaddir, in ficlSystemCompilePlatform() 889 ficlDictionarySetPrimitive(dp, "fclosedir", pfclosedir, in ficlSystemCompilePlatform() 891 ficlDictionarySetPrimitive(dp, "fload", pfload, FICL_WORD_DEFAULT); in ficlSystemCompilePlatform() 892 ficlDictionarySetPrimitive(dp, "fkey", fkey, FICL_WORD_DEFAULT); in ficlSystemCompilePlatform() [all …]
|
| H A D | float.c | 420 ficlDictionarySetPrimitive(dictionary, "(flocal)", in ficlSystemCompileFloat() 422 ficlDictionarySetPrimitive(dictionary, "(f2local)", in ficlSystemCompileFloat() 427 ficlDictionarySetPrimitive(dictionary, "fconstant", in ficlSystemCompileFloat() 429 ficlDictionarySetPrimitive(dictionary, "fvalue", in ficlSystemCompileFloat() 431 ficlDictionarySetPrimitive(dictionary, "f2constant", in ficlSystemCompileFloat() 433 ficlDictionarySetPrimitive(dictionary, "f2value", in ficlSystemCompileFloat() 435 ficlDictionarySetPrimitive(dictionary, "fdepth", ficlPrimitiveFDepth, in ficlSystemCompileFloat() 437 ficlDictionarySetPrimitive(dictionary, "fliteral", in ficlSystemCompileFloat() 439 ficlDictionarySetPrimitive(dictionary, "f.", ficlPrimitiveFDot, in ficlSystemCompileFloat() 441 ficlDictionarySetPrimitive(dictionary, "f.s", ficlVmDisplayFloatStack, in ficlSystemCompileFloat() [all …]
|
| H A D | tools.c | 904 ficlDictionarySetPrimitive(dictionary, ".s", ficlVmDisplayDataStack, in ficlSystemCompileTools() 906 ficlDictionarySetPrimitive(dictionary, ".s-simple", in ficlSystemCompileTools() 908 ficlDictionarySetPrimitive(dictionary, "bye", ficlPrimitiveBye, in ficlSystemCompileTools() 910 ficlDictionarySetPrimitive(dictionary, "forget", ficlPrimitiveForget, in ficlSystemCompileTools() 912 ficlDictionarySetPrimitive(dictionary, "see", ficlPrimitiveSee, in ficlSystemCompileTools() 914 ficlDictionarySetPrimitive(dictionary, "words", ficlPrimitiveWords, in ficlSystemCompileTools() 926 ficlDictionarySetPrimitive(dictionary, "r.s", ficlVmDisplayReturnStack, in ficlSystemCompileTools() 928 ficlDictionarySetPrimitive(dictionary, ".env", ficlPrimitiveListEnv, in ficlSystemCompileTools() 930 ficlDictionarySetPrimitive(dictionary, "env-constant", in ficlSystemCompileTools() 932 ficlDictionarySetPrimitive(dictionary, "env-2constant", in ficlSystemCompileTools() [all …]
|
| H A D | extras.c | 176 ficlDictionarySetPrimitive(dictionary, "break", ficlPrimitiveBreak, in ficlSystemCompileExtras() 178 ficlDictionarySetPrimitive(dictionary, "load", ficlPrimitiveLoad, in ficlSystemCompileExtras() 180 ficlDictionarySetPrimitive(dictionary, "spewhash", in ficlSystemCompileExtras() 182 ficlDictionarySetPrimitive(dictionary, "system", ficlPrimitiveSystem, in ficlSystemCompileExtras()
|
| H A D | prefix.c | 158 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 | 1454 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name,
|
| /titanic_54/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | biospci.c | 588 ficlDictionarySetPrimitive(dp, "pcibios-device-count", in ficlCompilePciBios() 590 ficlDictionarySetPrimitive(dp, "pcibios-read-config", in ficlCompilePciBios() 592 ficlDictionarySetPrimitive(dp, "pcibios-write-config", in ficlCompilePciBios() 594 ficlDictionarySetPrimitive(dp, "pcibios-find-devclass", in ficlCompilePciBios() 596 ficlDictionarySetPrimitive(dp, "pcibios-find-device", in ficlCompilePciBios() 598 ficlDictionarySetPrimitive(dp, "pcibios-locator", ficlPciBiosLocator, in ficlCompilePciBios() 641 ficlDictionarySetPrimitive(dp, "outb", ficlOutb, FICL_WORD_DEFAULT); in ficlCompileCpufunc() 642 ficlDictionarySetPrimitive(dp, "inb", ficlInb, FICL_WORD_DEFAULT); in ficlCompileCpufunc()
|
| /titanic_54/usr/src/boot/sys/boot/common/ |
| H A D | pnp.c | 219 ficlDictionarySetPrimitive(dp, "pnpdevices", ficlPnpdevices, in ficlCompilePnp() 221 ficlDictionarySetPrimitive(dp, "pnphandlers", ficlPnphandlers, in ficlCompilePnp()
|
| /titanic_54/usr/src/lib/libficl/ |
| H A D | mapfile-vers | 84 ficlDictionarySetPrimitive;
|
| /titanic_54/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | env.c | 1152 ficlDictionarySetPrimitive(dp, "efi-setenv", ficlEfiSetenv, in ficlEfiCompilePlatform() 1154 ficlDictionarySetPrimitive(dp, "efi-getenv", ficlEfiGetenv, in ficlEfiCompilePlatform() 1156 ficlDictionarySetPrimitive(dp, "efi-unsetenv", ficlEfiUnsetenv, in ficlEfiCompilePlatform()
|