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

/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c101 * tydef is its state variable.
105 static TYST tydef = none; variable
580 if ((tydef == begin_rec) || (tydef == begin_tag)) {
581 tydef = middle;
594 if (!level && tydef == middle) {
595 tydef = end;
597 if (!level && tydef == none) /* Fix for #1034126 */
701 if (c == ';' && tydef == end) /* clean with typedefs */
702 tydef
[all...]

Completed in 60 milliseconds