Lines Matching defs:node_p
4989 regnode_offset * node_p,
5001 * Exactly one of <node_p> and <code_point_p> must be non-NULL.
5007 * If <node_p> is not NULL, the context is expecting the result to be one of
5009 * one such, the function generates the regnode, returns TRUE and sets *node_p
5023 * *node_p, nor *code_point_p, nor *flagp.
5040 * *node_p will be set to a generated NOTHING node.
5043 * set to 0. *node_p will be set to a generated REG_ANY node.
5047 * sequence. *node_p will be set to a generated node returned by this
5089 assert(cBOOL(node_p) ^ cBOOL(code_point_p)); /* Exactly one should be set */
5090 assert(! (node_p && cp_count)); /* At most 1 should be set */
5112 if (! node_p) {
5116 *node_p = reg_node(pRExC_state, REG_ANY);
5154 if (! node_p) {
5158 *node_p = reg_node(pRExC_state, NOTHING);
5262 if (! node_p) {
5354 if (! node_p && ! cp_count) {
5366 if (node_p && ! substitute_parse) {
5372 if (node_p) {
5387 if (! node_p) { /* Doesn't want the node */
5417 *node_p = reg(pRExC_state, 1, &flags, depth+1);
5428 if (! *node_p) {