Searched refs:roff (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/clap/clap_mangen/src/ |
H A D | lib.rs | 9 pub use roff; 12 use roff::{roman, Roff}; 102 let mut roff = Roff::default(); in render() variables 103 self._render_title(&mut roff); in render() 104 self._render_name_section(&mut roff); in render() 105 self._render_synopsis_section(&mut roff); in render() 106 self._render_description_section(&mut roff); in render() 109 self._render_options_section(&mut roff); in render() 113 self._render_subcommands_section(&mut roff); in render() 117 self._render_extra_section(&mut roff); in render() 133 let mut roff = Roff::default(); render_title() variables 155 let mut roff = Roff::default(); render_name_section() variables 167 let mut roff = Roff::default(); render_synopsis_section() variables 179 let mut roff = Roff::default(); render_description_section() variables 191 let mut roff = Roff::default(); render_options_section() variables 203 let mut roff = Roff::default(); render_subcommands_section() variables 216 let mut roff = Roff::default(); render_extra_section() variables 228 let mut roff = Roff::default(); render_version_section() variables 241 let mut roff = Roff::default(); render_authors_section() variables [all...] |
H A D | render.rs | 2 use roff::{bold, italic, roman, Inline, Roff}; 11 pub(crate) fn about(roff: &mut Roff, cmd: &clap::Command) { 16 roff.text([roman(s)]); 19 pub(crate) fn description(roff: &mut Roff, cmd: &clap::Command) { 23 roff.control("PP", []); 25 roff.text([roman(line)]); 31 pub(crate) fn synopsis(roff: &mut Roff, cmd: &clap::Command) { 86 roff.text(line); 89 pub(crate) fn options(roff: &mut Roff, cmd: &clap::Command) { 121 roff [all...] |
/third_party/backends/backend/ |
H A D | hp5400_internal.c | 500 p->roff = 0; in CircBufferInit() 510 p->roff += 0; in CircBufferInit() 517 p->roff -= p->linelength * iMisAlignment * 2; in CircBufferInit() 531 p->linelength, p->linelength, p->pixels, p->pixels, p->roff, p->roff, in CircBufferInit() 546 if (p->roff > maxoff) in CircBufferGetLine() 547 maxoff = p->roff; in CircBufferGetLine() 613 char *itR = (char *) (buftmp + p->bufstart + p->roff); in CircBufferGetLine() 629 short *itR = (short *) (buftmp + p->bufstart + p->roff); in CircBufferGetLine() 638 *((short *) (p->buffer + p->bufstart + p->roff in CircBufferGetLine() [all...] |
H A D | hp5400.h | 82 int roff, goff, boff; /* Offset into buffer of rows to be copied *next* */ member
|
H A D | umax1220u-common.c | 1804 yoff_scale = 8 => roff = 5 * w, goff = 1 * w, boff = 0 * w, hextra = 1 in read_raw_strip_color() 1805 yoff_scale = 4 => roff = 8 * w, goff = 4 * w, boff = 0 * w, hextra = 2 in read_raw_strip_color() 1806 yoff_scale = 2 => roff = 14 * w, goff = 7 * w, boff = 0 * w, hextra = 4 in read_raw_strip_color() 1807 yoff_scale = 1 => roff = 26 * w, goff = 13 * w, boff = 0 * w, hextra = 8 in read_raw_strip_color() 2238 const int roff = (8 / yoff_scale * 3 + 2) * scan->w; in UMAX_get_rgb() local 2244 rgb[0] = base[roff]; in UMAX_get_rgb()
|
/third_party/lz4/programs/ |
H A D | Makefile | 67 MD2ROFF_FLAGS = --roff --warnings --manual="User Commands" --organization="lz4 $(LZ4_VERSION)"
|
Completed in 7 milliseconds