Searched refs:hscroll (Results 1 – 2 of 2) sorted by relevance
30 static int hscroll = 0, fd, file_size, bytes_read; variable287 if (hscroll <= 0) in dialog_textbox()291 hscroll = 0; in dialog_textbox()293 hscroll--; in dialog_textbox()303 if (hscroll >= MAX_LEN) in dialog_textbox()305 hscroll++; in dialog_textbox()466 line += MIN (strlen (line), hscroll); /* Scroll horizontally */ in print_line()
969 #define hscroll2hw(hscroll) \ argument970 (((hscroll)<<12 & 0x3000) | ((hscroll)<<8 & 0xc300) | \971 ((hscroll)<<4 & 0x0c00) | ((hscroll)<<2 & 0x00f0) | ((hscroll)>>2 & 0x000f))