Searched refs:last_puts_char (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c786 * The tricks with NO_EOL_CHAR and last_puts_char are there to emulate gnu sed.
798 static void puts_maybe_newline(char *s, FILE *file, char *last_puts_char, char last_gets_char) argument
800 char lpc = *last_puts_char;
829 *last_puts_char = lpc;
832 #define sed_puts(s, n) (puts_maybe_newline(s, G.nonstdout, &last_puts_char, n))
848 char last_puts_char = '\n'; local

Completed in 103 milliseconds