/freebsd/contrib/mandoc/ |
H A D | mandoc_headers.3 | 256 and in parsers, but not in formatters. 333 internals of different parsers. 347 internals of different parsers. 368 utility functions needed by multiple parsers, 369 and the top-level functions to call the parsers. 382 Parser internals shared by multiple parsers. 383 Can be used in all parsers, but not in main programs or formatters. 457 interfaces of different parsers. 481 interfaces of different parsers. 489 parsers only. [all …]
|
H A D | libmandoc.h | 18 * Internal interfaces for parser utilities needed by multiple parsers 19 * and the top-level functions to call the mdoc, man, and roff parsers.
|
H A D | mandoc_dbg_init.3 | 69 parsers whenever a 263 leaks in the parsers, in the HTML formatter, and in the regression suite:
|
H A D | tbl_parse.h | 19 * For use in the roff(7) and tbl(7) parsers only.
|
H A D | mandoc.c | 20 * and dates and times, for use by mdoc(7) and man(7) parsers. 22 * for use by mandoc(1) parsers and formatters.
|
H A D | eqn_parse.h | 19 * For use in the roff(7) and eqn(7) parsers only.
|
/freebsd/lib/libpmc/ |
H A D | pmclog.3 | 108 (For file based parsers only) 119 For memory based parsers, more data can be fed to the 122 For file based parsers, function 202 is used with parsers configured to parse memory based event streams.
|
/freebsd/contrib/tzdata/ |
H A D | backward | 21 # .zi parsers (including tzcode through 2022e) mishandle links to links. 22 # The comment says what the target would be if these parsers were fixed 69 # Vanguard section, for most .zi parsers. 86 # Vanguard section, for most .zi parsers.
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss6 | 48 can be used to create parsers that are faster and easier to 49 write than parsers constructed from unambiguous grammars.
|
H A D | ss5 | 157 and produces slower parsers; thus, Yacc will produce parsers even in the presence of conflicts.
|
/freebsd/tests/sys/netlink/ |
H A D | test_snl.c | 26 atf_tc_set_md_var(tc, "descr", "Tests snl(3) core nlmsg parsers are correct"); in ATF_TC_HEAD() 38 atf_tc_set_md_var(tc, "descr", "Tests snl(3) route parsers are correct"); in ATF_TC_HEAD()
|
H A D | test_snl_generic.c | 24 atf_tc_set_md_var(tc, "descr", "Tests snl(3) generic parsers are correct"); in ATF_TC_HEAD()
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 29 assumed by parsers. 41 design with parsers that behave according to these guidelines. This can
|
/freebsd/lib/libnetmap/ |
H A D | libnetmap.h | 530 * @parsers: list of option parsers 535 * the "option" prefix) to a corresponding parser in @parsers. The function 545 int nmreq_options_decode(const char *opt, struct nmreq_opt_parser *parsers, 549 /* type of the option-parsers callbacks */
|
H A D | nmreq.c | 481 nmreq_option_decode1(char *opt, struct nmreq_opt_parser *parsers, in nmreq_option_decode1() argument 499 for (p = parsers; p != NULL; p = p->next) { in nmreq_option_decode1() 551 nmreq_options_decode(const char *opt, struct nmreq_opt_parser parsers[], in nmreq_options_decode() argument 589 ret = nmreq_option_decode1(w, parsers, token, ctx); in nmreq_options_decode()
|
/freebsd/bin/sh/tests/parser/ |
H A D | heredoc10.0 | 16 # This file contains tests that may not work with simplistic $(...) parsers.
|
H A D | heredoc9.0 | 16 # This file contains tests that also work with simplistic $(...) parsers.
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | partitions.yaml | 11 node. All partition parsers must be referenced here.
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 77 parsers and source-to-source translators. 426 * C++ and ANSI C compatible parsers. The parsers produced 500 Variant parsers:
|
H A D | yacc.1 | 63 The parsers consist of a set of LALR(1) parsing tables and a driver routine 322 This is (unlike bison) allowable in LALR parsers.
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_msgpack.c | 451 } parsers[] = { variable 749 for (i = 0; i < sizeof (parsers) / sizeof (parsers[0]); i ++) { in ucl_msgpack_get_parser_from_type() 750 shift = CHAR_BIT - parsers[i].prefixlen; in ucl_msgpack_get_parser_from_type() 751 mask = parsers[i].prefix >> shift; in ucl_msgpack_get_parser_from_type() 754 return &parsers[i]; in ucl_msgpack_get_parser_from_type()
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-gram.h | 3 /* Skeleton interface for Bison's Yacc-like parsers in C
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Parsing.h | 11 /// FIXME: Currently, only supports `RangeSelectors` but parsers for other
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.h | 3 /* Skeleton interface for Bison's Yacc-like parsers in C
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | nvmem.yaml | 47 parsers.
|