get_char() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

get_char() function

Returns the unicode character at the given offset, or -1 if none.

Syntax

static int get_char(struct current *current,     int pos);

Arguments

current

pos

References

LocationReferrerText
linenoise.c:1061
static int get_char(struct current *current, int pos)
linenoise.c:1938linenoiseEdit()
while (pos > 0 && get_char(current, pos - 1) == ' ') {
linenoise.c:1943linenoiseEdit()
while (pos > 0 && get_char(current, pos - 1) != ' ') {
linenoise.c:1956linenoiseEdit()
c = get_char(current, current->pos - fixer);

Call Tree

Functions calling get_char()
Functions called by get_char()
all items filtered out
get_char()
all items filtered out
Data read by get_char()
get_char()::c
get_char()::i
all items filtered out
get_char()