Home
last modified time | relevance | path

Searched refs:paste_bytes (Results 1 – 7 of 7) sorted by relevance

/dports/x11/kitty/kitty-0.23.1/kittens/hints/
H A Dmain.py714 w.paste_bytes(text)
722 w.paste_bytes(text + '\r')
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dfast_data_types.pyi1034 def paste_bytes(self, data: bytes) -> None:
1036 paste = paste_bytes
H A Dwindow.py945 def paste_bytes(self, text: Union[str, bytes]) -> None: member in Window
949 self.screen.paste_bytes(text)
H A Dscreen.c3088 paste_bytes(Screen *self, PyObject *bytes) { in paste_bytes() function
3226 MND(paste_bytes, METH_O)
/dports/emulators/bochs/bochs-2.7/iodev/
H A Diodev.h429 void paste_bytes(Bit8u *data, Bit32s length);
H A Ddevices.cc1283 void bx_devices_c::paste_bytes(Bit8u *data, Bit32s length) in paste_bytes() function in bx_devices_c
/dports/emulators/bochs/bochs-2.7/
H A Dplugin.h171 #define DEV_kbd_paste_bytes(bytes, count) (bx_devices.paste_bytes(bytes,count))