| 670 | otherwise false. */ |
| 671 | |
| 672 | static bool |
| 673 | same_para (int c) |
| 674 | { |
| 675 | return (next_prefix_indent == prefix_indent |
| 676 | && in_column >= next_prefix_indent + prefix_full_length |
| 677 | && c != '\n' && c != EOF); |
| 678 | } |
| 679 | |
| 680 | /* Read a line from input file F, given first non-blank character C |
| 681 | after the prefix, and the following indent, and break it into words. |