Home
last modified time | relevance | path

Searched refs:pfl (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c614 register _FILTER * pfl; local
621 for (pfl = filters; pfl->name; pfl++) {
623 if (!CHECK(pfl, FL_LEFT))
628 if (pfr == pfl || !CHECK(pfr, FL_RIGHT))
635 pp->lhead = pfl;
637 pp->ltail->next = pfl;
638 (pp->ltail = pfl)->next = 0;
651 for (llist = pfl->output_types; llist->name;
658 pfl->outputp = llist;
/titanic_41/usr/src/ucbcmd/sed/
H A Dsed.h116 char pfl; member
128 char pfl; member
H A Dsed1.c557 if(ipc->r1.pfl && nflag && i) in command()
558 if(ipc->r1.pfl == 1) { in command()
H A Dsed0.c483 rep->r1.pfl = 1; in fcomp()
488 rep->r1.pfl = 2; in fcomp()