/src/usr.bin/indent/ |
io.c | 55 static unsigned newlines = 2; /* the total of written and buffered newlines; variable in typeref:typename:unsigned 118 newlines++; 142 newlines = s[i] == '\n' ? newlines + 1 : 0; 160 newlines = 0; 167 newlines = 0; 210 return newlines >= 1; 212 return newlines >= 2; 213 return newlines >= 3 [all...] |
/src/lib/libcurses/ |
resize.c | 227 int newlines, newcols; local in function:__resizeterm 229 newlines = win->reqy; 230 if (win->begy + newlines >= nlines) 231 newlines = 0; 232 if (newlines == 0) 233 newlines = nlines - win->begy; 241 return __resizewin(win, newlines, newcols); 251 __LINE *lp, *olp, **newlines, *newlspace; local in function:__resizewin 280 newlines = realloc(win->alines, nlines * sizeof(__LINE *)); 281 if (newlines == NULL [all...] |
/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
99bottles.bf | 103 .. output 2 newlines 170 .. output 2 newlines 221 .. output 2 newlines
|
/src/usr.bin/make/unit-tests/ |
varmod-exclam-shell.mk | 24 # Only the final newline of the output is stripped. All other newlines are
|
deptgt-makeflags.mk | 74 # newlines into a line that is being parsed. This may confuse the parser. 76 # and '\t'), but no newlines.
|
posix1.mk | 19 # Escaped newlines and leading whitespace from the next line are replaced
|
/src/bin/ksh/ |
eval.c | 175 int UNINITIALIZED(newlines); /* For trailing newlines in COMSUB */ 252 newlines = 0; 526 if (newlines) { /* Spit out saved nl's */ 528 --newlines; 532 newlines++; /* Save newlines */ 533 if (newlines && c != EOF) { 536 --newlines; 540 newlines = 0 [all...] |
/src/libexec/httpd/ |
printenv.lua | 27 -- httpd.write() will not append newlines
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 8299 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl 8300 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
|