Lines Matching refs:lexres
258 picoklex_lexl_result_t lexres; in waProcessWordgraph() local
281 found = picoklex_lexLookup(wa->ulex[i], content, head->len, &lexres); in waProcessWordgraph()
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) { in waProcessWordgraph()
306 if (lexres.phonfound) { /* incl. ind-phone and possibly multi-ent. */ in waProcessWordgraph()
307 if (lexres.nrres > PICOKLEX_MAX_NRRES) { in waProcessWordgraph()
313 lexres.nrres = PICOKLEX_MAX_NRRES; in waProcessWordgraph()
316 if (lexres.nrres == 1) { in waProcessWordgraph()
317 head->info1 = lexres.posind[0]; in waProcessWordgraph()
321 for (i = 0; i < lexres.nrres; i++) { in waProcessWordgraph()
322 posbuf[i] = lexres.posind[i * PICOKLEX_POSIND_SIZE]; in waProcessWordgraph()
325 lexres.nrres); in waProcessWordgraph()
328 head->len = lexres.posindlen; in waProcessWordgraph()
329 if ((status = picodata_put_itemparts(head, lexres.posind, in waProcessWordgraph()
330 lexres.posindlen, in waProcessWordgraph()
346 lexres.posind[0])) { in waProcessWordgraph()