HomeSort by: relevance | last modified time | path
    Searched refs:newlines (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/indent/
io.c 55 static unsigned newlines = 2; /* the total of written and buffered newlines; variable
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
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
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/
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

Completed in 17 milliseconds