Searched refs:tag_depth (Results 1 – 1 of 1) sorted by relevance
1755 static int tag_depth = 0; variable1765 if(tag_depth >= TSTACKSIZE) { in savetag()1771 tagstack[tag_depth].tag_line = dot; in savetag()1772 tagstack[tag_depth++].tag_file = tag_end; in savetag()1785 if (tag_depth > 0) in unsavetag()1786 tag_end = tagstack[--tag_depth].tag_file; in unsavetag()1799 d = tag_depth;1800 tag_depth = 0;1806 if (!tag_depth)1810 if (strcmp(tagstack[tag_depth-1].tag_file, savedfile) ) {[all …]