Lines Matching refs:ficlDictionarySetPrimitive

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()
1092 (void) ficlDictionarySetPrimitive(dp, "fseek", pfseek, in ficlSystemCompilePlatform()
1094 (void) ficlDictionarySetPrimitive(dp, "fwrite", pfwrite, in ficlSystemCompilePlatform()
1096 (void) ficlDictionarySetPrimitive(dp, "key", key, FICL_WORD_DEFAULT); in ficlSystemCompilePlatform()
1097 (void) ficlDictionarySetPrimitive(dp, "key?", keyQuestion, in ficlSystemCompilePlatform()
1099 (void) ficlDictionarySetPrimitive(dp, "ms", ms, FICL_WORD_DEFAULT); in ficlSystemCompilePlatform()
1100 (void) ficlDictionarySetPrimitive(dp, "seconds", pseconds, in ficlSystemCompilePlatform()
1102 (void) ficlDictionarySetPrimitive(dp, "heap?", freeHeap, in ficlSystemCompilePlatform()
1105 (void) ficlDictionarySetPrimitive(dp, "setenv", ficlSetenv, in ficlSystemCompilePlatform()
1107 (void) ficlDictionarySetPrimitive(dp, "setenv?", ficlSetenvq, in ficlSystemCompilePlatform()
1109 (void) ficlDictionarySetPrimitive(dp, "getenv", ficlGetenv, in ficlSystemCompilePlatform()
1111 (void) ficlDictionarySetPrimitive(dp, "unsetenv", ficlUnsetenv, in ficlSystemCompilePlatform()
1113 (void) ficlDictionarySetPrimitive(dp, "copyin", ficlCopyin, in ficlSystemCompilePlatform()
1115 (void) ficlDictionarySetPrimitive(dp, "copyout", ficlCopyout, in ficlSystemCompilePlatform()
1117 (void) ficlDictionarySetPrimitive(dp, "findfile", ficlFindfile, in ficlSystemCompilePlatform()
1119 (void) ficlDictionarySetPrimitive(dp, "isvirtualized?", in ficlSystemCompilePlatform()
1121 (void) ficlDictionarySetPrimitive(dp, "ccall", ficlCcall, in ficlSystemCompilePlatform()
1123 (void) ficlDictionarySetPrimitive(dp, "uuid-from-string", in ficlSystemCompilePlatform()
1125 (void) ficlDictionarySetPrimitive(dp, "uuid-to-string", in ficlSystemCompilePlatform()
1127 (void) ficlDictionarySetPrimitive(dp, "fb-setpixel", ficl_fb_setpixel, in ficlSystemCompilePlatform()
1129 (void) ficlDictionarySetPrimitive(dp, "fb-line", ficl_fb_line, in ficlSystemCompilePlatform()
1131 (void) ficlDictionarySetPrimitive(dp, "fb-bezier", ficl_fb_bezier, in ficlSystemCompilePlatform()
1133 (void) ficlDictionarySetPrimitive(dp, "fb-drawrect", ficl_fb_drawrect, in ficlSystemCompilePlatform()
1135 (void) ficlDictionarySetPrimitive(dp, "fb-putimage", ficl_fb_putimage, in ficlSystemCompilePlatform()
1137 (void) ficlDictionarySetPrimitive(dp, "term-drawrect", in ficlSystemCompilePlatform()
1140 (void) ficlDictionarySetPrimitive(dp, "term-putimage", in ficlSystemCompilePlatform()