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

12

/barrelfish-2018-10-04/lib/libc/stdio/
H A Dgetdelim.c67 char *newline; local
79 newline = realloc(*linep, newcap);
80 if (newline == NULL)
83 *linep = newline;
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dconio.c85 // Handle newline character
87 newline:
116 goto newline;
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dauth.c2330 int newline, xxx;
2344 if (!getword(f, word, &newline, filename))
2346 newline = 1;
2352 while (!newline && getword(f, word, &newline, filename))
2354 if (!newline)
2362 newline = 0;
2371 if (!getword(f, word, &newline, filename))
2373 if (newline)
2391 if (!getword(f, word, &newline, filenam
[all...]
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dauth.c2330 int newline, xxx;
2344 if (!getword(f, word, &newline, filename))
2346 newline = 1;
2352 while (!newline && getword(f, word, &newline, filename))
2354 if (!newline)
2362 newline = 0;
2371 if (!getword(f, word, &newline, filename))
2373 if (newline)
2391 if (!getword(f, word, &newline, filenam
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtracer_tty.pl622 % A version of tyi/2 which allows an optional newline when used on non-tty
629 ; newline(C) ->
633 ( newline(NL) -> true ; unget(S) )
657 ; newline(Char) ->
666 newline(13).
667 newline(10).
685 ; newline(Char) -> nl(debug_output)
695 newline(Char), % may fail
702 newline(Char), % may fail
1003 ; newline(Op
[all...]
H A Dtoplevel.pl211 % A version of tyi/2 which allows an optional newline when used on non-tty
218 ; newline(C) ->
222 ( newline(NL) -> true ; unget(S) )
225 newline(10).
226 newline(13).
384 ; newline(C) ->
H A Dmegalog.pl745 Sepia : string with newline character at end
H A Dquintus.pl993 % writes the list of characters and a newline to the current output
H A Delipsys.pl880 Sepia : string with newline character at end
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c79 #define NLBLOCK md /* Block containing newline information */
3207 int newline; local
3296 /* Handle different types of newline. The three bits give eight cases. If
3302 case 0: newline = NEWLINE; break; /* Compile-time default */
3303 case PCRE_NEWLINE_CR: newline = CHAR_CR; break;
3304 case PCRE_NEWLINE_LF: newline = CHAR_NL; break;
3306 PCRE_NEWLINE_LF: newline = (CHAR_CR << 8) | CHAR_NL; break;
3307 case PCRE_NEWLINE_ANY: newline = -1; break;
3308 case PCRE_NEWLINE_ANYCRLF: newline = -2; break;
3312 if (newline
[all...]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */
1472 newline". PCRE does not support \N{name}. However, it does support
4706 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */
5702 if (IS_NEWLINE(p)) /* For non-fixed-length newline cases, */
9021 int newline; local
9245 /* Handle different types of newline. The three bits give seven cases. The
9251 case 0: newline = NEWLINE; break; /* Build-time default */
9252 case PCRE_NEWLINE_CR: newline = CHAR_CR; break;
9253 case PCRE_NEWLINE_LF: newline = CHAR_NL; break;
9255 PCRE_NEWLINE_LF: newline
[all...]
H A Dpcre_exec.c48 #define NLBLOCK md /* Block containing newline information */
2088 /* Multiline mode: start of subject unless notbol, or after any newline. */
2112 /* Multiline mode: assert before any newline, or before end of subject
2140 /* Not multiline mode: assert before a terminating newline or before end of
2302 /* Match any single character type except newline; have to take care with
2335 any byte, even newline, independent of the setting of PCRE_DOTALL. */
6363 int newline; local
6608 /* Handle different types of newline. The three bits give eight cases. If
6614 case 0: newline = NEWLINE; break; /* Compile-time default */
6615 case PCRE_NEWLINE_CR: newline
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dlvm.c75 int newline = getfuncline(p, npc); local
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */
79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */
/barrelfish-2018-10-04/doc/014-bulk-transfer/
H A Dbulk-transfer.tex587 \item Elements available to consume \newline
588 (assuming queue not empty):\newline
589 if (write-index $>$ read-index) \newline
590 then \{[read-index, (write-index - 1)]\} \newline
591 else \{[read-index, (size - 1)], [0, (write-index - 1)]\} \newline
592 \item Elements which are already consumed and are now free. \newline
593 (assuming queue not empty): \newline
594 if (write-index $>$ read-index) \newline
595 then \{[write-index, (size - 1)], [0, (read-index - 1)]\} \newline
596 else \{[write-index, (read-index - 1)]\} \newline
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssyntax.tex269 ES \verb'n' & ASCII newline (10) &\\
305 ES \verb'n' & ASCII newline (10) &\\
313 NL & ASCII newline (10) & not iso_escapes\\
H A Dumsusing.tex403 newline.
505 (``newline'' or ``return'') or a semi-colon (\notation{;}).
513 or newline, but it displays directly the next prompt.
H A Dumsio.tex558 character (tab, space or newline) or by the end of file.
1008 & & do not add a newline \\
1012 & print a newline sequence (as with nl/1) after
1014 fullstop(true) option, this newline serves as
H A Dumsprofile.tex279 %\newline
H A Dumsdebug.tex673 (without newline), the case of the letters is significant. The action
698 in square backets). If just a newline is typed, then the default value
699 is taken. If a valid parameter value is typed, followed by newline,
719 An alias for the \notation{c} command is to just type newline (Return-key).
1837 %enter the macro contents terminated by newline: @nl, system(csh),
1847 %has to be entered inside it (a dot followed by a newline would end
1849 %or the newline can be escaped by a backslash.
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Drdtok.pl99 !, % Dec-10 newline character (31)
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dprolog.tex112 "string with a newline \n and a null \000 character"
292 full-stop (a dot followed by a newline).
H A Deplex.tex480 \newline{\bf Instance: eplex_solver_setup(+ObjFunc)}.
H A Deprolog.tex358 blank space or newline.
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembremote.tex1350 # ec_rpc to cause the queue to flush at every newline
1382 to flush at every newline. This is done by an {\bf ec_rpc} goal after the
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex1552 file_type_line := RouterTrafficSample <newline>
1553 header_break := # <newline>
1560 <newline>

Completed in 320 milliseconds

12