Home
last modified time | relevance | path

Searched refs:MAXCHARMACS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h137 #define MAXCHARMACS 2048 /* max # of chars total in macros */ macro
140 #define MAXCHARMACS 512 /* max # of chars total in macros */ macro
153 var unsigned char mapspace[MAXCHARMACS];
H A Dex_cmdsub.c1683 if (msnext - mapspace + strlen(dest) + strlen(src) + strlen(dname) + 3 > MAXCHARMACS) in addmac()