Searched refs:tlx (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Ddemo_panels.c204 mkpanel(short color, int rows, int cols, int tly, int tlx) argument
210 if ((win = newwin(rows, cols, tly, tlx)) != 0) {
284 int tlx = MIN(x0, x1); local
285 pan = mkpanel(pair, ABS(y1 - y0) + 1, ABS(x1 - x0) + 1, tly, tlx);
H A Dncurses.c4189 mkpanel(rows,cols,tly,tlx) - alloc a win and panel and associate them
4192 mkpanel(short color, int rows, int cols, int tly, int tlx) argument
4197 if ((win = newwin(rows, cols, tly, tlx)) != 0) {

Completed in 138 milliseconds