Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dupdate.c45 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() argument
56 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top()
58 if (pnl->wstartx > start_x && pnl->wendx < end_x) { in touch_top()
64 if (pnl->wstartx <= start_x) in touch_top()
65 start_x = pnl -> wendx + 1; in touch_top()
68 if (start_x > end_x) in touch_top()
83 std_touch_top(int line, PANEL *obs_pnl, int start_x, int end_x) in std_touch_top() argument
91 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) { in std_touch_top()
94 if (obs_pnl->wstartx > start_x && in std_touch_top()
101 if (obs_pnl->wstartx <= start_x) in std_touch_top()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh513 typeset -F3 start_x=SECONDS total_t delay=0.02
519 (( total_t = SECONDS - start_x ))