Home
last modified time | relevance | path

Searched refs:ficlDictionarySetPrimitive (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c3117 (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()
3129 (void) ficlDictionarySetPrimitive(dictionary, ".", in ficlSystemCompileCore()
3133 (void) ficlDictionarySetPrimitive(dictionary, ":", in ficlSystemCompileCore()
3135 (void) ficlDictionarySetPrimitive(dictionary, ";", in ficlSystemCompileCore()
3137 (void) ficlDictionarySetPrimitive(dictionary, "<#", in ficlSystemCompileCore()
3259 (void) ficlDictionarySetPrimitive(dictionary, "[", in ficlSystemCompileCore()
[all …]
H A Dsearch.c354 (void) ficlDictionarySetPrimitive(dictionary, ">search", in ficlSystemCompileSearch()
356 (void) ficlDictionarySetPrimitive(dictionary, "search>", in ficlSystemCompileSearch()
358 (void) ficlDictionarySetPrimitive(dictionary, "definitions", in ficlSystemCompileSearch()
362 (void) ficlDictionarySetPrimitive(dictionary, "get-current", in ficlSystemCompileSearch()
364 (void) ficlDictionarySetPrimitive(dictionary, "get-order", 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()
384 (void) ficlDictionarySetPrimitive(dictionary, "wid-get-name", in ficlSystemCompileSearch()
386 (void) ficlDictionarySetPrimitive(dictionary, "wid-set-name", in ficlSystemCompileSearch()
[all …]
H A Dloader.c1076 (void) ficlDictionarySetPrimitive(dp, "fopen", pfopen, in ficlSystemCompilePlatform()
1078 (void) ficlDictionarySetPrimitive(dp, "fclose", pfclose, in ficlSystemCompilePlatform()
1080 (void) ficlDictionarySetPrimitive(dp, "fread", pfread, in ficlSystemCompilePlatform()
1088 (void) ficlDictionarySetPrimitive(dp, "fload", pfload, in ficlSystemCompilePlatform()
1090 (void) ficlDictionarySetPrimitive(dp, "fkey", fkey, in ficlSystemCompilePlatform()
1092 (void) ficlDictionarySetPrimitive(dp, "fseek", pfseek, in ficlSystemCompilePlatform()
1094 (void) ficlDictionarySetPrimitive(dp, "fwrite", pfwrite, in ficlSystemCompilePlatform()
1119 (void) ficlDictionarySetPrimitive(dp, "isvirtualized?", in ficlSystemCompilePlatform()
1125 (void) ficlDictionarySetPrimitive(dp, "uuid-to-string", in ficlSystemCompilePlatform()
1137 (void) ficlDictionarySetPrimitive(dp, "term-drawrect", in ficlSystemCompilePlatform()
[all …]
H A Dfileaccess.c356 ficlDictionarySetPrimitive(dictionary, "create-file", in ficlSystemCompileFile()
358 ficlDictionarySetPrimitive(dictionary, "open-file", in ficlSystemCompileFile()
360 ficlDictionarySetPrimitive(dictionary, "close-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()
374 ficlDictionarySetPrimitive(dictionary, "file-size", in ficlSystemCompileFile()
378 ficlDictionarySetPrimitive(dictionary, "file-status", in ficlSystemCompileFile()
380 ficlDictionarySetPrimitive(dictionary, "flush-file", in ficlSystemCompileFile()
[all …]
H A Dfloat.c421 (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 Dtools.c940 (void) ficlDictionarySetPrimitive(dictionary, ".s", in ficlSystemCompileTools()
942 (void) ficlDictionarySetPrimitive(dictionary, ".s-simple", in ficlSystemCompileTools()
946 (void) ficlDictionarySetPrimitive(dictionary, "forget", in ficlSystemCompileTools()
950 (void) ficlDictionarySetPrimitive(dictionary, "words", in ficlSystemCompileTools()
962 (void) ficlDictionarySetPrimitive(dictionary, "r.s", in ficlSystemCompileTools()
964 (void) ficlDictionarySetPrimitive(dictionary, ".env", in ficlSystemCompileTools()
970 (void) ficlDictionarySetPrimitive(dictionary, "debug-xt", in ficlSystemCompileTools()
974 (void) ficlDictionarySetPrimitive(dictionary, "step-break", in ficlSystemCompileTools()
976 (void) ficlDictionarySetPrimitive(dictionary, "forget-wid", in ficlSystemCompileTools()
978 (void) ficlDictionarySetPrimitive(dictionary, "see-xt", in ficlSystemCompileTools()
[all …]
H A Dextras.c176 (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 Dprefix.c158 (void) ficlDictionarySetPrimitive(dictionary, "__tempbase", in ficlSystemCompilePrefix()
H A Ddictionary.c392 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name, in ficlDictionarySetPrimitive() function
423 return (ficlDictionarySetPrimitive(dictionary, name, in ficlDictionarySetInstruction()
H A Dficl.h1455 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name,
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c600 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 Dpnp.c219 ficlDictionarySetPrimitive(dp, "pnpdevices", ficlPnpdevices, in ficlCompilePnp()
221 ficlDictionarySetPrimitive(dp, "pnphandlers", ficlPnphandlers, in ficlCompilePnp()
H A Dmisc.c261 (void) ficlDictionarySetPrimitive(dp, "outb", ficlOutb, in ficlCompileCpufunc()
263 (void) ficlDictionarySetPrimitive(dp, "inb", ficlInb, in ficlCompileCpufunc()
/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers84 ficlDictionarySetPrimitive;
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1559 ficlDictionarySetPrimitive(dp, "efi-setenv", ficlEfiSetenv, in ficlEfiCompilePlatform()
1561 ficlDictionarySetPrimitive(dp, "efi-getenv", ficlEfiGetenv, in ficlEfiCompilePlatform()
1563 ficlDictionarySetPrimitive(dp, "efi-unsetenv", ficlEfiUnsetenv, in ficlEfiCompilePlatform()