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

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h14 typedef struct CharPtn { struct
16 struct CharPtn *fix;
17 struct CharPtn *nxt;
18 } CharPtn; typedef in typeref:struct:CharPtn
21 CharPtn *fix;
22 CharPtn *freeHead, **freeTail;
23 CharPtn *rep[nChars];
24 CharPtn ptn[nChars];
H A Dactions.c248 CharPtn *x = s->rep[c], *a = x->nxt;

Completed in 47 milliseconds