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

123

/src/lib/libcurses/
H A Dcur_hash.c68 __hash_line(const __LDATA *cp, int ncols) argument
H A Dresize.c56 int ncols = req_ncols; local in function:wresize
135 is_term_resized(int nlines,int ncols) argument
149 resizeterm(int nlines,int ncols) argument
181 resize_term(int nlines,int ncols) argument
225 __resizeterm(WINDOW * win,int nlines,int ncols) argument
249 __resizewin(WINDOW * win,int nlines,int ncols) argument
[all...]
H A Dtstp.c256 int nlines, ncols; local in function:__restartwin
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
104 newwin(int nlines, int ncols, int by, int bx) argument
115 newpad(int nlines, int ncols) argument
124 __newwin(SCREEN * screen,int nlines,int ncols,int by,int bx,int ispad,int isstdscr) argument
185 subwin(WINDOW * orig,int nlines,int ncols,int by,int bx) argument
192 __subwin(WINDOW * orig,int nlines,int ncols,int by,int bx,int ispad) argument
260 __makenew(SCREEN * screen,int nlines,int ncols,int by,int bx,int sub,int ispad) argument
[all...]
/src/usr.sbin/iteconfig/
H A Diteconfig.c228 printcmap(colormap_t *cm, int ncols) argument
/src/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 in function:pcdisplay_copyrows
[all...]
H A Dssdfb.c647 ssdfb_copycols(void *cookie, int row, int srccol, int dstcol, int ncols) argument
657 ssdfb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) 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 in function:hlcd_copyrows
195 int ncols = hdscr->hlcd_sc->sc_cols; local in function:hlcd_eraserows
[all...]
H A Dsti.c1424 sti_copycols(void *v, int row, int srccol, int dstcol, int ncols) argument
1436 sti_erasecols(void *v, int row, int startcol, int ncols, long attr) argument
/src/sys/dev/wscons/
H A Dwsemul_dumb.c74 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.c84 u_int nrows, ncols, crow, ccol; member in struct:wsemul_sun_emuldata
[all...]
H A Dwsdisplayvar.h98 int ncols, nrows; member in struct:wsscreen_descr
/src/usr.bin/sort/
H A Dinit.c83 int ncols = 0; variable in typeref:typename:int
[all...]
/src/games/boggle/boggle/
H A Dmach.c67 static int ncols; variable in typeref:typename:int
/src/usr.bin/column/
H A Dcolumn.c218 char **cols, **ncols; local in function:maketbl
/src/sys/arch/amiga/dev/
H A Dmntva.c435 mntva_copycols(void *cookie, int row, int srccol, int dstcol, int ncols) argument
458 mntva_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) argument
/src/sys/arch/sgimips/gio/
H A Dlight.c434 light_copycols(void *c, int row, int srccol, int dstcol, int ncols) argument
452 light_erasecols(void *c, int row, int startcol, int ncols, long attr) argument
H A Dgrtwo.c643 grtwo_copycols(void *c, int row, int srccol, int dstcol, int ncols) argument
661 grtwo_erasecols(void *c, int row, int startcol, int ncols, long attr) argument
H A Dnewport.c811 newport_copycols(void *c, int row, int srccol, int dstcol, int ncols) argument
827 newport_erasecols(void *c, int row, int startcol, int ncols, argument
/src/sys/arch/playstation2/ee/
H A Dgsfb.c451 _gsfb_copycols(void *cookie, int row, int srccol, int dstcol, int ncols) argument
474 _gsfb_erasecols(void *cookie, int row, int startcol, int ncols, long attr) argument
/src/sys/arch/usermode/dev/
H A Dvncfb.c345 vncfb_copycols(void *priv, int row, int srccol, int dstcol, int ncols) argument
370 vncfb_erasecols(void *priv, int row, int startcol, int ncols, long fillattr) argument
/src/sys/arch/arm/ti/
H A Domap3_dss.c1040 omapfb_copycols(void *cookie, int row, int srccol, int dstcol, int ncols) argument
1058 omapfb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) argument
/src/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c420 fb_erasecols(void *v, int row, int startcol, int ncols, long attr) argument
447 fb_copycols(void *v, int row, int srccol, int dstcol, int ncols) argument

Completed in 24 milliseconds

123