Searched defs:CharPtn (Results 1 - 1 of 1) 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];

Completed in 859 milliseconds