Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/troff/troff.d/
H A Ddev.h80 #define LFFL 020 macro
H A Dt6.c631 if ((lf & (LFFI|LFFL)) && lg != 2) {
635 else if (cbits(k)=='l' && (lf&LFFL))
H A Dmakedev.c330 lig |= LFFL;
/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h75 #define LFFL 020 macro
/titanic_41/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c347 lig |= LFFL; in getlig()