OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyoutbuf
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
output.h
60
void
emptyoutbuf
(struct output *);
76
#define outc(c, file) (--(file)->nleft < 0? (
emptyoutbuf
(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
output.c
147
emptyoutbuf
(struct output *dest)
function
Completed in 631 milliseconds