Home | History | Annotate | Download | only in sed

Lines Matching full:static

119     /* Static attributes determined during input.  */
138 static bool get_paragraph P_ ((void));
139 static int get_line P_ ((int c));
140 static int get_space P_ ((int c));
141 static int copy_rest P_ ((int c));
142 static bool same_para P_ ((int c));
143 static void flush_paragraph P_ ((void));
144 static void fmt_paragraph P_ ((void));
145 static void check_punctuation P_ ((WORD *w));
146 static COST base_cost P_ ((WORD *this));
147 static COST line_cost P_ ((WORD *next, int len));
148 static void put_paragraph P_ ((WORD *finish));
149 static void put_line P_ ((WORD *w, int indent));
150 static void put_word P_ ((WORD *w));
151 static void put_space P_ ((int space));
158 static int max_width;
161 static const char *parabuf;
164 static const char *end_of_parabuf;
167 static FILE *outfile;
172 static int best_width;
177 static int in_column;
180 static int out_column;
184 static WORD words[MAXWORDS];
189 static WORD *word_limit;
192 static int first_indent;
195 static int other_indent;
198 static int next_char;
203 static int last_line_length;
234 static bool
276 static int
292 static bool
306 static int
357 static int
374 static void
391 static void
433 static void
481 static COST
514 static COST
535 static void
548 static void
568 static void
582 static void