Searched refs:MAXCHAR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h192 #ifndef MAXCHAR
193 #define MAXCHAR 0x7f macro
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c56 #define MAXCHAR 95 /* total characters we can handle */ macro
57 struct glyph gly[MAXCHAR]; /* glyph metrics */
999 if (c <= 32 || c - 32 >= MAXCHAR)
1265 if (c <= 32 || c - 32 >= MAXCHAR)
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c61 #define MAXCHAR MAXLINE-2 /* max char per line */ macro
382 vp->ocur_virt = MAXCHAR;
406 if( nchar+plen > MAXCHAR )
407 nchar = MAXCHAR - plen;
1123 vp->ocur_virt = MAXCHAR;
2053 vp->ocur_virt = MAXCHAR; /** invalidate refresh optimization **/
2357 vp->ocur_virt = MAXCHAR;

Completed in 49 milliseconds