Home
last modified time | relevance | path

Searched refs:gtte (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Db.c172 f->gototab[i].entries = (gtte *) calloc(NCHARS, sizeof(gtte)); in resize_state()
602 gtte *p = (gtte *) realloc(f->gototab[state].entries, new_size * sizeof(gtte)); in resize_gototab()
616 gtte key; in get_gototab()
617 gtte *item; in get_gototab()
622 f->gototab[state].inuse, sizeof(gtte), in get_gototab()
633 const gtte *left, *right; in entry_cmp()
635 left = (const gtte *) l; in entry_cmp()
636 right = (const gtte *) r; in entry_cmp()
660 gtte key; in set_gototab()
661 gtte *item; in set_gototab()
[all …]
H A Dawk.h257 typedef struct gtte { /* gototab entry */ struct
260 } gtte; argument
265 gtte *entries;