Home
last modified time | relevance | path

Searched defs:_tagq (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/vi/ex/
H A Dtag.h71 struct _tagq { /* Tag queue. */ struct
76 TAG *current; /* Current TAG within the queue. */
78 char *tag; /* Tag string. */
79 size_t tlen; /* Tag string length. */
81 u_int8_t flags;
83 char buf[1]; /* Variable length buffer. */