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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp564 wxString newline; local
571 newline = MakeStatLine_1();
572 m_statLine_1->SetLabel ( newline );
574 newMaxLineCount = GetMaxUInt( newline.Length (), newMaxLineCount );
581 newline = MakeStatLine_2();
582 m_statLine_2->SetLabel ( newline );
584 newMaxLineCount = GetMaxUInt( newline.Length (), newMaxLineCount );
590 newline = MakeStatLine_2();
591 m_statLine_2->SetLabel ( newline );
593 newMaxLineCount = GetMaxUInt( newline
1009 wxString newline; local
1045 wxString newline = m_aMuleSig->GetUser () local
1050 wxString newline = m_aMuleSig->GetUser () local
1063 wxString newline = m_aMuleSig->GetUser () local
1089 wxString newline = _( "Total Download: " ) local
1100 wxString newline = _( "Session Download: " ) local
1111 wxString newline = _( "Download: " ) local
1123 wxString newline = _( "Sharing: " ) local
1135 wxString newline = _( "Time: " ) local
1144 wxString newline = wxString::Format ( _( "%.2f kB/s" ), m_aMuleSig->GetSessionMaxDL () ) local
1154 wxString newline = wxString::Format ( _( "%.2f kB/s" ), m_aMuleSig->GetAbsoluteMaxDL() ) local
1165 wxString newline = _( "System Load Average (1-5-15 min): " ) local
1176 wxString newline = _( "System uptime: " ) local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-guile/
H A Dhello.scm16 (newline)
18 (newline)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_io.l15 CSCioReadLine - read bytes that are terminated by a newline
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftpsubs.c75 int newline = 0; /* fillbuf: in middle of newline expansion */ variable
87 newline = 0; /* init crlf flag */
140 if (newline) {
144 newline = 0;
152 newline = 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtail.c88 int newline = 0; local
157 fmt = header_fmt + 1; /* Skip header leading newline on first output. */
177 newline = 0;
215 if (newline + nbuf < count) {
216 newline += nbuf;
223 k = newline + nbuf + extra - count;
233 newline = count - extra;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcpu.h113 #define AS1(x) x*newline*
114 #define AS2(x, y) x, y*newline*
115 #define AS3(x, y, z) x, y, z*newline*
116 #define ASS(x, y, a, b, c, d) x, y, a*64+b*16+c*4+d*newline*
117 #define ASL(x) label##x:*newline*
118 #define ASJ(x, y, z) x label##y*newline*
119 #define ASC(x, y) x label##y*newline*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp29 #define newline wxString(wxT("\n")) macro
70 s = s + newline ;
122 s = wxT("<?xml version=\"1.0\" standalone=\"no\"?>") ; s = s + newline ;
124 s = wxT("<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 20010904//EN\" ") + newline ;
126 s = wxT("\"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\"> ") + newline ;
128 s = wxT("<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" ") + newline;
132 s = wxT("<title>SVG Picture created as ") + wxFileNameFromPath(f) + wxT(" </title>") + newline ;
134 s = wxString (wxT("<desc>Picture generated by wxSVG ")) + wxSVGVersion + wxT(" </desc>")+ newline ;
136 s = wxT("<g style=\"fill:black; stroke:black; stroke-width:1\">") + newline ;
199 s = wxT("<g style = \"stroke-linecap:round;\" > ") + newline ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dcurl-config.in42 --features newline separated list of enabled features
46 --protocols newline separated list of enabled protocols
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c429 size_t newline; local
433 newline = (header_len > 0 && header[header_len - 1] != '\n' ? 1 : 0);
434 result_len = header_len + newline + field_len + 2 + value_len + 1;
437 if (newline)
439 memcpy (result + header_len + newline, field, field_len);
440 *(result + header_len + newline + field_len) = ':';
441 *(result + header_len + newline + field_len + 1) = ' ';
442 memcpy (result + header_len + newline + field_len + 2, value, value_len);
443 *(result + header_len + newline + field_len + 2 + value_len) = '\n';
770 comments should be a multiline string, ending in a newline, o
785 char *newline = strchr (rest, '\\n'); local
840 char *newline = strchr (rest, '\\n'); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Ddbus-daemon.c107 gchar *newline; local
114 newline = strchr (address->str, '\n');
116 if (newline != NULL)
118 g_string_truncate (address, newline - address->str);
H A Ddbus-daemon-eavesdrop.c141 gchar *newline; local
148 newline = strchr (address->str, '\n');
150 if (newline != NULL)
152 g_string_truncate (address, newline - address->str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.h54 * @param newline If a newline should be added to the end of the line.
56 * If newline is false, then no newlines will be at the end of added text,
60 void AddText( const wxString& text, const wxTextAttr& style, bool newline = true );
H A DChatSelector.cpp69 void CChatSession::AddText(const wxString& text, const wxTextAttr& style, bool newline) argument
77 // Check if the last line ended with a newline
91 if ( tokens.HasMoreTokens() || newline ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dphram.c224 char *newline = strrchr(str, '\n'); local
225 if (newline && !newline[1])
226 *newline = 0;
H A Dblock2mtd.c358 char *newline = strrchr(str, '\n'); local
359 if (newline && !newline[1])
360 *newline = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_user.c41 * client writes the version they would like to use, including the newline.
49 * SETN<space><8-char-hex-nodenum><newline>
58 * SETV<space><2-char-hex-major><space><2-char-hex-minor><newline>
73 * DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline>
123 /* SETN<space><8-char-hex-nodenum><newline> */
128 char newline; member in struct:ocfs2_control_message_setn
131 /* SETV<space><2-char-hex-major><space><2-char-hex-minor><newline> */
138 char newline; member in struct:ocfs2_control_message_setv
141 /* DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline> */
148 char newline; member in struct:ocfs2_control_message_down
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c1720 int newline, xxx; local
1733 if (!getword(f, word, &newline, filename))
1735 newline = 1;
1741 while (!newline && getword(f, word, &newline, filename))
1743 if (!newline)
1751 newline = 0;
1760 if (!getword(f, word, &newline, filename))
1762 if (newline)
1780 if (!getword(f, word, &newline, filenam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.cxx264 const char *newline; local
270 while ((newline = strchr(look, '\n')) != NULL) {
271 look = newline + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h160 bit 6 - previous was newline, current isn't
161 bit 5 - previous wasn't newline, current is
162 bit 4 - neither previous nor current is a newline
172 was a newline, currn is true if the lookahead character is a newline.
225 char newline; /* True if previous state matched newline. */ member in struct:__anon6650
H A Ddfa.c1458 state. Newline and letter tell whether we got here on a newline or
1461 state_index (struct dfa *d, position_set const *s, int newline, int letter) argument
1467 newline = newline ? 1 : 0;
1477 || newline != d->states[i].newline || letter != d->states[i].letter)
1493 d->states[i].newline = newline;
1506 if (SUCCEEDS_IN_CONTEXT(constraint, newline, 0, letter, 0)
1507 || SUCCEEDS_IN_CONTEXT(constraint, newline,
1925 static charclass newline; /* Set of characters that aren't newline. */ local
2403 int newline = 0; local
2454 int newline = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-acm.c844 struct usb_cdc_line_coding newline; local
850 newline.dwDTERate = cpu_to_le32(tty_get_baud_rate(tty));
851 newline.bCharFormat = termios->c_cflag & CSTOPB ? 2 : 0;
852 newline.bParityType = termios->c_cflag & PARENB ?
855 newline.bDataBits = acm_tty_size[(termios->c_cflag & CSIZE) >> 4];
858 if (!newline.dwDTERate) {
859 newline.dwDTERate = acm->line.dwDTERate;
867 if (memcmp(&acm->line, &newline, sizeof newline)) {
868 memcpy(&acm->line, &newline, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-java-2115 "newline"
139 "newline: \n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2353 int newline, xxx; local
2367 if (!getword(f, word, &newline, filename))
2369 newline = 1;
2375 while (!newline && getword(f, word, &newline, filename))
2377 if (!newline)
2385 newline = 0;
2394 if (!getword(f, word, &newline, filename))
2396 if (newline)
2414 if (!getword(f, word, &newline, filenam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dre_syntax.tex246 \twocolitem{{\bf $\backslash$n}}{newline, as in C}
367 \twocolitem{{\bf n}}{newline-sensitive matching (see \helpref{Matching}{wxresynmatching}, below)}
368 \twocolitem{{\bf p}}{partial newline-sensitive matching (see \helpref{Matching}{wxresynmatching}, below)}
371 \twocolitem{{\bf s}}{non-newline-sensitive matching (usual default)}
374 partial newline-sensitive (``weird'') matching (see \helpref{Matching}{wxresynmatching}, below)}
387 all characters between a {\bf \#} and the following newline (or the end of the
401 tab, newline, and any character that belongs to the {\it space} character class.
461 If newline-sensitive
463 the newline character (so that matches will never cross newlines unless
465 and before a newline respectivel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-shell.c38 * Double quotes allow $ ` " \ and newline to be escaped with backslash.
162 * like 'foo'\''bar'. Double quotes allow $, `, ", \, and newline to
202 * except newline, which is removed if it follows
280 * characters that appear in the input (except for newline
286 * 2) "If the current character is an unquoted newline character,
297 * characters up to, but excluding, the next newline character
298 * will be discarded as a comment. The newline character that
302 * consider an escaped newline character specially, a comment
371 /* we append nothing; backslash-newline become nothing */
387 /* Discard up to and including next newline */
[all...]

Completed in 291 milliseconds

1234