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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1755 static int tag_depth = 0; variable
1765 if(tag_depth >= TSTACKSIZE) {
1771 tagstack[tag_depth].tag_line = dot;
1772 tagstack[tag_depth++].tag_file = tag_end;
1785 if (tag_depth > 0)
1786 tag_end = tagstack[--tag_depth].tag_file;
1799 d = tag_depth;
1800 tag_depth = 0;
1806 if (!tag_depth)
1810 if (strcmp(tagstack[tag_depth
[all...]

Completed in 60 milliseconds