Home
last modified time | relevance | path

Searched refs:gototab (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Db.c159 f->gototab = p; in resize_state()
176 f->gototab[i].inuse = 0; in resize_state()
611 f->gototab[state].entries = p; in resize_gototab()
646 f->gototab[state].inuse++; in set_gototab()
648 } else if (ch > f->gototab[state].entries[f->gototab[state].inuse-1].ch) { in set_gototab()
654 f->gototab[state].entries[f->gototab[state].inuse].ch = ch; in set_gototab()
655 f->gototab[state].entries[f->gototab[state].inuse].state = val; in set_gototab()
656 f->gototab[state].inuse++; in set_gototab()
694 f->gototab[state].inuse = 0; in clear_gototab()
1555 xfree(f->gototab); in freefa()
[all …]
H A DFIXES29 fixed regex engine gototab reallocation issue that was
60 Fix issue #199: gototab improvements to dynamically resize the
H A Dawk.h269 gtt *gototab; member