Searched refs:next_line (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_out.c170 char *next_line; local
190 for (line = start; line; line = next_line) {
191 next_line = split_at(line, '\n');
192 line_len = next_line ? next_line - 1 - line : strlen(line);
197 next_line = 0;
H A Dcleanup_message.c96 char *next_line; local
106 for (line = start_line; line != 0; line = next_line) {
115 next_line = *end_line ? end_line + 1 : 0;
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Difdef.c44 static lin next_line; variable
51 next_line = - files[0].prefix_lines;
53 if (next_line < files[0].valid_lines)
56 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines,
57 next_line - files[0].valid_lines + files[1].valid_lines,
79 if (next_line < first0)
80 format_ifdef (group_format[UNCHANGED], next_line, first0,
81 next_line - first0 + first1, first1);
84 next_line = last0 + 1;
85 format_ifdef (group_format[changes], first0, next_line, first
[all...]
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dfakemail.c662 register line_list *next_line = ((line_list *) NULL);
691 next_line = &(the_header->text);
694 if (next_line == ((line_list *) NULL))
699 *next_line = new_list ();
700 (*next_line)->string = alloc_string (length);
701 strcpy (((*next_line)->string), line);
702 next_line = &((*next_line)->continuation);
703 *next_line = NIL;
652 register line_list *next_line = ((line_list *) NULL); local
/macosx-10.10.1/OpenSSL098-52/src/crypto/ocsp/
H A Docsp_ht.c309 next_line:
347 goto next_line;
364 goto next_line;
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfipsalgtest.pl839 $rspline = next_line($rspf);
840 $tstline = next_line($tstf);
868 sub next_line { subroutine
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c978 char *next_line; local
984 for (line = start; line; line = next_line) {
985 next_line = split_at(line, '\n');
986 smtp_text_out(context, REC_TYPE_NORM, line, next_line ?
987 next_line - line - 1 : strlen(line), offset);
1001 char *next_line; local
1068 for (line = start = vstring_str(buf); line != 0; line = next_line) {
1077 next_line = *end_line ? end_line + 1 : 0;
1088 for (line = start = vstring_str(buf); line != 0; line = next_line) {
1089 next_line
[all...]
/macosx-10.10.1/nano-12/src/
H A Dtext.c543 const char *next_line = NULL; local
546 /* The length of next_line. */
633 next_line = line->next->data;
634 next_line_len = strlen(next_line);
652 indent_string = next_line;
654 next_line += indent_len;
686 strcat(new_line, next_line);
1482 filestruct *next_line = openfile->current->next; local
1510 strcat(openfile->current->data, next_line->data +
1514 if (next_line
[all...]
/macosx-10.10.1/postfix-255/postfix/src/sendmail/
H A Dsendmail.c561 char *next_line; local
593 for (line = start = STR(buf); line; line = next_line) {
594 next_line = split_at(line, '\n');
595 len = next_line ? next_line - line - 1 : strlen(line);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c1313 struct line_info* next_line = table->last_line; local
1317 if (!next_line)
1320 each_line = next_line->prev_line;
1323 if (addr > next_line->address)
1327 while (each_line && next_line)
1333 if (each_line->address <= addr && addr < next_line->address)
1359 && next_line->address > lowest_pc)
1361 *filename_ptr = next_line->filename;
1362 *linenumber_ptr = next_line->line;
1380 next_line
[all...]
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb-darwin.c295 static const char *next_line (const char *buffer);
2156 * 'next_line()' - Find the next line in a buffer.
2159 static const char *next_line (const char *buffer) function
2195 pLineEnd = (char *)next_line((const char *)gErrorBuffer);
2226 pLineEnd = (char *)next_line((const char *)gErrorBuffer);
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddig.c1660 next_line:
1666 goto next_line;
/macosx-10.10.1/vim-55/src/
H A Dmisc1.c515 char_u *next_line = NULL; /* copy of the next line */ local
575 next_line = vim_strsave(ml_get(curwin->w_cursor.lnum + 1));
577 next_line = vim_strsave((char_u *)"");
578 if (next_line == NULL) /* out of memory! */
1521 ml_replace(curwin->w_cursor.lnum, next_line, FALSE);
1530 next_line = NULL;
1538 vim_free(next_line);
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dtexi2html3000 INPUT_LINE: while ($_ = &next_line) {
3365 while (($_ = &next_line) && $_ !~ /\@end $tag/)
5011 sub next_line { subroutine
5028 # used in pass 1, use &next_line
5033 while ($_ = &next_line) {
5039 # used in pass 1 for l2h use &next_line
5044 while ($_ = &next_line) {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dmaster.c221 goto next_line; \
231 goto next_line; \
1946 next_line:

Completed in 190 milliseconds