Searched refs:parse (Results 1 – 6 of 6) sorted by relevance
111 static int parse(const char *b) { in parse() function152 if (parse(buf)) return -1; in main()
11 * Beautiful Soup 4+ - HTML/XML parser, used to parse `metadata_properties.xml`
66 * Make a copy of a parse tree.157 * Free a parse tree.
34 # This file describes the nodes used in parse trees. Unindented lines
126 called from main to parse the shell arguments when the shell is219 EVAL.C: Evaltree recursively executes a parse tree. The exit
448 PFI parse[] = { parse_patchram, parse_baudrate, in parse_cmd_line() local488 ret = (*parse[option_index])(optarg); in parse_cmd_line()