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

/haiku-fatelf/src/bin/bash/support/
H A Dman2html.c279 static char NEWLINE[2] = "\n"; variable
2517 out_html(NEWLINE);
2518 NEWLINE[0] = '\n';
2645 out_html(NEWLINE);
2694 out_html(NEWLINE);
2773 out_html(NEWLINE);
2774 NEWLINE[0] = '\n';
3098 out_html(NEWLINE);
3099 NEWLINE[0] = '\n';
3120 out_html(NEWLINE);
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dchardefs.h128 #ifndef NEWLINE
129 #define NEWLINE '\n' macro
H A Dinput.c259 if (k == NEWLINE || k == RETURN)
376 key = NEWLINE;
H A Dsearch.c268 case NEWLINE:
H A Dreadline.c532 c = NEWLINE;
H A Dvi_mode.c1672 vi_replace_map[NEWLINE].function = rl_newline;
H A Dbind.c517 array[l++] = NEWLINE;
H A Dcomplete.c465 if (for_pager && (c == NEWLINE || c == RETURN))
/haiku-fatelf/src/bin/gdb/readline/
H A Dchardefs.h123 #ifndef NEWLINE
124 #define NEWLINE '\n' macro
H A Dinput.c338 key = NEWLINE;
H A Dsearch.c242 case NEWLINE:
H A Dreadline.c427 c = NEWLINE;
H A Dcomplete.c400 if (for_pager && (c == NEWLINE || c == RETURN))
H A Dvi_mode.c1394 vi_replace_map[NEWLINE].function = rl_newline;
H A Dbind.c408 array[l++] = NEWLINE;
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y144 %token NEWLINE
698 : NEWLINE
699 | nls NEWLINE
1534 if (lasttok != NEWLINE) {
1535 lasttok = NEWLINE;
1540 return NEWLINE; /* fake it */
1644 if (lasttok != NEWLINE) {
1645 lasttok = NEWLINE;
1650 return NEWLINE; /* fake it */
1656 return lasttok = NEWLINE;
[all...]
H A Dawkgram.c97 NEWLINE = 299, enumerator in enum:yytokentype
143 #define NEWLINE 299 macro
539 "INCREMENT", "DECREMENT", "LEX_BUILTIN", "LEX_LENGTH", "NEWLINE",
3373 if (lasttok != NEWLINE) {
3374 lasttok = NEWLINE;
3379 return NEWLINE; /* fake it */
3483 if (lasttok != NEWLINE) {
3484 lasttok = NEWLINE;
3489 return NEWLINE; /* fake it */
3495 return lasttok = NEWLINE;
[all...]
/haiku-fatelf/src/bin/unzip/
H A Dextract.c1411 # define NEWLINE "\r\n" macro
1413 # define NEWLINE "\n" macro
1441 bin)), uO.cflag? NEWLINE : ""));
1472 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1502 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1516 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1564 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));

Completed in 154 milliseconds