Home
last modified time | relevance | path

Searched refs:TAG_HOTKEY (Results 1 – 5 of 5) sorted by relevance

/dports/devel/rlwrap/rlwrap-0.45.2/filters/
H A DRlwrapFilter.pm30 use constant TAG_HOTKEY => 5; constant
136 } elsif ($tag == TAG_HOTKEY and $self -> hotkey_handler) {
206 or ($tag == TAG_HOTKEY and $self -> hotkey_handler)
H A Drlwrapfilter.py57 TAG_HOTKEY = 5 variable
519 TAG_HOTKEY : self.hotkey_handler,
608 elif (tag == TAG_HOTKEY):
/dports/devel/rlwrap/rlwrap-0.45.2/src/
H A Dfilter.c348 case TAG_HOTKEY: return "HOTKEY"; in tag2description()
H A Drlwrap.h500 #define TAG_HOTKEY 5 macro
H A Dreadline.c762 filtered= pass_through_filter(TAG_HOTKEY, filter_food); in handle_hotkey2()