Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmokHuginnsson/replxx
/ functions
Functions
506 in github.com/AmokHuginnsson/replxx
⨍
Functions
506
◇
Types & classes
16
↓ 1 callers
Function
longest_common_prefix
src/replxx_impl.cxx:1046
↓ 1 callers
Function
mk_is_wide_char
src/wcwidth.cpp:126
↓ 1 callers
Function
mk_wcwidth
src/wcwidth.cpp:168
↓ 1 callers
Method
next_yank_position
src/history.cxx:265
↓ 1 callers
Function
parseArgs
( self, func, argv )
tests.py:3131
↓ 1 callers
Method
read_char
src/replxx_impl.cxx:407
↓ 1 callers
Method
read_verbatim
src/terminal.cxx:751
↓ 1 callers
Function
replxx_add_completion
src/replxx.cxx:533
↓ 1 callers
Function
replxx_add_hint
src/replxx.cxx:529
↓ 1 callers
Function
replxx_debug_dump_print_codes
src/replxx.cxx:674
↓ 1 callers
Function
replxx_disable_bracketed_paste
src/replxx.cxx:611
↓ 1 callers
Function
replxx_end
src/replxx.cxx:343
↓ 1 callers
Function
replxx_get_state
src/replxx.cxx:381
↓ 1 callers
Function
replxx_history_add
src/replxx.cxx:541
↓ 1 callers
Function
replxx_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 callers
Function
replxx_history_save
Save the history in the specified file. On success 0 is returned * otherwise -1 is returned. */
src/replxx.cxx:645
↓ 1 callers
Function
replxx_history_scan_next
src/replxx.cxx:625
↓ 1 callers
Function
replxx_history_scan_start
src/replxx.cxx:616
↓ 1 callers
Function
replxx_history_scan_stop
src/replxx.cxx:621
↓ 1 callers
Function
replxx_history_size
src/replxx.cxx:665
↓ 1 callers
Function
replxx_init
src/replxx.cxx:338
↓ 1 callers
Function
replxx_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 callers
Function
replxx_install_window_change_handler
src/replxx.cxx:705
↓ 1 callers
Function
replxx_invoke
src/replxx.cxx:357
↓ 1 callers
Function
replxx_set_beep_on_ambiguous_completion
src/replxx.cxx:591
↓ 1 callers
Function
replxx_set_complete_on_empty
src/replxx.cxx:576
↓ 1 callers
Function
replxx_set_completion_callback
Register a callback function to be called for tab-completion. */
src/replxx.cxx:486
↓ 1 callers
Function
replxx_set_completion_count_cutoff
src/replxx.cxx:561
↓ 1 callers
Function
replxx_set_double_tab_completion
src/replxx.cxx:571
↓ 1 callers
Function
replxx_set_highlighter_callback
src/replxx.cxx:512
↓ 1 callers
Function
replxx_set_hint_callback
src/replxx.cxx:524
↓ 1 callers
Function
replxx_set_hint_delay
src/replxx.cxx:556
↓ 1 callers
Function
replxx_set_immediate_completion
src/replxx.cxx:596
↓ 1 callers
Function
replxx_set_indent_multiline
src/replxx.cxx:586
↓ 1 callers
Function
replxx_set_max_hint_rows
src/replxx.cxx:551
↓ 1 callers
Function
replxx_set_max_history_size
src/replxx.cxx:546
↓ 1 callers
Function
replxx_set_modify_callback
src/replxx.cxx:474
↓ 1 callers
Function
replxx_set_no_color
src/replxx.cxx:581
↓ 1 callers
Function
replxx_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 callers
Function
replxx_set_state
src/replxx.cxx:388
↓ 1 callers
Function
replxx_set_word_break_characters
src/replxx.cxx:566
↓ 1 callers
Method
reset_raw_mode
src/terminal.cxx:259
↓ 1 callers
Method
reset_yank_iterator
src/history.cxx:261
↓ 1 callers
Method
run
examples/cxx-api.cxx:50
↓ 1 callers
Method
save_pos
src/history.cxx:298
↓ 1 callers
Method
scan
src/history.cxx:72
↓ 1 callers
Method
set_immediate_completion
src/replxx.cxx:221
↓ 1 callers
Method
set_max_size
src/history.cxx:254
↓ 1 callers
Method
set_preload_buffer
src/replxx.cxx:189
↓ 1 callers
Method
set_state
src/replxx.cxx:265
↓ 1 callers
Method
set_unique_history
src/replxx.cxx:225
↓ 1 callers
Function
split
examples/c-api.c:114
↓ 1 callers
Method
start
examples/cxx-api.cxx:42
↓ 1 callers
Method
stop
examples/cxx-api.cxx:46
↓ 1 callers
Method
wait_for_input
src/terminal.cxx:563
↓ 1 callers
Function
win_write
src/windows.cxx:100
Method
DynamicPrompt
src/prompt.cxx:74
Method
FileLock
src/history.cxx:109
Method
History
src/history.cxx:76
Method
HistoryScan
src/history.cxx:32
Method
HistoryScanImpl
src/history.cxx:40
Method
IOModeGuard
src/replxx_impl.cxx:131
Method
Prompt
src/prompt.cxx:25
Method
Replxx
src/replxx.cxx:129
Method
ReplxxImpl
src/replxx_impl.cxx:144
Method
Tick
examples/cxx-api.cxx:32
Function
WindowSizeChanged
src/terminal.cxx:75
Method
abort_line
ctrl-C, abort this line
src/replxx_impl.cxx:1738
Method
action
src/replxx_impl.cxx:1358
Method
backspace_character
backspace/ctrl-H, delete char to left of cursor
src/replxx_impl.cxx:1770
Method
bind_key
src/replxx_impl.cxx:380
Method
bind_key_internal
src/replxx_impl.cxx:384
Function
bracketPasteFinishKeyRoutine
src/escape.cxx:121
Function
bracketPasteStartKeyRoutine
src/escape.cxx:118
Method
bracketed_paste
src/replxx_impl.cxx:2297
Method
call_completer
src/replxx_impl.cxx:502
Method
call_hinter
src/replxx_impl.cxx:516
Method
call_modify_callback
src/replxx_impl.cxx:483
Method
capitalize_word
src/replxx_impl.cxx:1664
Method
clear_screen
* Clear the screen ONLY (no redisplay of anything) */
src/terminal.cxx:679
Method
clear_self_to_end_of_screen
src/replxx_impl.cxx:1038
Function
colorHook
examples/c-api.c:65
Method
commit_line
ctrl-M/return/enter, accept line
src/replxx_impl.cxx:1780
Method
common_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
Method
common_prefix_search
src/history.cxx:306
Method
complete
src/replxx_impl.cxx:2014
Method
complete_line
src/replxx_impl.cxx:1997
Method
complete_next
src/replxx_impl.cxx:2044
Method
complete_previous
src/replxx_impl.cxx:2048
Function
completionHook
examples/c-api.c:36
Function
completions_fwd
src/replxx.cxx:479
Method
context_length
src/replxx_impl.cxx:1019
Function
copyString32to8
src/conversion.cxx:76
Function
ctrlDownArrowKeyRoutine
src/escape.cxx:109
Function
ctrlLeftArrowKeyRoutine
src/escape.cxx:115
Function
ctrlRightArrowKeyRoutine
src/escape.cxx:112
Function
ctrlUpArrowKeyRoutine
key labeled Delete
src/escape.cxx:106
Function
deleteCharRoutine
src/escape.cxx:97
Function
deleteKeyRoutine
key labeled Delete
src/escape.cxx:103
Function
delete_ReplxxHistoryScanImpl
src/history.cxx:24
← previous
next →
101–200 of 506, ranked by callers