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

/httpd/modules/filters/
H A Dsed0.c179 static void dechain(sed_label_t *lpt, sed_reptr_t *address) argument
182 if ((lpt == NULL) || (lpt->chain == NULL) || (address == NULL))
184 rep = lpt->chain;
193 lpt->chain = NULL;
204 sed_label_t *lpt; local
346 if ((lpt = search(commands)) != NULL) {
347 if (lpt->address) {
351 dechain(lpt, commands->rep);
354 lpt
[all...]

Completed in 515 milliseconds