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

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 14 typedef struct CharPtn {
16 struct CharPtn *fix;
17 struct CharPtn *nxt;
18 } CharPtn;
21 CharPtn *fix;
22 CharPtn *freeHead, **freeTail;
23 CharPtn *rep[nChars];
24 CharPtn ptn[nChars];
actions.c 248 CharPtn *x = s->rep[c], *a = x->nxt;

Completed in 37 milliseconds