current::colsright is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

current::colsright field

Syntax

int colsright;

References

LocationReferrerText
linenoise.c:482
int colsright; /* refreshLine() cached cols for insert_char() optimisation */
linenoise.c:1525refreshLineAlt()
current->colsright = current->cols - displaycol;
linenoise.c:1530refreshLineAlt()
current->colsright = 0;
linenoise.c:1599remove_char()
current->colsright++;
linenoise.c:1610remove_char()
if (refreshShowHints(current, sb_str(current->buf), current->colsright, 0)) {
linenoise.c:1650insert_char()
if (current->colsright > width) {
linenoise.c:1652insert_char()
current->colsright -= width;
linenoise.c:1662insert_char()
if (refreshShowHints(current, sb_str(current->buf), current->colsright, 0)) {

Data Use

Functions writing current::colsright
Functions reading current::colsright
current::colsright
all items filtered out