Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c645 if(strlen(vmacbuf) + strlen(st) > BUFSIZE)
657 strcat(vmacbuf, st);
704 strcpy(vmacbuf, st); in macpush()
706 strcat(vmacbuf, tmpbuf); in macpush()
707 vmacp = vmacbuf; in macpush()
H A Dex_vis.h269 var unsigned char vmacbuf[VBSIZE]; /* Text of visual macro, hence nonnestable */ variable
H A Dex_vmain.c322 regbuf(c, tmpbuf, sizeof (vmacbuf));
331 vmacp = vmacbuf;