Home
last modified time | relevance | path

Searched refs:got_selection (Results 1 – 3 of 3) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-select.c415 bool got_selection; in add_selection_or_region() local
416 got_selection = ((reg == 0) && (selection_is_active())); in add_selection_or_region()
417 if (got_selection) in add_selection_or_region()
427 (got_selection) ? "selection" : "region", in add_selection_or_region()
488 bool got_selection; in insert_selection_or_region() local
489 got_selection = ((reg == 0) && (selection_is_active())); in insert_selection_or_region()
490 if (got_selection) in insert_selection_or_region()
500 (got_selection) ? "selection" : "region", in insert_selection_or_region()
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/client_examples/
H A DSDLvncviewer.c420 static void got_selection(rfbClient *cl, const char *text, int len) in got_selection() function
496 cl->GotXCutText = got_selection; in main()
/dports/devel/p5-GraphQL/GraphQL-0.52/lib/GraphQL/Language/
H A DReceiver.pm295 method got_selection (Any $param = undef) {