Home
last modified time | relevance | path

Searched refs:pasted (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/tty/vt/
H A Dselection.c400 int pasted = 0; in paste_selection() local
417 while (vc_sel.buffer && vc_sel.buf_len > pasted) { in paste_selection()
430 count = vc_sel.buf_len - pasted; in paste_selection()
431 count = tty_ldisc_receive_buf(ld, vc_sel.buffer + pasted, NULL, in paste_selection()
433 pasted += count; in paste_selection()
/linux-6.15/rust/macros/
H A Dpaste.rs62 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat() localVariable
63 TokenTree::Ident(Ident::new(&pasted, group_span)) in concat()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsdm845-lg-common.dtsi564 * TODO: copy-pasted from mtp, try other values
/linux-6.15/Documentation/networking/
H A Dsnmp_counter.rst316 This counter is explained by kernel commit f19c29e3e391, I pasted the
326 This counter is explained by kernel commit f19c29e3e391, I pasted the
334 This counter is explained by kernel commit f19c29e3e391, I pasted the
417 code provides a good explanation of them, I pasted them below::
/linux-6.15/Documentation/dev-tools/kunit/
H A Dusage.rst553 // This is copy-pasted from above.
/linux-6.15/Documentation/dev-tools/
H A Dcheckpatch.rst598 pasted in an email program with word wrapping enabled).
/linux-6.15/Documentation/admin-guide/
H A Dspkguide.txt839 key, while you type the keypad slash character. The url will be pasted
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2347 had separate copy-pasted implementations for each btree type.