Lines Matching defs:p
167 (*patchAddr).p = dictionary->here;
272 * d i s p l a y C e l l
331 * s p r i n t f
474 * d u p & f r i e n d s
657 if (ficlStackGetTop(vm->dataStack).p == fallthroughTag) {
697 if (ficlStackGetTop(vm->dataStack).p == fallthroughTag) {
815 * i n t e r p r e t
896 * p a r e n P a r s e S t e p
923 pStep = (ficlWord *)(ficlStackPop(vm->dataStack).p);
1003 * D o / L o o p
1009 * pops index and limit from the p stack and moves them
1119 c.p = pBase;
1197 * p o s t p o n e
1213 word = ficlStackGetTop(vm->dataStack).p;
1219 c.p = pComma;
1328 c.p = pType;
1495 c.p = wp;
1515 * p i c t u r e d n u m e r i c w o r d s
1721 * a c c e p t
1896 char *p;
1900 p = ficlStackPopPointer(vm->dataStack);
1901 ficlStackPushPointer(vm->dataStack, p + 1);
2047 * t y p e
2126 * p a r s e - w o r d
2144 * p a r s e
2244 c.p = dictionary->smudge;
2832 * p a d
3025 void *p;
3028 p = ficlMalloc(size);
3029 ficlStackPushPointer(vm->dataStack, p);
3030 if (p != NULL)
3043 void *p;
3045 p = ficlStackPopPointer(vm->dataStack);
3046 ficlFree(p);
3092 * f i c l C o m p i l e C o r e