Searched defs:tag_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1753 char *tag_file; member in struct:tagstack
1772 tagstack[tag_depth++].tag_file = tag_end;
1786 tag_end = tagstack[--tag_depth].tag_file;
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;

Completed in 60 milliseconds