Lines Matching defs:variables
54 o Write code to know when variables can be changed in place, this
85 o Optimize variables that are known to not change it's value, i.e. pseudo
209 LispAtom **symbols; /* Identifiers of variables in a block */
212 } variables;
729 * but for local variables, only the symbol string is important. */
749 * variables where it's offset is known, i.e. function arguments. */
1347 LispFree(block->variables.symbols);
1348 LispFree(block->variables.flags);
1660 for (i = 0; i < block->variables.length; i++)
1661 if (!(block->variables.flags[i] & (VARIABLE_USED | VARIABLE_ARGUMENT))) {
1664 block->variables.symbols[i]->key->value);
3308 /* Bind locally added variables to a block */
3314 /* Unbind locally added variables to a block */