Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/misc/
H A Dctags.c105 static TYST tydef = none; variable
580 if ((tydef == begin_rec) || (tydef == begin_tag)) { in C_entries()
581 tydef = middle; in C_entries()
594 if (!level && tydef == middle) { in C_entries()
595 tydef = end; in C_entries()
597 if (!level && tydef == none) /* Fix for #1034126 */ in C_entries()
701 if (c == ';' && tydef == end) /* clean with typedefs */ in C_entries()
702 tydef = none; in C_entries()
763 tydef = begin;
767 if (tydef == begin && ((strncmp(token, "struct", 6) == 0) ||
[all …]