Searched refs:pos_y (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dgnaw.sh621 pos_y)
623 .sh.value=${player["pos_y"]}
629 if [[ "${levelmap["${.sh.value}_${player["pos_y"]}"]}" == "#" ]] ; then
643 .sh.value=${monster[${currmonster}_"pos_y"]}
650 if [[ "${levelmap["${.sh.value}_${monster[${currmonster}_"pos_y"]}"]}" == "#" ]] ; then
671 (( start_y_pos=player["pos_y"] / 2))
684 print_setcursorpos ${player["pos_x"]} $((player["pos_y"]+screen_y_offset-start_y_pos))
690 (( m_pos_y=monster[${currmonster}_"pos_y"]+screen_y_offset-start_y_pos ))
721 player["pos_y"]=${levelmap["playerstartpos_y"]}
731 monster[${currmonster}_"pos_y"]
[all...]
/opensolaris-onvv-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c178 int cstate_lines, event_lines, pos_y = 0; local
186 sw[SW_TITLE] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
188 pos_y += NEXT_LINE + BLANK_LINE;
189 sw[SW_IDLE] = subwin(stdscr, cstate_lines, win_cols/2 + 1, pos_y, 0);
190 sw[SW_FREQ] = subwin(stdscr, cstate_lines, win_cols/2 - 8, pos_y,
193 pos_y += cstate_lines + BLANK_LINE;
194 sw[SW_WAKEUPS] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
196 pos_y += NEXT_LINE;
197 sw[SW_POWER] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
199 pos_y
[all...]

Completed in 194 milliseconds