Searched refs:start_x (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dupdate.c47 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) argument
58 pnl->wstartx <= end_x && pnl->wendx >= start_x) {
60 if (pnl->wstartx > start_x && pnl->wendx < end_x) {
66 if (pnl->wstartx <= start_x)
67 start_x = pnl -> wendx + 1;
70 if (start_x > end_x)
85 std_touch_top(int line, PANEL *obs_pnl, int start_x, int end_x) argument
93 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) {
96 if (obs_pnl->wstartx > start_x &&
103 if (obs_pnl->wstartx <= start_x)
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c173 static int start_x, start_y, end_x; variable
462 start_x = START_X;
478 start_x = START_X;
685 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO);
690 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO);
698 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row,
712 (void) fprintf(outfile, "%d %.2f %s\n", start_x,
734 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row, MOVETO);
994 (void) fprintf(outfile, "%d %.2f %s\n", start_x, current.row,
1185 start_x,
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh487 typeset -F3 start_x=SECONDS total_t delay=0.02
493 #(( total_t = SECONDS - start_x ))

Completed in 60 milliseconds