Home
last modified time | relevance | path

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

/csrg-svn/lib/libcurses/
H A Dnewwin.c27 newwin(nl, nc, by, bx) in newwin() argument
64 subwin(orig, nl, nc, by, bx) in subwin() argument
128 __makenew(nl, nc, by, bx, sub) in __makenew() argument
H A Dmvwin.c19 mvwin(win, by, bx) in mvwin() argument
/csrg-svn/local/ditroff/ditroff.okeeffe/grap/
H A Dfor.c11 double by; member
21 forloop(var, from, to, op, by, str) /* set up a for loop */ in forloop() argument
H A Dticks.c269 iterator(from, to, op, by, fmt) /* create an iterator */ in iterator() argument
/csrg-svn/local/ditroff/ditroff.okeeffe/pic/
H A Dfor.c14 float by; member
22 forloop(var, from, to, op, by, str) /* set up a for loop */ in forloop() argument
/csrg-svn/contrib/libg++-2.3/libg++/src/
H A DCursesW.cc198 int by, int bx, char absrel) in CursesWindow()
/csrg-svn/local/ditroff/ditroff.okeeffe/ideal/
H A Dideal.h28 #define between(ax,ay,bx,by,cx,cy) ((ax-bx)*(bx-cx) > 0 || (ay-by)*(by-cy) > 0) argument