MCPcopy Create free account

hub / github.com/AmokHuginnsson/replxx / functions

Functions506 in github.com/AmokHuginnsson/replxx

Functiondelete_ReplxxImpl
src/replxx.cxx:124
Methoddelete_character
DEL, delete the character under the cursor
src/replxx_impl.cxx:1751
Methoddisable_bracketed_paste
src/terminal.cxx:206
Methoddisable_bracketed_paste
src/replxx_impl.cxx:672
Methoddisable_out
src/terminal.cxx:192
Methoddo_complete_line
* Handle command completion, using a completionCallback() routine to provide * possible substitutions * This routine handles the mechanics of updati
src/replxx_impl.cxx:1082
Methoddo_load
src/history.cxx:197
FunctiondownArrowKeyRoutine
src/escape.cxx:67
Methoddynamic_refresh
* Display the dynamic incremental search prompt and the current user input * line. * @param pi Prompt struct holding information about the prompt
src/replxx_impl.cxx:2435
Methodemulate_key_press
src/replxx_impl.cxx:591
Methodenable_bracketed_paste
src/terminal.cxx:201
Methodenable_bracketed_paste
src/replxx_impl.cxx:664
Methodenable_out
src/terminal.cxx:183
FunctionendKeyRoutine
src/escape.cxx:77
FunctionescLeftBracket0Routine
Handle ESC [ <digit> escape sequences
src/escape.cxx:764
FunctionescLeftBracket15Routine
src/escape.cxx:232
FunctionescLeftBracket15Semicolon2Routine
src/escape.cxx:193
FunctionescLeftBracket15Semicolon5Routine
src/escape.cxx:207
FunctionescLeftBracket15SemicolonRoutine
src/escape.cxx:220
FunctionescLeftBracket17Routine
src/escape.cxx:284
FunctionescLeftBracket17Semicolon2Routine
src/escape.cxx:245
FunctionescLeftBracket17Semicolon5Routine
src/escape.cxx:259
FunctionescLeftBracket17SemicolonRoutine
src/escape.cxx:272
FunctionescLeftBracket18Routine
src/escape.cxx:336
FunctionescLeftBracket18Semicolon2Routine
src/escape.cxx:297
FunctionescLeftBracket18Semicolon5Routine
src/escape.cxx:311
FunctionescLeftBracket18SemicolonRoutine
src/escape.cxx:324
FunctionescLeftBracket19Routine
src/escape.cxx:388
FunctionescLeftBracket19Semicolon2Routine
src/escape.cxx:349
FunctionescLeftBracket19Semicolon5Routine
src/escape.cxx:363
FunctionescLeftBracket19SemicolonRoutine
src/escape.cxx:376
FunctionescLeftBracket1Routine
src/escape.cxx:767
FunctionescLeftBracket1Semicolon2Routine
Handle ESC [ 1 ; <more stuff> escape sequences
src/escape.cxx:150
FunctionescLeftBracket1Semicolon3Routine
src/escape.cxx:156
FunctionescLeftBracket1Semicolon5Routine
src/escape.cxx:162
FunctionescLeftBracket1SemicolonRoutine
Handle ESC [ 1 ; <more stuff> escape sequences
src/escape.cxx:180
FunctionescLeftBracket200Routine
src/escape.cxx:457
FunctionescLeftBracket201Routine
src/escape.cxx:469
FunctionescLeftBracket20Routine
src/escape.cxx:481
FunctionescLeftBracket20Semicolon2Routine
src/escape.cxx:418
FunctionescLeftBracket20Semicolon5Routine
src/escape.cxx:432
FunctionescLeftBracket20SemicolonRoutine
src/escape.cxx:445
FunctionescLeftBracket21Routine
src/escape.cxx:533
FunctionescLeftBracket21Semicolon2Routine
src/escape.cxx:494
FunctionescLeftBracket21Semicolon5Routine
src/escape.cxx:508
FunctionescLeftBracket21SemicolonRoutine
src/escape.cxx:521
FunctionescLeftBracket23Routine
src/escape.cxx:585
FunctionescLeftBracket23Semicolon2Routine
src/escape.cxx:546
FunctionescLeftBracket23Semicolon5Routine
src/escape.cxx:560
FunctionescLeftBracket23SemicolonRoutine
src/escape.cxx:573
FunctionescLeftBracket24Routine
src/escape.cxx:637
FunctionescLeftBracket24Semicolon2Routine
src/escape.cxx:598
FunctionescLeftBracket24Semicolon5Routine
src/escape.cxx:612
FunctionescLeftBracket24SemicolonRoutine
src/escape.cxx:625
FunctionescLeftBracket2Routine
src/escape.cxx:772
FunctionescLeftBracket3Routine
src/escape.cxx:777
FunctionescLeftBracket4Routine
src/escape.cxx:782
FunctionescLeftBracket5Routine
src/escape.cxx:787
FunctionescLeftBracket5Semicolon5Routine
src/escape.cxx:684
FunctionescLeftBracket5SemicolonRoutine
src/escape.cxx:697
FunctionescLeftBracket6Routine
src/escape.cxx:792
FunctionescLeftBracket6Semicolon5Routine
src/escape.cxx:718
FunctionescLeftBracket6SemicolonRoutine
src/escape.cxx:731
FunctionescLeftBracket7Routine
src/escape.cxx:797
FunctionescLeftBracket8Routine
src/escape.cxx:802
FunctionescLeftBracket9Routine
src/escape.cxx:807
FunctionescLeftBracketRoutine
Initial ESC dispatch -- could be a Meta prefix or the start of an escape sequence
src/escape.cxx:840
FunctionescORoutine
src/escape.cxx:845
FunctionescRoutine
Initial dispatch -- we are not in the middle of anything yet
src/escape.cxx:858
Functionf10KeyRoutine
src/escape.cxx:88
Functionf11KeyRoutine
src/escape.cxx:89
Functionf12KeyRoutine
src/escape.cxx:90
Functionf1KeyRoutine
src/escape.cxx:79
Functionf2KeyRoutine
src/escape.cxx:80
Functionf3KeyRoutine
src/escape.cxx:81
Functionf4KeyRoutine
src/escape.cxx:82
Functionf5KeyRoutine
src/escape.cxx:83
Functionf6KeyRoutine
src/escape.cxx:84
Functionf7KeyRoutine
src/escape.cxx:85
Functionf8KeyRoutine
src/escape.cxx:86
Functionf9KeyRoutine
src/escape.cxx:87
Methodfinalize_input
src/replxx_impl.cxx:642
Methodget_input_line
src/replxx_impl.cxx:1300
Methodget_state
src/replxx_impl.cxx:394
Methodgo_to_begining_of_line
ctrl-A, HOME: move cursor to start of line
src/replxx_impl.cxx:1446
Methodgo_to_end_of_line
src/replxx_impl.cxx:1458
Methodhandle_hints
src/replxx_impl.cxx:789
Functionhighlighter_fwd
src/replxx.cxx:491
FunctionhintHook
examples/c-api.c:50
Methodhint_move
src/replxx_impl.cxx:1957
Methodhint_next
src/replxx_impl.cxx:1949
Methodhint_previous
src/replxx_impl.cxx:1953
Functionhints_fwd
src/replxx.cxx:517
Methodhistory_add
src/replxx_impl.cxx:2322
Methodhistory_clear
src/replxx_impl.cxx:2346
Methodhistory_first
meta-<, beginning of history Page Up, beginning of history
src/replxx_impl.cxx:1903
Methodhistory_jump
src/replxx_impl.cxx:1933
Methodhistory_last
meta->, end of history Page Down, end of history
src/replxx_impl.cxx:1919
Methodhistory_load
src/replxx_impl.cxx:2338
Methodhistory_move
src/replxx_impl.cxx:1883
← previousnext →201–300 of 506, ranked by callers