Lines Matching defs:from

15  * I am interested in hearing from anyone who uses Ficl. If you have
103 * FICL_VM_STATE_COMPILE a literal offset from the current dictionary location
123 * FICL_VM_STATE_COMPILE a literal offset from the patch location
221 * pointer and returns to the "next" loop. Used for exiting from within
339 * s - read a C-ADDR U-LENGTH string from the stack and copy it to
341 * d - read a ficlCell from the stack, format it as a string (base-10,
928 * IMMEDIATE code for "literal". This function gets a value from the stack
1006 * pops index and limit from the p stack and moves them
1011 * FICL_VM_STATE_COMPILE (loop), resolve forward branch from "do", and
1307 * string from the
1332 char *from = ficlVmGetInBuf(vm);
1340 for (c = *from; (from != stop) && (c != ')'); c = *++from)
1344 if ((from != stop) && (c == ')'))
1345 from++;
1348 ficlVmUpdateTib(vm, from);
1365 char *from;
1373 from = ficlStackPopPointer(vm->dataStack);
1381 *to++ = *from++;
1453 * from-body Ficl ( a-addr -- xt )
1699 * Accept a line from the input source into the input buffer, set >IN to
1952 * character count. u may have a value in the range from zero to an
1954 * character string should contain a keyword from 3.2.6 Environmental
2016 * Interpreting: get string delimited by a quote from the input stream,
2019 * of a string literal, FICL_VM_STATE_COMPILE the string from the input
2045 * Pop count and char address from stack and print the designated string.
2147 * NOTE! PARSE differs from WORD: it does not skip leading delimiters.
2171 * string, the values returned by FIND while compiling may differ from
2197 * string, the values returned by FIND while compiling may differ from
2310 * Get a name from the input stream and create a user variable
2347 * corresponding local variable from the return stack.
2860 * Attempt to fill the input buffer from the input source, returning
2865 * no characters is considered successful. If there is no input available from
2867 * When the input source is a string from EVALUATE, return FICL_FALSE and
2882 * Catch, from ANS Forth standard. Installs a safety net, then EXECUTE
2964 * Normal exit from XT - lose the poison pill,
2997 * Throw takes the ToS and, if that's different from zero,