Home
last modified time | relevance | path

Searched refs:MAXCOLS (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmulti.c32 #define MAXCOLS 100 /* remove this limit later @@ */ macro
68 } envs[MAXCOLS]; /* the environment table */
223 for ( ; i <= MAXCOLS; i++) { in setup_multitable_parameters()
419 int offset[MAXCOLS]; in output_multitable_row()
/netbsd-src/games/boggle/boggle/
H A Dbog.h56 #define MAXCOLS 20 macro
H A Dmach.c65 static int colstarts[MAXCOLS], ncolstarts;
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfvar.h46 #define MAXCOLS 200 macro
H A Dite_cv3d.c123 static unsigned short cv3d_rowc[MAXCOLS*(MAXROWS+1)];
H A Dite_cv.c123 static unsigned short cv_rowc[MAXCOLS*(MAXROWS+1)];
H A Dgrf_cv3d.c1188 if ((gv->disp_width / 8) > MAXCOLS) { in cv3d_mondefok()
H A Dgrf_cv.c1274 if ((gv->disp_width / 8) > MAXCOLS) { in cv_mondefok()