Searched refs:BOUND (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregnodes.h15 #define BOUND 9 /* 0x9 Match "" at any word boundary */ macro
82 BOUND, /* BOUND */
83 BOUND, /* BOUNDL */
150 0, /* BOUND */
215 0, /* BOUND */
281 "BOUND", /* 0x9 */
H A Dregexec.c1164 case BOUND:
1173 tmp = ((OP(c) == BOUND ?
1177 if (tmp == !(OP(c) == BOUND ?
1190 tmp = ((OP(c) == BOUND ? isALNUM(tmp) : isALNUM_LC(tmp)) != 0);
1193 !(OP(c) == BOUND ? isALNUM(*s) : isALNUM_LC(*s))) {
2609 case BOUND:
2620 if (OP(scan) == BOUND || OP(scan) == NBOUND) {
2633 if (OP(scan) == BOUND || OP(scan) == NBOUND) {
2642 if (((!ln) == (!n)) == (OP(scan) == BOUND ||
H A Dregcomp.c1916 else if (PL_regkind[(U8)OP(first)] == BOUND ||
1979 } else /* XXXX Check for BOUND? */
2963 ret = reg_node(pRExC_state, (U8)(LOC ? BOUNDL : BOUND));
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h187 BOUND, /* have a valid lease */ enumerator in enum:__anon1529
234 * as if_state goes from INIT -> BOUND (or INIT ->
238 * declined while obtaining the current lease (if BOUND), or
H A Ddhcpagent_util.c69 "BOUND",
265 case BOUND:

Completed in 83 milliseconds