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

capture_chars() function

Captures up to 'n' characters starting at 'pos' for the cut buffer. This replaces any existing characters in the cut buffer.

Syntax

static void capture_chars(struct current *current,     int pos,     int nchars);

Arguments

current

pos

nchars

References

LocationReferrerText
linenoise.c:1681
static void capture_chars(struct current *current, int pos, int nchars)
linenoise.c:1709remove_chars()
capture_chars(current, pos, n);

Call Tree

Functions calling capture_chars()
Functions called by capture_chars()
all items filtered out
capture_chars()
Data read by capture_chars()
Data written by capture_chars()
capture_chars()::offset
capture_chars()::nbytes
all items filtered out
capture_chars()
all items filtered out