Home
last modified time | relevance | path

Searched refs:UXBSIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dex_unix.c57 unsigned char printub, puxb[UXBSIZE + sizeof (int)]; in unix0()
76 if ((up + len) >= (unsigned char *)&uxb[UXBSIZE]) { in unix0()
103 if (up >= (unsigned char *)&uxb[UXBSIZE]) { in unix0()
130 if (up >= (unsigned char *)&uxb[UXBSIZE]) in unix0()
153 if (up >= (unsigned char *)&uxb[UXBSIZE]) in unix0()
164 if (up >= (unsigned char *)&uxb[UXBSIZE]) { in unix0()
193 if (up >= (unsigned char *)&uxb[UXBSIZE]) in unix0()
H A Dex_tune.h70 #define UXBSIZE 128 /* Unix command buffer size */ macro
H A Dex.h311 var unsigned char uxb[UXBSIZE + 2]; /* Last !command for !! */