Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/libdm/regex/
H A Dparse_rx.c21 struct parse_sp { /* scratch pad for the parsing process */ struct
29 static struct rx_node *_or_term(struct parse_sp *ps); argument
31 static void _single_char(struct parse_sp *ps, unsigned int c, const char *ptr) in _single_char()
43 static int _rx_get_token(struct parse_sp *ps) in _rx_get_token()
223 static struct rx_node *_term(struct parse_sp *ps) in _term()
255 static struct rx_node *_closure_term(struct parse_sp *ps) in _closure_term()
292 static struct rx_node *_cat_term(struct parse_sp *ps) in _cat_term()
311 static struct rx_node *_or_term(struct parse_sp *ps) in _or_term()
338 struct parse_sp *ps = dm_pool_zalloc(mem, sizeof(*ps)); in rx_parse_tok()