Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1758 char *tag_file; member
1777 tagstack[tag_depth++].tag_file = tag_end; in savetag()
1791 tag_end = tagstack[--tag_depth].tag_file; in unsavetag()
1815 if (strcmp(tagstack[tag_depth-1].tag_file, savedfile) ) {
1824 strcat(cmdbuf, tagstack[tag_depth-1].tag_file);
1834 tag_end = tagstack[tag_depth].tag_file;