Searched refs:cgoto (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Db.c182 f->curstat = cgoto(f, 2, HAT);
509 s = cgoto(f, s, *p);
540 s = cgoto(f, s, *q);
598 s = cgoto(f, s, *q);
1120 int cgoto(fa *f, int s, int c) function
1131 overflo("out of space in cgoto()");
1153 overflo("cgoto overflow");
1196 overflo("out of space in cgoto");
H A Dproto.h64 extern int cgoto(fa *, int, int);

Completed in 109 milliseconds