HomeSort by: relevance | last modified time | path
    Searched refs:gtte (Results 1 - 2 of 2) sorted by relevancy

  /src/external/historical/nawk/dist/
b.c 172 f->gototab[i].entries = (gtte *) calloc(NCHARS, sizeof(gtte));
615 gtte *p = (gtte *) realloc(f->gototab[state].entries, new_size * sizeof(gtte));
621 memset(p + orig_size, 0, orig_size * sizeof(gtte)); // clean it out
629 gtte key;
630 gtte *item;
634 item = (gtte *) bsearch(& key, f->gototab[state].entries,
635 f->gototab[state].inuse, sizeof(gtte),
    [all...]
awk.h 257 typedef struct gtte { /* gototab entry */ struct
260 } gtte; typedef in typeref:struct:gtte
265 gtte *entries;

Completed in 23 milliseconds