Home
last modified time | relevance | path

Searched refs:verbatim (Results 1 – 25 of 30) sorted by relevance

12

/linux/rust/syn/
H A Ddata.rs257 use crate::verbatim;
284 discriminant = Ok(Expr::Verbatim(verbatim::between(&begin, input))); in parse()
346 Type::Verbatim(verbatim::between(&begin, input)) in parse_named()
H A Ditem.rs936 use crate::verbatim;
963 Ok(Item::Verbatim(verbatim::between(&begin, input))) in parse_rest_of_item()
989 None => Ok(Item::Verbatim(verbatim::between(&begin, input))), in parse_rest_of_item()
1000 Ok(Item::Verbatim(verbatim::between(&begin, input))) in parse_rest_of_item()
1006 Ok(Item::Verbatim(verbatim::between(&begin, input))) in parse_rest_of_item()
1059 _ => Ok(Item::Verbatim(verbatim::between(&begin, input))), in parse_rest_of_item()
1073 Ok(Item::Verbatim(verbatim::between(&begin, input))) in parse_rest_of_item()
1103 Ok(Item::Verbatim(verbatim::between(&begin, input))) in parse_rest_of_item()
1288 Ok(Item::Verbatim(verbatim::between(&begin, input))) in parse_macro2()
1865 Ok(ForeignItem::Verbatim(verbatim::between(&begin, input))) in parse()
[all …]
H A Dpath.rs308 use crate::verbatim;
441 let verbatim = verbatim::between(&begin, input); in const_argument() localVariable
442 return Ok(Expr::Verbatim(verbatim)); in const_argument()
H A Dpat.rs260 use crate::verbatim;
468 Ok(Pat::Verbatim(verbatim::between(&begin, input))) in pat_box()
587 Pat::Verbatim(verbatim::between(&begin, input)) in field_pat()
805 Ok(verbatim::between(&begin, input)) in pat_const()
H A Dty.rs294 use crate::verbatim;
574 Type::Verbatim(verbatim::between(&begin, input)) in ambig_ty()
1029 Type::Verbatim(verbatim::between(&begin, input)) in parse_bare_fn_arg()
H A Dlib.rs550 mod verbatim; module
H A Dgenerics.rs537 use crate::verbatim;
793 Ok(TypeParamBound::Verbatim(verbatim::between(&begin, input))) in parse_single()
H A Dexpr.rs1216 use crate::verbatim;
1603 *tokens = verbatim::between(&begin, input); in trailer_expr()
1919 let expr_block = verbatim::between(input, &scan); in atom_expr()
1940 Ok(Expr::Verbatim(verbatim::between(&begin, input))) in expr_builtin()
2501 Ok(Expr::Verbatim(verbatim::between(&begin, input))) in expr_become()
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddiu.txt13 - edid : verbatim EDID data block describing attached display.
/linux/Documentation/devicetree/bindings/display/
H A Dsm501fb.txt16 - edid : verbatim EDID data block describing attached display.
/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h116 bool verbatim; global() member
/linux/Documentation/networking/
H A Dsysfs-tagging.rst7 (Taken almost verbatim from Eric Biederman's netns tagging patch
/linux/LICENSES/deprecated/
H A DGFDL-1.128 Everyone is permitted to copy and distribute verbatim copies
65 Document or a portion of it, either copied verbatim, or with
145 as verbatim copying in other respects.
285 verbatim copying of each of the documents in all other respects.
290 other respects regarding verbatim copying of that document.
H A DGFDL-1.227 Everyone is permitted to copy and distribute verbatim copies
68 Document or a portion of it, either copied verbatim, or with
171 as verbatim copying in other respects.
312 verbatim copying of each of the documents in all other respects.
317 other respects regarding verbatim copying of that document.
H A DGPL-1.019 Everyone is permitted to copy and distribute verbatim copies
71 Program or a portion of it, either verbatim or with modifications. Each
74 1. You may copy and distribute verbatim copies of the Program's source
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c429 if (!pkt_stream->verbatim) { in pkt_nb_frags()
654 u32 nb_frames, bool verbatim) in __pkt_stream_generate_custom() argument
668 if (verbatim) { in __pkt_stream_generate_custom()
700 pkt_stream->verbatim = verbatim; in __pkt_stream_generate_custom()
1233 if (pkt_stream->verbatim) { in __send_pkts()
1253 if (pkt_stream->verbatim) in __send_pkts()
/linux/Documentation/userspace-api/media/
H A Dfdl-appendix.rst55 Document or a portion of it, either copied verbatim, or with
158 treated as verbatim copying in other respects.
356 provided that you follow the rules of this License for verbatim copying
362 other respects regarding verbatim copying of that document.
/linux/tools/usb/usbip/
H A DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
68 either verbatim or with modifications and/or translated into another
79 1. You may copy and distribute verbatim copies of the Program's
/linux/LICENSES/preferred/
H A DGPL-2.025 Everyone is permitted to copy and distribute verbatim copies
87 either verbatim or with modifications and/or translated into another
98 1. You may copy and distribute verbatim copies of the Program's
H A DLGPL-2.021 Everyone is permitted to copy and distribute verbatim copies of this
132 verbatim or with modifications and/or translated straightforwardly into
150 1. You may copy and distribute verbatim copies of the Library's complete
H A DLGPL-2.127 Everyone is permitted to copy and distribute verbatim copies of this
148 verbatim or with modifications and/or translated straightforwardly into
166 1. You may copy and distribute verbatim copies of the Library's complete
/linux/fs/cramfs/
H A DREADME56 The block data is not compressed and should be copied verbatim.
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst180 In Make, some functions treat commas verbatim instead of argument separators.
/linux/Documentation/watchdog/
H A Dwatchdog-api.rst11 Some parts of this document are copied verbatim from the sbc60xxwdt

12