linenoiseHistoryAddAllocated() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlinenoiseHistoryAddAllocated()

linenoiseHistoryAddAllocated() function

Syntax

int linenoiseHistoryAddAllocated(char *line);

Arguments

line

References

LocationReferrerText
linenoise.c:2148
int linenoiseHistoryAddAllocated(char *line) {
linenoise.c:2175linenoiseHistoryAdd()
return linenoiseHistoryAddAllocated(strdup(line));
linenoise.c:2276linenoiseHistoryLoad()
linenoiseHistoryAddAllocated(buf);

Call Tree

Functions calling linenoiseHistoryAddAllocated()
Functions called by linenoiseHistoryAddAllocated()
linenoiseHistoryAddAllocated()
memmove()
strcmp()
calloc()
free()
all items filtered out
Data read by linenoiseHistoryAddAllocated()
Data written by linenoiseHistoryAddAllocated()
linenoiseHistoryAddAllocated()
all items filtered out