MCPcopy Create free account

hub / github.com/AmokHuginnsson/replxx / functions

Functions506 in github.com/AmokHuginnsson/replxx

↓ 1 callersFunctionlongest_common_prefix
src/replxx_impl.cxx:1046
↓ 1 callersFunctionmk_is_wide_char
src/wcwidth.cpp:126
↓ 1 callersFunctionmk_wcwidth
src/wcwidth.cpp:168
↓ 1 callersMethodnext_yank_position
src/history.cxx:265
↓ 1 callersFunctionparseArgs
( self, func, argv )
tests.py:3131
↓ 1 callersMethodread_char
src/replxx_impl.cxx:407
↓ 1 callersMethodread_verbatim
src/terminal.cxx:751
↓ 1 callersFunctionreplxx_add_completion
src/replxx.cxx:533
↓ 1 callersFunctionreplxx_add_hint
src/replxx.cxx:529
↓ 1 callersFunctionreplxx_debug_dump_print_codes
src/replxx.cxx:674
↓ 1 callersFunctionreplxx_disable_bracketed_paste
src/replxx.cxx:611
↓ 1 callersFunctionreplxx_end
src/replxx.cxx:343
↓ 1 callersFunctionreplxx_get_state
src/replxx.cxx:381
↓ 1 callersFunctionreplxx_history_add
src/replxx.cxx:541
↓ 1 callersFunctionreplxx_history_load
Load the history from the specified file. If the file does not exist * zero is returned and no operation is performed. * * If the file exists and t
src/replxx.cxx:655
↓ 1 callersFunctionreplxx_history_save
Save the history in the specified file. On success 0 is returned * otherwise -1 is returned. */
src/replxx.cxx:645
↓ 1 callersFunctionreplxx_history_scan_next
src/replxx.cxx:625
↓ 1 callersFunctionreplxx_history_scan_start
src/replxx.cxx:616
↓ 1 callersFunctionreplxx_history_scan_stop
src/replxx.cxx:621
↓ 1 callersFunctionreplxx_history_size
src/replxx.cxx:665
↓ 1 callersFunctionreplxx_init
src/replxx.cxx:338
↓ 1 callersFunctionreplxx_input
* replxx_input is a readline replacement. * * call it with a prompt to display and it will return a line of input from the * user * * @param prom
src/replxx.cxx:416
↓ 1 callersFunctionreplxx_install_window_change_handler
src/replxx.cxx:705
↓ 1 callersFunctionreplxx_invoke
src/replxx.cxx:357
↓ 1 callersFunctionreplxx_set_beep_on_ambiguous_completion
src/replxx.cxx:591
↓ 1 callersFunctionreplxx_set_complete_on_empty
src/replxx.cxx:576
↓ 1 callersFunctionreplxx_set_completion_callback
Register a callback function to be called for tab-completion. */
src/replxx.cxx:486
↓ 1 callersFunctionreplxx_set_completion_count_cutoff
src/replxx.cxx:561
↓ 1 callersFunctionreplxx_set_double_tab_completion
src/replxx.cxx:571
↓ 1 callersFunctionreplxx_set_highlighter_callback
src/replxx.cxx:512
↓ 1 callersFunctionreplxx_set_hint_callback
src/replxx.cxx:524
↓ 1 callersFunctionreplxx_set_hint_delay
src/replxx.cxx:556
↓ 1 callersFunctionreplxx_set_immediate_completion
src/replxx.cxx:596
↓ 1 callersFunctionreplxx_set_indent_multiline
src/replxx.cxx:586
↓ 1 callersFunctionreplxx_set_max_hint_rows
src/replxx.cxx:551
↓ 1 callersFunctionreplxx_set_max_history_size
src/replxx.cxx:546
↓ 1 callersFunctionreplxx_set_modify_callback
src/replxx.cxx:474
↓ 1 callersFunctionreplxx_set_no_color
src/replxx.cxx:581
↓ 1 callersFunctionreplxx_set_preload_buffer
* replxx_set_preload_buffer provides text to be inserted into the command buffer * * the provided text will be processed to be usable and will be us
src/replxx.cxx:401
↓ 1 callersFunctionreplxx_set_state
src/replxx.cxx:388
↓ 1 callersFunctionreplxx_set_word_break_characters
src/replxx.cxx:566
↓ 1 callersMethodreset_raw_mode
src/terminal.cxx:259
↓ 1 callersMethodreset_yank_iterator
src/history.cxx:261
↓ 1 callersMethodrun
examples/cxx-api.cxx:50
↓ 1 callersMethodsave_pos
src/history.cxx:298
↓ 1 callersMethodscan
src/history.cxx:72
↓ 1 callersMethodset_immediate_completion
src/replxx.cxx:221
↓ 1 callersMethodset_max_size
src/history.cxx:254
↓ 1 callersMethodset_preload_buffer
src/replxx.cxx:189
↓ 1 callersMethodset_state
src/replxx.cxx:265
↓ 1 callersMethodset_unique_history
src/replxx.cxx:225
↓ 1 callersFunctionsplit
examples/c-api.c:114
↓ 1 callersMethodstart
examples/cxx-api.cxx:42
↓ 1 callersMethodstop
examples/cxx-api.cxx:46
↓ 1 callersMethodwait_for_input
src/terminal.cxx:563
↓ 1 callersFunctionwin_write
src/windows.cxx:100
MethodDynamicPrompt
src/prompt.cxx:74
MethodFileLock
src/history.cxx:109
MethodHistory
src/history.cxx:76
MethodHistoryScan
src/history.cxx:32
MethodHistoryScanImpl
src/history.cxx:40
MethodIOModeGuard
src/replxx_impl.cxx:131
MethodPrompt
src/prompt.cxx:25
MethodReplxx
src/replxx.cxx:129
MethodReplxxImpl
src/replxx_impl.cxx:144
MethodTick
examples/cxx-api.cxx:32
FunctionWindowSizeChanged
src/terminal.cxx:75
Methodabort_line
ctrl-C, abort this line
src/replxx_impl.cxx:1738
Methodaction
src/replxx_impl.cxx:1358
Methodbackspace_character
backspace/ctrl-H, delete char to left of cursor
src/replxx_impl.cxx:1770
Methodbind_key
src/replxx_impl.cxx:380
Methodbind_key_internal
src/replxx_impl.cxx:384
FunctionbracketPasteFinishKeyRoutine
src/escape.cxx:121
FunctionbracketPasteStartKeyRoutine
src/escape.cxx:118
Methodbracketed_paste
src/replxx_impl.cxx:2297
Methodcall_completer
src/replxx_impl.cxx:502
Methodcall_hinter
src/replxx_impl.cxx:516
Methodcall_modify_callback
src/replxx_impl.cxx:483
Methodcapitalize_word
src/replxx_impl.cxx:1664
Methodclear_screen
* Clear the screen ONLY (no redisplay of anything) */
src/terminal.cxx:679
Methodclear_self_to_end_of_screen
src/replxx_impl.cxx:1038
FunctioncolorHook
examples/c-api.c:65
Methodcommit_line
ctrl-M/return/enter, accept line
src/replxx_impl.cxx:1780
Methodcommon_prefix_search
Alt-P, reverse history search for prefix Alt-P, reverse history search for prefix Alt-N, forward history search for prefix Alt-N, forward history sear
src/replxx_impl.cxx:2056
Methodcommon_prefix_search
src/history.cxx:306
Methodcomplete
src/replxx_impl.cxx:2014
Methodcomplete_line
src/replxx_impl.cxx:1997
Methodcomplete_next
src/replxx_impl.cxx:2044
Methodcomplete_previous
src/replxx_impl.cxx:2048
FunctioncompletionHook
examples/c-api.c:36
Functioncompletions_fwd
src/replxx.cxx:479
Methodcontext_length
src/replxx_impl.cxx:1019
FunctioncopyString32to8
src/conversion.cxx:76
FunctionctrlDownArrowKeyRoutine
src/escape.cxx:109
FunctionctrlLeftArrowKeyRoutine
src/escape.cxx:115
FunctionctrlRightArrowKeyRoutine
src/escape.cxx:112
FunctionctrlUpArrowKeyRoutine
key labeled Delete
src/escape.cxx:106
FunctiondeleteCharRoutine
src/escape.cxx:97
FunctiondeleteKeyRoutine
key labeled Delete
src/escape.cxx:103
Functiondelete_ReplxxHistoryScanImpl
src/history.cxx:24
← previousnext →101–200 of 506, ranked by callers