Searched defs:branch_loc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c149 token_t *branch_loc; local
171 branch_loc = (token_t *)*sp;
172 if (branch_loc && *branch_loc) {
180 /* Move branch_loc to top of data stack */
183 *sp = (fstack_t)branch_loc;

Completed in 62 milliseconds