Searched refs:UXBSIZE (Results 1 – 3 of 3) sorted by relevance
57 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()
70 #define UXBSIZE 128 /* Unix command buffer size */ macro
311 var unsigned char uxb[UXBSIZE + 2]; /* Last !command for !! */