Home
last modified time | relevance | path

Searched defs:readCh (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dcode.c236 static void genGoTo(FILE *o, State *from, State *to, int *readCh, in genGoTo()
250 static void genIf(FILE *o, const char *cmp, unsigned int v, int *readCh) in genIf()
273 static void need(FILE *o, unsigned int n, int *readCh) in need()
300 Action_emit(Action *a, FILE *o, int *readCh) in Action_emit()
394 State *from, State *next, int *readCh){ in doLinear()
435 Go_genLinear(Go *g, FILE *o, State *from, State *next, int *readCh){ in Go_genLinear()
451 Go_genSwitch(Go *g, FILE *o, State *from, State *next, int *readCh){ in Go_genSwitch()
501 State *from, State *next, int *readCh){ in doBinary()
517 Go_genBinary(Go *g, FILE *o, State *from, State *next, int *readCh){ in Go_genBinary()
522 Go_genBase(Go *g, FILE *o, State *from, State *next, int *readCh){ in Go_genBase()
[all …]