Home
last modified time | relevance | path

Searched refs:FILL_ADVANCE_NODE (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.h192 #define FILL_ADVANCE_NODE(ptr, op) STMT_START { \ macro
195 ARG_SET(ptr, arg); FILL_ADVANCE_NODE(ptr, op); (ptr) += 1; } STMT_END
Dregcomp.c4399 FILL_ADVANCE_NODE(ptr, op); in S_reg_node()
4518 FILL_ADVANCE_NODE(place, op); in S_reginsert()