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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c844 ENTER; /* enter inner scope */
927 LEAVE; /* exit inner scope */
949 ENTER; /* enter inner scope */
1996 I32 inner; local
2013 inner = PL_scopestack_ix;
2015 if (PL_scopestack_ix < inner)
2586 * the op to Nullop, we force an exit from the inner runops()
2606 /* die caught by an inner eval - continue inner loop */
3120 the inner modul
[all...]
H A Dregexec.c2254 regnode *inner; /* Next node in internal branch. */ local
3037 (Y(A)*?Z)*?T are denoted O, for inner I. NULL starting block
3312 inner = NEXTOPER(NEXTOPER(scan));
3315 inner = NEXTOPER(scan);
3320 next = inner; /* Avoid recursion. */
3345 next = inner;
3873 inner = NEXTOPER(NEXTOPER(scan));
3874 if (regmatch(inner) != n) {
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1406 "Bad inner-source address family"));
1517 return (dgettext(TEXT_DOMAIN, "Missing inner source address"));
1520 "Missing inner destination address"));
1523 "Duplicate inner source address"));
1526 "Duplicate inner destination address"));
1529 "Malformed inner source address"));
1532 "Malformed inner destination address"));
1535 "Invalid inner-source prefix length "));
1538 "Invalid inner-destination prefix length"));
1541 "Bad inner
2306 boolean_t inner = (sens->sadb_sens_exttype == SADB_EXT_SENSITIVITY); local
[all...]

Completed in 33 milliseconds