OpenOCD
reverseIncrementalSearch()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
reverseIncrementalSearch()
reverseIncrementalSearch() function
Returns the keycode to process, or 0 if none.
Syntax
Show:
Summary
Declaration
from
linenoise.c:1741
static
int
reverseIncrementalSearch
(
struct
current
*
current
)
;
Arguments
Argument
current
Related Functions
Found 33 other functions taking a
current
argument:
Function
Description
refreshStart()
refreshEnd()
refreshStartChars()
refreshNewline()
refreshEndChars()
enableRawMode()
disableRawMode()
cursorToLeft()
flushOutput()
refreshLine()
set_current()
remove_char()
Removes the char at 'pos'. Returns 1 if the line needs to be refreshed, 2 if not and 0 if nothing was removed
insert_char()
Insert 'ch' at position 'pos' Returns 1 if the line needs to be refreshed, 2 if not and 0 if nothing was inserted (no room)
capture_chars()
Captures up to 'n' characters starting at 'pos' for the cut buffer. This replaces any existing characters in the cut buffer.
remove_chars()
Removes up to 'n' characters at cursor position 'pos'. Returns 0 if no chars were removed or non-zero otherwise.
insert_chars()
Inserts the characters (string) 'chars' at the cursor position 'pos'. Returns 0 if no chars were inserted or non-zero otherwise.
linenoiseEdit()
outputChars()
outputNewline()
setOutputHighlight()
eraseEol()
setCursorXY()
setCursorPos()
cursorUp()
cursorDown()
fd_read()
getWindowSize()
clearOutputHighlight()
outputControlChar()
get_char()
Returns the unicode character at the given offset, or -1 if none.
completeLine()
refreshShowHints()
refreshLineAlt()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out