HomeSort by relevance Sort by last modified time
    Searched refs:cgoto (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
b.c 169 f->curstat = cgoto(f, 2, HAT);
481 s = cgoto(f, s, *p);
512 s = cgoto(f, s, *q);
570 s = cgoto(f, s, *q);
853 int cgoto(fa *f, int s, int c) function
864 overflo("out of space in cgoto()");
886 overflo("cgoto overflow");
929 overflo("out of space in cgoto");
proto.h 64 extern int cgoto(fa *, int, int);

Completed in 98 milliseconds