Home
last modified time | relevance | path

Searched refs:last_bl (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/indent/
H A Dpr_comment.c83 char *last_bl; /* points to the last blank in the output in pr_comment() local
91 last_bl = NULL; /* no blanks found so far */ in pr_comment()
208 last_bl = NULL; in pr_comment()
227 last_bl = NULL; in pr_comment()
245 last_bl = e_com - 1; in pr_comment()
251 last_bl = e_com; in pr_comment()
308 last_bl = e_com; /* remember we saw a blank */ in pr_comment()
312 (now_col <= adj_max_col || !last_bl)); in pr_comment()
318 if (last_bl == NULL) { in pr_comment()
325 e_com = last_bl; in pr_comment()
[all …]
H A Dindent_globs.h68 if (last_bl != NULL) \
69 blank_pos = last_bl - combuf; \
77 last_bl = combuf + blank_pos; \
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2920 const ssize_t last_bl = rar->cstate.last_block_length; in is_valid_filter_block_start() local
2922 if(last_bs == 0 || last_bl == 0) { in is_valid_filter_block_start()
2927 if(block_start >= last_bs + last_bl) { in is_valid_filter_block_start()