Searched refs:uxb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c61 CP(puxb, uxb);
69 up = (unsigned char *)uxb;
76 if ((up + len) >= (unsigned char *)&uxb[UXBSIZE]) {
77 uxb[0] = 0;
103 if (up >= (unsigned char *)&uxb[UXBSIZE]) {
105 uxb[0] = 0;
120 if (up != (unsigned char *)uxb && *puxb != 0) {
123 uxb[0] = 0;
130 if (up >= (unsigned char *)&uxb[UXBSIZE])
134 } else if (up == (unsigned char *)uxb) {
[all...]
H A Dex.h311 var unsigned char uxb[UXBSIZE + 2]; /* Last !command for !! */ variable
H A Dex_cmds.c1053 unixwt(1, unixex("-c", uxb, 0, 0));
H A Dex_vops.c829 vglobp = (unsigned char *)uxb;

Completed in 49 milliseconds