Home
last modified time | relevance | path

Searched refs:LFFI (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/troff/troff.d/
H A Ddev.h79 #define LFFI 010 macro
H A Dt6.c631 if ((lf & (LFFI|LFFL)) && lg != 2) {
633 if (cbits(k)=='i' && (lf&LFFI))
H A Dmakedev.c328 lig |= LFFI;
/titanic_50/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h74 #define LFFI 010 macro
/titanic_50/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c345 lig |= LFFI; in getlig()