• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lib-src/

Lines Matching +defs:header +defs:text

94   line_list text;
98 typedef struct header_record *header;
108 /* A `struct linebuffer' is a structure which holds a line of text.
124 ((header) xmalloc (sizeof (struct header_record)))
222 /* Read a line of text from `stream' into `linebuffer'.
548 /* Handle an FCC field. FIELD is the text of the first line (after
549 the header name), and THE_LIST holds the continuation lines if any.
593 header the_header;
595 register header old = the_header;
601 register char *keyword = get_keyword (the_header->text->string, &field);
607 for (rem = the_header->text->continuation;
617 /* Scan the header described by the lists THE_HEADER,
621 Also, if the header has any FCC fields, call setup_files for each one. */
625 header the_header;
628 register header old = the_header;
632 register char *keyword = get_keyword (the_header->text->string, &field);
634 where = add_field (the_header->text->continuation, field, where);
636 where = add_field (the_header->text->continuation, field, where);
639 where = add_field (the_header->text->continuation, field, where);
644 setup_files (the_header->text->continuation, field);
653 Create a list of `header' objects, one for each header field,
658 header
661 register header the_header = ((header) NULL);
678 register header old = the_header;
680 if (old == ((header) NULL))
691 next_line = &(the_header->text);
696 /* Not a valid header */
708 fatal ("input message has no header");
715 header the_header;
717 register header old = the_header;
721 for (the_list = the_header->text;
738 header the_header;