Home
last modified time | relevance | path

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

/dports/textproc/halibut/halibut-1.2/
H A Dhalibut.h135 struct word_Tag { struct
136 word *next, *alt;
137 int type;
138 int aux;
139 int breaks; /* can a line break after it? */
140 wchar_t *text;
141 filepos fpos;
143 void *private_data; /* for temp use in backends */