Home
last modified time | relevance | path

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

/external/one-true-awk/
Db.c223 f->curstat = 2; in makeinit()
235 f->curstat = cgoto(f, 2, HAT); in makeinit()
243 if (f->curstat != 2) in makeinit()
244 --(*f->posns[f->curstat]); in makeinit()
246 return f->curstat; in makeinit()
1284 resize_state(f, f->curstat > s ? f->curstat : s); in cgoto()
1286 for (i = 1; i <= f->curstat; i++) { in cgoto()
1301 ++(f->curstat); in cgoto()
1302 resize_state(f, f->curstat); in cgoto()
1304 f->gototab[f->curstat][i] = 0; in cgoto()
[all …]
Dawk.h252 int curstat; member