Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dinput.c202 LGotoPos(flayer, x, INPUTLINE);
223LGotoPos(flayer, inpdata->inpstringlen + (inpdata->inpmode & INP_NOECHO ? 0 : inpdata->inp.pos), I…
277 LGotoPos(flayer, x, INPUTLINE);
293 LGotoPos(flayer, x, INPUTLINE);
303 LGotoPos(flayer, x, INPUTLINE);
324 LGotoPos(flayer, x -= inpdata->inp.pos, INPUTLINE);
329 LGotoPos(flayer, --x, INPUTLINE);
334 LGotoPos(flayer, x += inpdata->inp.len - inpdata->inp.pos, INPUTLINE);
339 LGotoPos(flayer, ++x, INPUTLINE);
402 LGotoPos(flayer, x, INPUTLINE);
H A Dsearch.c97 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
128 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
276 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
340 LGotoPos(flayer, flayer->l_x, flayer->l_y);
394 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
H A Dansi.c1137 LGotoPos(&curr->w_layer, --a2, --a1);
1816 LGotoPos(&curr->w_layer, cursor->x, cursor->y);
1844 LGotoPos(&curr->w_layer, curr->w_x, curr->w_y); in BackSpace()
1853 LGotoPos(&curr->w_layer, curr->w_x, curr->w_y); in Return()
1874 LGotoPos(&curr->w_layer, curr->w_x, curr->w_y);
1903 LGotoPos(&curr->w_layer, x, y);
1917 LGotoPos(&curr->w_layer, x, y);
1930 LGotoPos(&curr->w_layer, curr->w_x, curr->w_y);
1943 LGotoPos(&curr->w_layer, curr->w_x, curr->w_y);
1952 LGotoPos(&curr->w_layer, curr->w_x, curr->w_y);
[all …]
H A Dmark.c526 LGotoPos(flayer, x, W2D(y)); in MarkRoutine()
561 LGotoPos(flayer, markdata->cx, W2D(markdata->cy));
662 LGotoPos(flayer, cx, W2D(cy));
765 LGotoPos(flayer, cx, W2D(cy));
774 LGotoPos(flayer, cx, W2D(cy));
1166 LGotoPos(flayer, tx, W2D(ty));
1267 LGotoPos(flayer, tx, W2D(ty));
H A Dlayer.h97 #define LaySetCursor() LGotoPos(flayer, flayer->l_x, flayer->l_y)
H A Dextern.h434 extern void LGotoPos __P((struct layer *, int, int));
H A Dlayer.c98 void LGotoPos(struct layer *l, int x, int y) in LGotoPos() function