Home
last modified time | relevance | path

Searched refs:STLEFT (Results 1 – 7 of 7) sorted by relevance

/dports/japanese/xv/xv-3.10a/
H A Dxvinfo.c33 #define STLEFT 100 /* left edge of strings */ macro
174 STLEFT, TOPBASE - ASCENT + (st-ISTR_FILENAME)*LINEHIGH,
175 (u_int) INFOWIDE-STLEFT, (u_int) LINEHIGH);
177 XDrawString(theDisp, infoW, theGC, STLEFT,
/dports/graphics/xv/xv-3.10a/
H A Dxvinfo.c33 #define STLEFT 100 /* left edge of strings */ macro
174 STLEFT, TOPBASE - ASCENT + (st-ISTR_FILENAME)*LINEHIGH,
175 (u_int) INFOWIDE-STLEFT, (u_int) LINEHIGH);
177 XDrawString(theDisp, infoW, theGC, STLEFT,
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvinfo.c33 #define STLEFT 100 /* left edge of strings */ macro
174 STLEFT, TOPBASE - ASCENT + (st-ISTR_FILENAME)*LINEHIGH,
175 (u_int) INFOWIDE-STLEFT, (u_int) LINEHIGH);
177 XDrawString(theDisp, infoW, theGC, STLEFT,
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/locfit/
H A Dlfcons.h163 #define STLEFT 5 macro
H A Dweight.c59 { case STLEFT:
89 { if ((lf->sty[i]==STLEFT) && (u[i]>0.0)) return(0.0);
H A Dstartlf.c308 { lf->sty[d] = STLEFT;
H A Ddensity.c371 if (lf->sty[i]==STLEFT) { ilim[i+d] = 0; *lset = 1; }