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

1234

/netbsd-current/lib/libcurses/
H A Dcur_hash.c68 __hash_line(const __LDATA *cp, int ncols) argument
H A Dtstp.c256 int nlines, ncols; local
H A Dresize.c56 int ncols = req_ncols; local
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 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
101 newwin(int nlines, int ncols, int by, int bx) argument
112 newpad(int nlines, int ncols) argument
121 __newwin(SCREEN *screen, int nlines, int ncols, int by, int bx, int ispad, int isstdscr) argument
182 subwin(WINDOW *orig, int nlines, int ncols, int by, int bx) argument
189 __subwin(WINDOW *orig, int nlines, int ncols, int by, int bx, int ispad) argument
256 __makenew(SCREEN *screen, int nlines, int ncols, int by, int bx, int sub, int ispad) argument
[all...]
/netbsd-current/usr.sbin/iteconfig/
H A Diteconfig.c228 printcmap(colormap_t *cm, int ncols) argument
/netbsd-current/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
/netbsd-current/usr.bin/sort/
H A Dinit.c83 int ncols = 0; variable
[all...]
/netbsd-current/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 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
195 int ncols = hdscr->hlcd_sc->sc_cols; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dosdata.c201 int ncols = 0; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dosdata.c201 int ncols = 0; local
/netbsd-current/usr.bin/column/
H A Dcolumn.c218 char **cols, **ncols; local
/netbsd-current/games/boggle/boggle/
H A Dmach.c67 static int ncols; variable
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dadd.c1216 SWORD ncols; local
/netbsd-current/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
/netbsd-current/external/bsd/mdocml/dist/
H A Dmdoc_term.c638 size_t ncols, dcol; local
H A Dmdoc.h124 size_t ncols; /* -column arg count */ member in struct:mdoc_bl
/netbsd-current/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
/netbsd-current/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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c1393 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1410 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local

Completed in 246 milliseconds

1234