Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1762 static char tag_buf[ 1024 ]; variable
1763 static char *tag_end = tag_buf;
1773 if( strlen( name ) + 1 + tag_end >= &tag_buf[1024]) { in savetag()
1803 tag_end = tag_buf;