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

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dsed0.c202 sed_reptr_t *pt, *pt1; local
440 if ((pt = commands->labtab->chain) != NULL) {
441 while ((pt1 = pt->lb1) != NULL)
442 pt = pt1;
443 pt->lb1 = commands->rep;
461 pt = lpt->chain;
462 while ((pt1 = pt->lb1) != NULL)
463 pt = pt1;
464 pt->lb1 = commands->rep;

Completed in 708 milliseconds