Home
last modified time | relevance | path

Searched refs:copytop (Results 1 – 9 of 9) sorted by relevance

/dports/devel/dev86/dev86-0.16.20/as/
H A Dgensym.c23 struct sym_s **copytop; in gensym() local
59 copytop = copyptr; in gensym()
65 for (copyptr = symlptr, column = 0; copyptr < copytop;) in gensym()
73 for (copyptr = symlptr; copyptr < copytop;) in gensym()
111 for (copyptr = symlptr; copyptr < copytop;) in gensym()
119 for (copyptr = symlptr; copyptr < copytop;) in gensym()
129 for (copyptr = symlptr; copyptr < copytop;) in gensym()
H A Dgenobj.c335 struct sym_s **copytop; in objheader() local
411 copytop = copyptr; in objheader()
517 for (copyptr = arrext; copyptr < copytop;) in objheader()
566 for (copyptr = arrext; copyptr < copytop;) in objheader()
/dports/math/form/form-4.2.1/sources/
H A Dsort.c3816 WORD *copytop; local
3823 copytop = (WORD *)(((UBYTE *)copybuf)+length);
3824 while ( *m1 && ( ( *m1 > 0 && m1+*m1 < copytop ) ||
3825 ( *m1 < 0 && ( m1+1 < copytop ) && ( m1+m1[1]+1 < copytop ) ) ) )
3848 if ( m1 < copytop && *m1 == 0 ) break;
3853 m1 = copytop;
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqt.cpp2866 r = QRect( wf->copyleft, wf->copytop, in flushscreen()
2867 wf->copyright - wf->copyleft, wf->copybottom - wf->copytop ); in flushscreen()
2885 if (ly < wf->copytop) wf->copytop = ly; in gra_setrect()
2890 wf->copytop = ly; wf->copybottom = hy; in gra_setrect()
5384 wf->copyleft = wf->copyright = wf->copytop = wf->copybottom = 0; in printewindow()
H A Dgraphpccode.cpp2493 ((CDC *)wf->hDC)->BitBlt(wf->copyleft, wf->copytop, wf->copyright-wf->copyleft, in flushscreen()
2494 wf->copybottom-wf->copytop, (CDC *)wf->hDCOff, wf->copyleft, wf->copytop, SRCCOPY); in flushscreen()
2510 if (ly < wf->copytop) wf->copytop = ly; in gra_setrect()
2516 wf->copytop = ly; in gra_setrect()
H A Dgraphunixx11.c3955 ly = wf->copytop; hy = wf->copybottom; in flushscreen()
4056 if (ly < wf->copytop) wf->copytop = ly; in gra_setrect()
4061 wf->copytop = ly; wf->copybottom = hy; in gra_setrect()
7160 wf->copytop = 0; wf->copybottom = wf->trueheight; in gra_graphics_event_handler()
H A DgraphmacX.c2932 copyrect.top = wf->copytop; copyrect.bottom = wf->copybottom; in flushscreen()
2958 if (ly < wf->copytop) wf->copytop = ly; in gra_setrect()
2963 wf->copytop = ly; wf->copybottom = hy; in gra_setrect()
H A Dgraphmac.c3077 copyrect.top = wf->copytop; copyrect.bottom = wf->copybottom; in flushscreen()
3113 if (ly < wf->copytop) wf->copytop = ly; in gra_setrect()
3118 wf->copytop = ly; wf->copybottom = hy; in gra_setrect()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1198 INTBIG copyleft, copyright, copytop, copybottom;/* rectangle to copy to screen */ member