Home
last modified time | relevance | path

Searched refs:Paste_avail (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/wscons/
Dwsmoused.h82 extern char Paste_avail; /* flag, to indicate whether a selection is in the
Dwsdisplay.c271 char Paste_avail; variable
919 Paste_avail = 0; in wsdisplayclose()
2333 Paste_avail = 0; in ctrl_event()
2337 Paste_avail = 0; in ctrl_event()
2680 if (!Paste_avail) in mouse_copy_start()
2681 Paste_avail = 1; in mouse_copy_start()
3171 if (Paste_avail) { in mouse_paste()