Lines Matching refs:dp

1000 	ficlDictionary *dp = ficlSystemGetDictionary(pSys);
1003 FICL_SYSTEM_ASSERT(pSys, dp);
1006 ficlDictionarySetPrimitive(dp, ".#", displayCellNoPad,
1008 ficlDictionarySetPrimitive(dp, "isdir?", isdirQuestion,
1010 ficlDictionarySetPrimitive(dp, "fopen", pfopen, FICL_WORD_DEFAULT);
1011 ficlDictionarySetPrimitive(dp, "fclose", pfclose, FICL_WORD_DEFAULT);
1012 ficlDictionarySetPrimitive(dp, "fread", pfread, FICL_WORD_DEFAULT);
1013 ficlDictionarySetPrimitive(dp, "fopendir", pfopendir,
1015 ficlDictionarySetPrimitive(dp, "freaddir", pfreaddir,
1017 ficlDictionarySetPrimitive(dp, "fclosedir", pfclosedir,
1019 ficlDictionarySetPrimitive(dp, "fload", pfload, FICL_WORD_DEFAULT);
1020 ficlDictionarySetPrimitive(dp, "fkey", fkey, FICL_WORD_DEFAULT);
1021 ficlDictionarySetPrimitive(dp, "fseek", pfseek, FICL_WORD_DEFAULT);
1022 ficlDictionarySetPrimitive(dp, "fwrite", pfwrite, FICL_WORD_DEFAULT);
1023 ficlDictionarySetPrimitive(dp, "key", key, FICL_WORD_DEFAULT);
1024 ficlDictionarySetPrimitive(dp, "key?", keyQuestion, FICL_WORD_DEFAULT);
1025 ficlDictionarySetPrimitive(dp, "ms", ms, FICL_WORD_DEFAULT);
1026 ficlDictionarySetPrimitive(dp, "seconds", pseconds, FICL_WORD_DEFAULT);
1027 ficlDictionarySetPrimitive(dp, "heap?", freeHeap, FICL_WORD_DEFAULT);
1029 ficlDictionarySetPrimitive(dp, "setenv", ficlSetenv, FICL_WORD_DEFAULT);
1030 ficlDictionarySetPrimitive(dp, "setenv?", ficlSetenvq,
1032 ficlDictionarySetPrimitive(dp, "getenv", ficlGetenv, FICL_WORD_DEFAULT);
1033 ficlDictionarySetPrimitive(dp, "unsetenv", ficlUnsetenv,
1035 ficlDictionarySetPrimitive(dp, "copyin", ficlCopyin, FICL_WORD_DEFAULT);
1036 ficlDictionarySetPrimitive(dp, "copyout", ficlCopyout,
1038 ficlDictionarySetPrimitive(dp, "findfile", ficlFindfile,
1040 ficlDictionarySetPrimitive(dp, "ccall", ficlCcall, FICL_WORD_DEFAULT);
1043 ficlDictionarySetPrimitive(dp, "outb", ficlOutb, FICL_WORD_DEFAULT);
1044 ficlDictionarySetPrimitive(dp, "inb", ficlInb, FICL_WORD_DEFAULT);
1047 ficlDictionarySetPrimitive(dp, "pnpdevices", ficlPnpdevices,
1049 ficlDictionarySetPrimitive(dp, "pnphandlers", ficlPnphandlers,
1053 ficlDictionarySetPrimitive(dp, "pcibios-device-count",
1055 ficlDictionarySetPrimitive(dp, "pcibios-read-config",
1057 ficlDictionarySetPrimitive(dp, "pcibios-write-config",
1059 ficlDictionarySetPrimitive(dp, "pcibios-find-devclass",
1061 ficlDictionarySetPrimitive(dp, "pcibios-find-device",
1063 ficlDictionarySetPrimitive(dp, "pcibios-locator", ficlPciBiosLocator,