Home
last modified time | relevance | path

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

/plan9/sys/src/libhtml/
H A Dlex.c8 typedef struct TokenSource TokenSource; typedef
9 struct TokenSource struct
11 int i; // index of next byte to use
12 uchar* data; // all the data
13 int edata; // data[0:edata] is valid
14 int chset; // one of US_Ascii, etc.
15 int mtype; // TextHtml or TextPlain