Lines Matching defs:bcptr
2714 bcptr points to the chain of current (unclosed) branch starts
2723 branch_chain *bcptr, BOOL utf, compile_data *cd)
2725 while (bcptr != NULL && bcptr->current_branch >= code)
2727 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL))
2729 bcptr = bcptr->outer;
4375 bcptr points to current branch chain
4390 branch_chain *bcptr, int cond_depth,
7344 could_be_empty(called, code, bcptr, utf, cd))
7509 bcptr, /* Current branch chain */
8030 bcptr pointer to the chain of currently open branches
8044 branch_chain *bcptr, compile_data *cd, int *lengthptr)
8072 bc.outer = bcptr;