Home | History | Annotate | Download | only in sed

Lines Matching refs:P_

136   bool (*read_fn) P_((struct input *));	/* read one line */
188 static VOID *bootstrap_memchr P_((const VOID *s, int c, size_t n));
206 static void resize_line P_((struct line *, size_t));
239 static void str_append P_((struct line *, const char *, size_t));
277 static void str_append_modified P_((struct line *, const char *, size_t,
389 static void line_init P_((struct line *, struct line *, size_t initial_size));
412 static void line_reset P_((struct line *, struct line *));
434 static void line_copy P_((struct line *from, struct line *to, int state));
470 static void line_append P_((struct line *from, struct line *to, int state));
489 static void line_exchange P_((struct line *a, struct line *b, int state));
515 static bool read_always_fail P_((struct input *));
523 static bool read_file_line P_((struct input *));
547 static inline void output_missing_newline P_((struct output *));
559 static inline void flush_output P_((FILE *));
568 static void output_line P_((const char *, size_t, int, struct output *));
590 static struct append_queue *next_append_slot P_((void));
609 static void release_append_queue P_((void));
626 static void dump_append_queue P_((void));
665 static char *get_backup_file_name P_((const char *));
698 static void open_next_file P_((const char *name, struct input *));
796 static void closedown P_((struct input *));
840 static void reset_addresses P_((struct vector *));
859 static bool read_pattern_space P_((struct input *, struct vector *, int));
905 static bool last_file_with_data_p P_((struct input *));
930 static bool test_eof P_((struct input *));
951 static bool match_an_address_p P_((struct addr *, struct input *));
989 static bool match_address_p P_((struct sed_cmd *, struct input *));
1069 static void do_list P_((int line_len));
1130 static enum replacement_types append_replacement P_((struct line *, struct replacement *,
1178 static void do_subst P_((struct subst *));
1341 static countT count_branches P_((struct vector *));
1364 static struct sed_cmd *shrink_program P_((struct vector *, struct sed_cmd *));
1391 static int execute_program P_((struct vector *, struct input *));