Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dinput.c34 #define INPUTLINE (flayer->l_height - 1) macro
109 flayer->l_y = INPUTLINE;
202 LGotoPos(flayer, x, INPUTLINE);
277 LGotoPos(flayer, x, INPUTLINE);
292 LClearArea(flayer, x, INPUTLINE, x + inpdata->inp.len - 1, INPUTLINE, 0, 0);
302 … LClearArea(flayer, x, INPUTLINE, x + inpdata->inp.len - inpdata->inp.pos - 1, INPUTLINE, 0, 0);
329 LGotoPos(flayer, --x, INPUTLINE);
339 LGotoPos(flayer, ++x, INPUTLINE);
402 LGotoPos(flayer, x, INPUTLINE);
466 flayer->l_y = INPUTLINE;
[all …]
H A Dsearch.c36 #define INPUTLINE (flayer->l_height - 1) macro
330 LayRedisplayLine(INPUTLINE, 0, flayer->l_width - 1, 0);
332 if (W2D(markdata->cy) == INPUTLINE)
333 revto_line(markdata->cx, markdata->cy, INPUTLINE > 0 ? INPUTLINE - 1 : 1);
390 if (W2D(markdata->cy) == INPUTLINE)
391 revto_line(markdata->cx, markdata->cy, INPUTLINE > 0 ? INPUTLINE - 1 : 1);
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/wxfonts/
H A Dmakeafm.c107 #define INPUTLINE 10000 // some lines in the tables file are macro
123 static char inputline[INPUTLINE];
H A Dmakeafm.cpp104 #define INPUTLINE 10000 // some lines in the tables file are macro
120 static char inputline[INPUTLINE];
/dports/misc/clex/clex-4.6.patch9/src/
H A Dclex.h179 } INPUTLINE; typedef
257 INPUTLINE *filter; /* filter (if applicable to this panel type) */
H A Dstart.c51 static INPUTLINE log_filt = { L"",0,0,0 }, help_filt = { L"",0,0,0 }, shared_filt = { L"",0,0,0 };
H A Dfilepanel.c69 static INPUTLINE filter1, filter2; in files_initialize()