Searched defs:ncols (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dresize.c63 int ncols = req_ncols; local
143 resizeterm(int nlines, int ncols) argument
179 __resizeterm(WINDOW *win, int nlines, int ncols) argument
203 __resizewin(WINDOW *win, int nlines, int ncols) argument
[all...]
H A Dtstp.c258 int nlines, ncols; local
H A Dnewwin.c58 derwin(WINDOW *orig, int nlines, int ncols, int by, int bx) argument
71 subpad(WINDOW *orig, int nlines, int ncols, int by, int bx) argument
100 newwin(int nlines, int ncols, int by, int bx) argument
110 newpad(int nlines, int ncols) argument
118 __newwin(SCREEN *screen, int nlines, int ncols, int by, int bx, int ispad) argument
173 subwin(WINDOW *orig, int nlines, int ncols, int by, int bx) argument
180 __subwin(WINDOW *orig, int nlines, int ncols, int by, int bx, int ispad) argument
274 __makenew(SCREEN *screen, int nlines, int ncols, int by, int bx, int sub, int ispad) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpcdisplay_subr.c179 pcdisplay_copycols(void *id, int row, int srccol, int dstcol, int ncols) argument
200 pcdisplay_erasecols(void *id, int row, int startcol, int ncols, long fillattr) argument
227 int ncols = scr->type->ncols; local
[all...]
H A Dct65550.c426 chipsfb_copycols(void *cookie, int row, int srccol, int dstcol, int ncols) argument
444 chipsfb_erasecols(void *cookie, int row, int startcol, int ncols, argument
H A Dhd44780_subr.c144 hlcd_copycols(void *id, int row, int srccol, int dstcol, int ncols) argument
164 hlcd_erasecols(void *id, int row, int startcol, int ncols, long fillattr) argument
183 int ncols = hdscr->hlcd_sc->sc_cols; local
195 int ncols = hdscr->hlcd_sc->sc_cols; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dinit.c83 int ncols = 0; variable
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsemul_dumb.c73 u_int nrows, ncols, crow, ccol; member in struct:wsemul_dumb_emuldata
H A Dvt100_base.h35 u_int nrows, ncols, crow, ccol; member in struct:vt100base_data
H A Dwscons_rops.c148 rcons_copycols(void *id, int row, int srccol, int dstcol, int ncols) argument
167 rcons_erasecols(void *id, int row, int startcol, int ncols, long fillattr) argument
H A Dwsemul_sun.c83 u_int nrows, ncols, crow, ccol; member in struct:wsemul_sun_emuldata
[all...]
H A Dwsdisplay_vcons.c645 vcons_copycols_buffer(void *cookie, int row, int srccol, int dstcol, int ncols) argument
673 vcons_copycols(void *cookie, int row, int srccol, int dstcol, int ncols) argument
693 vcons_copycols_noread(void *cookie, int row, int srccol, int dstcol, int ncols) argument
729 vcons_erasecols_buffer(void *cookie, int row, int startcol, int ncols, long fillattr) argument
758 vcons_erasecols_cached(void *cookie, int row, int startcol, int ncols, long fillattr) argument
774 vcons_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) argument
[all...]
H A Dwsdisplayvar.h92 int ncols, nrows; member in struct:wsscreen_descr
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dadd.c1234 SWORD ncols; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dosdata.c297 int ncols; local
/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dmach.c67 static int ncols; variable
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dcurses.c546 int nlines, ncols, pos_x, pos_y; local
688 int nlines, ncols, pos_x, pos_y; local
747 int nlines, ncols, pos_x, pos_y; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dcurses.c483 int nlines, ncols, pos_x, pos_y; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/column/
H A Dcolumn.c218 char **cols, **ncols; local
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Domrasops.c134 om_erasecols(void *cookie, int row, int startcol, int ncols, long attr) argument
256 om_copycols(void *cookie, int startrow, int srccol, int dstcol, int ncols) argument
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrf.c780 int ncols; local
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmdoc_term.c636 size_t width, offset, ncols, dcol; local
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/gio/
H A Dlight.c438 light_copycols(void *c, int row, int srccol, int dstcol, int ncols) argument
456 light_erasecols(void *c, int row, int startcol, int ncols, long attr) argument
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c311 fb_erasecols(void *v, int row, int startcol, int ncols, long attr) argument
338 fb_copycols(void *v, int row, int srccol, int dstcol, int ncols) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dwcfb.c478 wcfb_copycols(void *cookie, int row, int srccol, int dstcol, int ncols) argument
502 wcfb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) argument

Completed in 222 milliseconds

123