Searched defs:parser (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dextcmd.c74 const struct grub_arg_option *parser,
97 ext->options = parser;
107 const struct grub_arg_option *parser)
110 summary, description, parser, 1);
71 grub_register_extcmd_prio(const char *name, grub_extcmd_func_t func, grub_command_flags_t flags, const char *summary, const char *description, const struct grub_arg_option *parser, int prio) argument
104 grub_register_extcmd(const char *name, grub_extcmd_func_t func, grub_command_flags_t flags, const char *summary, const char *description, const struct grub_arg_option *parser) argument
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dlexer.c22 #include <grub/parser.h>
45 grub_script_lexer_record_start (struct grub_parser_param *parser) argument
47 struct grub_lexer_param *lexer = parser->lexerstate;
58 grub_script_yyerror (parser, 0);
65 grub_script_lexer_record_stop (struct grub_parser_param *parser, unsigned offset) argument
69 struct grub_lexer_param *lexer = parser->lexerstate;
79 result = grub_script_malloc (parser, count + 1);
97 grub_script_lexer_record (struct grub_parser_param *parser, char *str) argument
101 struct grub_lexer_param *lexer = parser->lexerstate;
119 grub_script_yyerror (parser,
210 grub_script_lexer_init(struct grub_parser_param *parser, char *script, grub_reader_getline_t getline) argument
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h41 * Parser and file handling routines for Configuration parser.
46 * parser configuration tag.field1.field2\n
60 struct parser { struct
63 struct parser *next;
76 * CFG_DEFAULT_PARSE_SIZE | parser | cache_hint.device.wrthru.nordcache.cnode
127 * l_name - is set when the parser is read.
128 * It is the first tag of a line of parser text.
137 * l_index - is the index of the parser tree that corresponds to l_name
138 * and is set when the parser tree is built
154 int l_index; /* index in relation to parser positio
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c200 argp_parser_t parser;
210 /* The number of non-option args sucessfully handled by this parser. */
213 /* This group's parser's parent's group. */
218 calling this group's parser. */
223 /* Call GROUP's parser with KEY and ARG, swapping any group-specific info
225 no parser, EBADKEY is returned. */
229 if (group->parser)
236 err = (*group->parser)(key, arg, state);
245 struct parser
274 /* Memory used by this parser
196 argp_parser_t parser; member in struct:group
240 struct parser struct
277 struct parser *parser; member in struct:parser_convert_state
390 parser_convert(struct parser *parser, const struct argp *argp, int flags) argument
457 parser_init(struct parser *parser, const struct argp *argp, int argc, char **argv, int flags, void *input) argument
569 parser_finalize(struct parser *parser, error_t err, int arg_ebadkey, int *end_index) argument
665 parser_parse_arg(struct parser *parser, char *val) argument
716 parser_parse_opt(struct parser *parser, int opt, char *val) argument
777 parser_parse_next(struct parser *parser, int *arg_ebadkey) argument
873 struct parser parser; local
941 struct parser *parser = state->pstate; local
[all...]
H A Dargp.h126 actual option parser), but rather an arbitrary piece of documentation that
178 The third case is where every parser returned ARGP_KEY_UNKNOWN for an
184 function returned an error value), then the parser is called with
188 parser receiving this key returns success, the fact is recorded, and the
190 argument, a parser function decrements the NEXT field of the state it's
195 /* There are remaining arguments not parsed by any parser, which may be found
198 otherwise, the parser should adjust STATE->next to reflect any arguments
240 argp_parser_t parser;
298 /* The child parser. */
351 the number of children for the current parser
238 argp_parser_t parser; member in struct:argp
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c49 #include <libxml/parser.h>
68 xmlParserCtxtPtr parser; member in struct:xmpp_conn
254 conn->parser = xmlCreatePushParserCtxt(&xml_handler, (void *) conn,
256 if (conn->parser == NULL) {
269 if (conn->parser != NULL) {
270 if (conn->parser->myDoc) {
271 xmlFreeDoc(conn->parser->myDoc);
273 xmlFreeParserCtxt(conn->parser);
274 conn->parser = NULL;
403 if (rc = xmlParseChunk(conn.parser, bu
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c63 /** Possible elements the parser can process */
118 XML_Parser parser; member in struct:__anon27
920 XML_GetCurrentLineNumber (pc->parser),
921 XML_GetCurrentColumnNumber (pc->parser)));
941 XML_GetCurrentLineNumber (pc->parser),
942 XML_GetCurrentColumnNumber (pc->parser)));
958 XML_GetCurrentLineNumber (pc->parser),
959 XML_GetCurrentColumnNumber (pc->parser)));
975 XML_GetCurrentLineNumber (pc->parser),
976 XML_GetCurrentColumnNumber (pc->parser)));
1374 XML_Parser parser; local
[all...]

Completed in 31 milliseconds