Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/
D__init__.py7 from c_common.tables import parse_table as _parse_table
/external/python/cpython3/Tools/c-analyzer/c_common/
Dtables.py152 def parse_table(entries, sep, header=None, rawsep=None, *, function
/external/iptables/libiptc/
Dlibiptc.c1032 static int parse_table(struct xtc_handle *h) in parse_table() function
1362 if (parse_table(h) < 0) in TC_INIT()