Searched refs:start_x (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libeti/panel/common/ |
H A D | update.c | 47 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() argument 58 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top() 60 if (pnl->wstartx > start_x && pnl->wendx < end_x) { in touch_top() 66 if (pnl->wstartx <= start_x) in touch_top() 67 start_x = pnl -> wendx + 1; in touch_top() 70 if (start_x > end_x) in touch_top() 85 std_touch_top(int line, PANEL *obs_pnl, int start_x, int end_x) in std_touch_top() argument 93 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) { in std_touch_top() 96 if (obs_pnl->wstartx > start_x && in std_touch_top() 103 if (obs_pnl->wstartx <= start_x) in std_touch_top() [all …]
|
/titanic_41/usr/src/tools/codereview/ |
H A D | lwlp.c | 173 static int start_x, start_y, end_x; variable 462 start_x = START_X; in main() 478 start_x = START_X; in main() 685 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO); in printbanner() 690 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO); in printbanner() 698 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, in printbanner() 712 (void) fprintf(outfile, "%d %.2f %s\n", start_x, in printbanner() 734 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO); in printbanner() 994 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, in startpage() 1185 start_x, in proc() [all …]
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | builtins.sh | 487 typeset -F3 start_x=SECONDS total_t delay=0.02
|