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

1234

/freebsd-9.3-release/contrib/ncurses/include/
H A Dcapdefaults.c57 if (VALID_STRING(newline) && (capval = EXTRACT_DELAY(newline)))
78 linefeed_is_newline = (char) (VALID_STRING(newline)
79 && (strcmp("\n", newline) == 0));
/freebsd-9.3-release/usr.bin/indent/
H A Dindent_codes.h39 #define newline 1 macro
/freebsd-9.3-release/usr.bin/from/
H A Dfrom.c62 int ch, count, newline; local
117 for (newline = 1; fgets(buf, sizeof(buf), mbox);) {
119 newline = 1;
122 if (newline && !strncmp(buf, "From ", 5) &&
129 newline = 0;
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-file.c109 static int newline = 0; local
112 newline = 0;
123 if (newline) {
124 buffer[i++] = newline;
125 newline = 0;
163 newline = buffer[i-1];
/freebsd-9.3-release/lib/libc/stdio/
H A Dgetdelim.c67 char *newline; local
79 newline = realloc(*linep, newcap);
80 if (newline == NULL)
83 *linep = newline;
/freebsd-9.3-release/usr.bin/csup/
H A Dkeyword.c285 char *linestart, *newline, *newval, *cp, *tmp; local
290 newline = NULL;
297 if (newline != NULL) {
298 *buf = newline;
308 if (newline != NULL) {
309 *buf = newline;
337 if (newline != NULL)
338 tmp = newline;
346 newline = xmalloc(newsize);
347 cp = newline;
[all...]
H A Drcstokenizer.l50 newline \n
H A Ddiff.c145 /* If we got ".+", there's no ending newline. */
426 char *line, *newline; local
431 &newline, &newsize);
433 stream_write(ec->dest, newline, newsize);
434 free(newline);
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-parse.sh171 while read newline
173 echo ${newline} | grep -q "^#" 2>/dev/null
175 VAL="`echo ${newline} | cut -d '=' -f 1`"
183 echo "${newline}" >> ${FINALCFG}
/freebsd-9.3-release/bin/sh/
H A Dmktokens44 TNL 0 newline
/freebsd-9.3-release/bin/echo/
H A Decho.c74 int nflag; /* if not set, output a trailing newline. */
78 char newline[] = "\n"; local
109 /* chop it and set the no-newline flag. */
123 vp->iov_base = newline;
/freebsd-9.3-release/usr.bin/chkey/
H A Dchkey.c200 char newline = '\n'; local
203 write(fd, &newline, sizeof(newline)) < 0)
/freebsd-9.3-release/usr.sbin/pw/
H A Dfileupd.c72 fileupdate(char const * filename, mode_t fmode, char const * newline, char const * prefix, int pfxlen, int updmode) argument
137 strcpy(line, newline);
163 fputs(newline, outfp);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentBriefParser.cpp106 if (Tok.is(tok::newline)) {
117 // a space for the newline.
123 if (Tok.is(tok::newline)) {
H A DCommentParser.cpp100 if (P.Tok.is(tok::newline)) {
101 // If we see a single newline token between text tokens, skip it.
374 else if (Tok.is(tok::newline)) {
600 case tok::newline: {
602 if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
606 // Also allow [tok::newline, tok::text, tok::newline] if the middle
611 if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
615 // We have [tok::newline, tok::text, non-newline]
[all...]
/freebsd-9.3-release/etc/periodic/daily/
H A D800.scrub-zfs9 newline="
10 " # A single newline
40 _status=${_status##*$newline}
/freebsd-9.3-release/contrib/bmake/
H A Djob.h234 const char *newline; /* string literal that results in a newline
232 const char *newline; /* string literal that results in a newline member in struct:Shell
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl76 my $newline = $line;
77 $newline =~ s/$obj/$val/;
78 push(@retlines, expand($newline, $level+1));
117 start with '#' and end with a newline. Empty lines and extraneous
/freebsd-9.3-release/contrib/binutils/gas/
H A Dapp.c795 as_warn (_("end of file not at end of a line; newline inserted"));
965 as_warn ("end of file in comment; newline inserted");
1104 as_warn (_("end of file in comment; newline inserted"));
1158 as_warn (_("end of file in comment; newline inserted"));
1169 as_warn (_("end of file in comment; newline inserted"));
1243 as_warn (_("end of file in comment; newline inserted"));
/freebsd-9.3-release/contrib/diff/src/
H A Dutil.c540 fprintf (out, "\n\\ %s\n", _("No newline at end of file"));
696 char const *newline = linbuf0[i + 1] - 1;
697 size_t len = newline - line;
702 if (newline - p != trivial_length local
711 char const *newline = linbuf1[i + 1] - 1;
712 size_t len = newline - line;
717 if (newline - p != trivial_length
687 char const *newline = linbuf0[i + 1] - 1; local
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dtoken.h47 TOKEN_NEWLINE, // newline
79 int newline(); // is the current token a newline?
139 inline int token::newline() function in class:token
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkuserok.c80 char *newline = buf + strcspn(buf, "\n"); local
82 if(*newline != '\n') {
92 *newline = '\0';
/freebsd-9.3-release/contrib/top/
H A Ddisplay.c865 u_process(line, newline)
868 char *newline;
879 newline[display_width] = '\0';
898 fputs(newline, stdout);
901 optr = strecpy(bufferline, newline);
908 line_update(bufferline, newline, 0, line + Header_lines);
1055 /* newline means we are done */
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.clean-env.mk106 #.info ${MAKE_SAVE_ENV_VARS _srctop _objroot _objtop OBJTOP MAKEOBJDIR:L:@v@${.newline}$v=${$v}@}
116 #.info ${_tricky_env_vars:@v@${.newline}$v=${$v}@}
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dfastmatch.h31 bool newline; member in struct:__anon10766

Completed in 293 milliseconds

1234