Home | History | Annotate | Download | only in sed

Lines Matching refs:P_

227 static int inchar P_((void));
249 static void savchar P_((int ch));
269 static int in_nonblank P_((void));
281 static countT in_integer P_((int ch));
297 static int add_then_next P_((struct buffer *b, int ch));
307 static char * convert_number P_((char *, char *, const char *, int, int, int));
356 static struct buffer *read_filename P_((void));
381 static struct output *get_openfile P_((struct output **file_ptrs, const char *mode, int fail));
430 static struct sed_cmd *next_cmd_entry P_((struct vector **vectorp));
456 static int snarf_char_class P_((struct buffer *b, mbstate_t *cur_stat));
537 static struct buffer *match_slash P_((int slash, int regex));
593 static int mark_subst_opts P_((struct subst *cmd));
694 static char *read_label P_((void));
721 P_((struct sed_label *, countT, char *, const struct error_info *));
738 static struct sed_label *release_label P_((struct sed_label *list_head));
758 static struct replacement *new_replacement P_((char *, size_t,
777 static void setup_replacement P_((struct subst *, const char *, size_t));
882 static void read_text P_((struct text_buf *buf, int leadin_ch));
943 static bool compile_address P_((struct addr *addr, int ch));
1041 static struct vector *compile_program P_((struct vector *));