Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtokenize.c29 typedef struct Keyword Keyword; typedef
30 struct Keyword { struct
34 u8 iNext; /* Index in aKeywordTable[] of next with same hash */ argument
40 static Keyword aKeywordTable[] = { argument
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c40 typedef struct Keyword { struct
44 } Keyword; argument