Searched refs:last_bl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.bin/indent/
H A Dpr_comment.c88 char *last_bl; /* points to the last blank in the output
104 last_bl = 0; /* no blanks found so far */
200 last_bl = 0;
280 last_bl = e_com - 1;
286 last_bl = e_com;
376 last_bl = e_com;
396 if (last_bl == 0) { /* we have seen no blanks */
397 last_bl = e_com; /* fake it */
401 *last_bl = '\0';
402 while (last_bl > s_co
87 char *last_bl; /* points to the last blank in the output local
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2744 const ssize_t last_bl = rar->cstate.last_block_length; local
2746 if(last_bs == 0 || last_bl == 0) {
2751 if(block_start >= last_bs + last_bl) {

Completed in 77 milliseconds