Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dscanner.c669 yaml_parser_fetch_block_scalar(yaml_parser_t *parser, int literal);
724 int literal);
1823 yaml_parser_fetch_block_scalar(yaml_parser_t *parser, int literal) in yaml_parser_fetch_block_scalar() argument
1838 if (!yaml_parser_scan_block_scalar(parser, &token, literal)) in yaml_parser_fetch_block_scalar()
2734 int literal) in yaml_parser_scan_block_scalar() argument
2874 if (!literal && (*leading_break.start == '\n') in yaml_parser_scan_block_scalar()
2931 literal ? YAML_LITERAL_SCALAR_STYLE : YAML_FOLDED_SCALAR_STYLE, in yaml_parser_scan_block_scalar()
/petsc/share/petsc/saws/
H A Ddocumentation58 …method. (If we tried to do Car.0 the interpreter would assume the 0 is a literal instead of a prop…
/petsc/doc/developers/
H A Ddocumentation.md161 …kup, e.g. `DM`s, escape the trailing character to avoid `WARNING: Inline literal start-string with…