Lines Matching refs:P_
135 bool (*read_fn) P_((struct input *)); /* read one line */
186 static VOID *bootstrap_memchr P_((const VOID *s, int c, size_t n));
204 static void resize_line P_((struct line *, size_t));
237 static void str_append P_((struct line *, const char *, size_t));
275 static void str_append_modified P_((struct line *, const char *, size_t,
387 static void line_init P_((struct line *, struct line *, size_t initial_size));
410 static void line_reset P_((struct line *, struct line *));
432 static void line_copy P_((struct line *from, struct line *to, int state));
468 static void line_append P_((struct line *from, struct line *to, int state));
487 static void line_exchange P_((struct line *a, struct line *b, int state));
512 static bool read_always_fail P_((struct input *));
520 static bool read_file_line P_((struct input *));
543 static inline void output_missing_newline P_((struct output *));
555 static inline void flush_output P_((FILE *));
564 static void output_line P_((const char *, size_t, int, struct output *));
586 static struct append_queue *next_append_slot P_((void));
605 static void release_append_queue P_((void));
622 static void dump_append_queue P_((void));
660 static char *get_backup_file_name P_((const char *));
693 static void open_next_file P_((const char *name, struct input *));
791 static void closedown P_((struct input *));
835 static void reset_addresses P_((struct vector *));
854 static bool read_pattern_space P_((struct input *, struct vector *, int));
899 static bool last_file_with_data_p P_((struct input *));
924 static bool test_eof P_((struct input *));
945 static bool match_an_address_p P_((struct addr *, struct input *));
983 static bool match_address_p P_((struct sed_cmd *, struct input *));
1062 static void do_list P_((int line_len));
1123 static enum replacement_types append_replacement P_((struct line *, struct replacement *,
1171 static void do_subst P_((struct subst *));
1334 static countT count_branches P_((struct vector *));
1357 static struct sed_cmd *shrink_program P_((struct vector *, struct sed_cmd *));
1384 static int execute_program P_((struct vector *, struct input *));