OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linestack_addstack
(Results
1 - 2
of
2
) sorted by null
/external/toybox/lib/
linestack.c
5
void
linestack_addstack
(struct linestack **lls, struct linestack *throw,
function
11
if (pos > catch->len) error_exit("
linestack_addstack
past end.");
49
linestack_addstack
(lls, &ls.ls, pos);
lib.h
216
void
linestack_addstack
(struct linestack **lls, struct linestack *throw,
Completed in 2984 milliseconds