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

/haiku/src/add-ons/kernel/file_cache/
H A Dlog.cpp188 char *newline; local
189 while ((newline = strchr(log->launch.args[i], '\n')) != NULL) {
190 *newline = ' ';
/haiku/src/apps/serialconnect/libvterm/src/
H A Dinput.c166 /* Enter is CRLF in newline mode, but just LF in linefeed */
167 if(vt->state->mode.newline)
H A Dvterm_internal.h88 int newline:1; member in struct:VTermState::__anon28
H A Dstate.c376 if(state->mode.newline)
724 state->mode.newline = val;
1643 state->mode.newline = 0;
/haiku/src/apps/mail/
H A DContent.cpp238 // is the tag one of the newline tags?
240 bool newline = false;
244 newline = true;
267 if (newline) {
2140 // insert a newline (and the same number of quotes) after the
2172 // add a newline to every line except for the ones
3181 // include the newline to be part of this line

Completed in 119 milliseconds