Searched refs:bp_save (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/indent/
H A Dio.c350 if (bp_save != 0) { /* there is a partly filled input buffer left */
351 buf_ptr = bp_save; /* dont read anything, just switch buffers */
353 bp_save = be_save = 0;
H A Dindent_globs.h129 char *bp_save; /* saved value of buf_ptr when taking input variable
H A Dindent.c151 bp_save = 0;
411 bp_save = buf_ptr; /* save current input buffer */
1098 if (e_lab - s_lab == com_end && bp_save == 0) { /* comment on
1116 bp_save = buf_ptr; /* save current input buffer */

Completed in 51 milliseconds