Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1753 char *tag_file; member
1772 tagstack[tag_depth++].tag_file = tag_end; in savetag()
1786 tag_end = tagstack[--tag_depth].tag_file; in unsavetag()
1810 if (strcmp(tagstack[tag_depth-1].tag_file, savedfile) ) {
1819 strcat(cmdbuf, tagstack[tag_depth-1].tag_file);
1829 tag_end = tagstack[tag_depth].tag_file;