Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1760 static int tag_depth = 0; variable
1770 if(tag_depth >= TSTACKSIZE) { in savetag()
1776 tagstack[tag_depth].tag_line = dot; in savetag()
1777 tagstack[tag_depth++].tag_file = tag_end; in savetag()
1790 if (tag_depth > 0) in unsavetag()
1791 tag_end = tagstack[--tag_depth].tag_file; in unsavetag()
1804 d = tag_depth;
1805 tag_depth = 0;
1811 if (!tag_depth)
1815 if (strcmp(tagstack[tag_depth-1].tag_file, savedfile) ) {
[all …]