Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/lib/config/
Dconfig.c43 TOK_SECTION_E, enumerator
157 _get_token(p, TOK_SECTION_E); in _parse_config_file()
604 while (p->t != TOK_SECTION_E) { in _section()
615 match(TOK_SECTION_E); in _section()
748 p->t = TOK_SECTION_E; in _get_token()
1271 case TOK_SECTION_E: in _token_type_to_char()
1317 end_count = _count_tokens(str, len, TOK_SECTION_E); in maybe_config_section()