Home
last modified time | relevance | path

Searched refs:ReStateSet (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6330 typedef struct ReStateSet { struct
6333 } ReStateSet; argument
6361 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state()
6423 ReStateSet aStateSet[2], *pThis, *pNext; in re_match()