OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linestack_insert
(Results
1 - 2
of
2
) sorted by null
/external/toybox/lib/
linestack.c
36
void
linestack_insert
(struct linestack **lls, long pos, char *line, long len)
function
54
linestack_insert
(lls, (*lls)->len, line, strlen(line));
72
linestack_insert
(&ls, ls->len, line, len);
lib.h
218
void
linestack_insert
(struct linestack **lls, long pos, char *line, long len);
Completed in 118 milliseconds