Searched refs:parsers (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/byacc/package/
H A Dbyacc.spec19 parsers consist of a set of LALR(1) parsing tables and a driver
29 parsers consist of a set of LALR(1) parsing tables and a driver
H A Dmingw-byacc.spec18 parsers consist of a set of LALR(1) parsing tables and a driver
/freebsd-13-stable/lib/libnetmap/
H A Dlibnetmap.h474 * @parsers: list of option parsers
479 * the "option" prefix) to a corresponding parser in @parsers. The function
489 int nmreq_options_decode(const char *opt, struct nmreq_opt_parser *parsers,
493 /* type of the option-parsers callbacks */
H A Dnmreq.c486 nmreq_option_decode1(char *opt, struct nmreq_opt_parser *parsers, argument
504 for (p = parsers; p != NULL; p = p->next) {
556 nmreq_options_decode(const char *opt, struct nmreq_opt_parser parsers[], argument
594 ret = nmreq_option_decode1(w, parsers, token, ctx);
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_msgpack.c451 } parsers[] = { variable in typeref:struct:ucl_msgpack_parser
749 for (i = 0; i < sizeof (parsers) / sizeof (parsers[0]); i ++) {
750 shift = CHAR_BIT - parsers[i].prefixlen;
751 mask = parsers[i].prefix >> shift;
754 return &parsers[i];
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk141 # Most other modifiers cannot be chained since their parsers skip until

Completed in 144 milliseconds