Home
last modified time | relevance | path

Searched defs:wrap_lines (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dcheck.pl851 wrap_lines subroutine
/external/rust/android-crates-io/crates/miette/src/
Dhandler.rs61 pub(crate) wrap_lines: Option<bool>, field
138 pub fn wrap_lines(mut self, wrap_lines: bool) -> Self { in wrap_lines() method
/external/chromium-crossbench/crossbench/helper/
D__init__.py305 def wrap_lines(body: str, width: int = 80, indent: str = "") -> Iterable[str]: function
/external/rust/android-crates-io/crates/miette/src/handlers/
Dgraphical.rs34 pub(crate) wrap_lines: bool, field