Searched defs:kid (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c30 pid_t kid; local
45 if ((kid = fork()) == (pid_t) -1) {
51 if (kid == (pid_t)0) {
100 while (waitpid(kid, &wstat, 0) < 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c1417 CV *kid = cv_clone2((CV*)ppad[ix], cv); local
1419 CvCLONE_on(kid);
1420 SvPADMY_on(kid);
1421 PL_curpad[ix] = (SV*)kid;
1423 CvWEAKOUTSIDE_on(kid);
H A Ddump.c729 OP *kid; local
730 for (kid = cUNOPo->op_first; kid; kid = kid->op_sibling)
731 do_op_dump(level, file, kid);
H A Dpp_sort.c1438 OP *kid = cLISTOP->op_first->op_sibling; /* pass pushmark */ local
1439 kid = kUNOP->op_first; /* pass rv2gv */
1440 kid = kUNOP->op_first; /* pass leave */
1441 PL_sortcop = kid->op_next;
H A Dpp_ctl.c2049 OP *kid = Nullop; local
2068 for (kid = cUNOPo->op_first; kid; kid = kid->op_sibling) {
2069 if ((kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE) &&
2071 return kid;
2073 for (kid = cUNOPo->op_first; kid; ki
[all...]
H A Dop.c137 S_bad_type(pTHX_ I32 n, char *t, char *name, OP *kid) argument
140 (int)n, name, t, OP_DESC(kid)));
283 register OP *kid, *nextkid; local
310 for (kid = cUNOPo->op_first; kid; kid = nextkid) {
311 nextkid = kid->op_sibling; /* Get before next freeing kid */
312 op_free(kid);
504 register OP *kid; local
528 OP *kid; local
555 OP *kid; local
625 OP *kid; local
843 OP *kid; local
854 OP *kid; local
929 OP *kid; local
956 OP *kid; local
967 OP *kid; local
1022 OP *kid = cUNOPo->op_first; local
1365 OP *kid; local
1376 OP *kid; local
1626 OP *kid; local
1799 OP *kid; local
4839 OP *kid = cUNOPo->op_first; local
4851 OP* kid; local
4877 OP *kid = cUNOPo->op_first; local
4928 SVOP *kid = (SVOP*)cUNOPo->op_first; local
4983 OP *kid; local
5000 OP *kid = cUNOPo->op_first; local
5032 SVOP *kid = (SVOP*)cUNOPo->op_first; local
5148 SVOP *kid = (SVOP*)cUNOPo->op_first; local
5176 register OP *kid; local
5488 OP *kid; local
5539 OP *kid = cLISTOPo->op_first->op_sibling; /* get past pushmark */ local
5610 register OP *kid; local
5640 OP *kid = cLISTOPo->op_first; local
5690 OP *kid = cUNOPo->op_first; local
5782 SVOP *kid = (SVOP*)cUNOPo->op_first; local
5809 OP *kid = cUNOPo->op_first; local
5825 OP *kid; local
5846 OP* kid; local
5901 OP *kid = cUNOPx(firstkid)->op_first; /* get past null */ local
5957 register OP *kid = cLISTOPo->op_first->op_sibling; /* get past pushmark */ local
6021 register OP *kid; local
6077 OP *kid = cLISTOPo->op_first->op_sibling; local
6269 OP* kid = o2; local
6318 SVOP *kid = (SVOP*)cUNOPo->op_first; local
6337 OP *kid = cLISTOPo->op_first; local
[all...]
H A Dutil.c923 OP *kid; local
924 for (kid = cUNOPo->op_first; kid; kid = kid->op_sibling)
931 if (kid->op_type == OP_NULL && kid->op_targ == OP_NEXTSTATE)
932 cop = (COP *)kid;
936 new_cop = closest_cop(cop, kid);
1918 Perl_croak(aTHX_ "panic: kid pope
[all...]

Completed in 41 milliseconds