Home
last modified time | relevance | path

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

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