Searched refs:klex (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicoklex.c125 /* reserved values in klex to indicate :G2P needed for a lexentry */
134 * shortcut : klex
152 klex_subobj_t *klex; local
162 klex = (klex_subobj_t *) this->subObj;
165 &(klex->nrblocks))) {
166 if (klex->nrblocks > 0) {
167 PICODBG_DEBUG(("nr blocks: %i, curpos: %i", klex->nrblocks,curpos));
168 klex->searchind = this->base + curpos;
170 klex->searchind = NULL;
172 klex
490 klex_SubObj klex = (klex_SubObj) this; local
541 klex_SubObj klex = (klex_SubObj) this; local
[all...]

Completed in 27 milliseconds