34 static char sccsid[] =
"@(#)pr_comment.c 8.1 (Berkeley) 6/6/93";
139 (strncmp(
s_lab,
"#endif", 6) == 0 ||
140 strncmp(
s_lab,
"#else", 5) == 0))
182 for (t_ptr =
buf_ptr; *t_ptr !=
'\0' && *t_ptr !=
'\n'; t_ptr++) {
185 if (t_ptr[0] ==
'*' && t_ptr[1] ==
'/') {
230 printf(
"Unterminated comment\n");
251 if (*(
e_com - 1) ==
' ' || *(
e_com - 1) ==
'\t')
269 if (*
buf_ptr ==
'*' && --nstar >= 0) {
318 }
while (!memchr(
"*\n\r\b\t", *
buf_ptr, 6) &&
319 (now_col <= adj_max_col || !last_bl));
325 if (last_bl == NULL) {
336 for (t_ptr = last_bl + 1; *t_ptr ==
' ' || *t_ptr ==
'\t';
345 while (*t_ptr !=
'\0') {
346 if (*t_ptr ==
' ' || *t_ptr ==
'\t')
int compute_code_target(void)
int compute_label_target(void)
int count_spaces_until(int, char *, char *)
int count_spaces(int, char *)
int block_comment_max_col
#define CHECK_SIZE_COM(desired_size)
int prefix_blankline_requested
int blanklines_before_blockcomments
int format_block_comments
int comment_delimiter_on_blankline
if(TABLE==NULL||TABLE_index==NULL)