bol               339 src/coding.c     ((coding)->spec.iso_2022.bol)
bol               337 src/coding.h     bool_bf bol : 1;
bol               720 src/editfns.c    return make_fixnum (bol (n, NULL));
bol               737 src/editfns.c    ptrdiff_t count, charpos = bol (n, &count);
bol              3659 src/xdisp.c      ptrdiff_t start, pos_bytepos, cur, next, found, bol = BEGV - 1, init_pos = pos;
bol              3671 src/xdisp.c    	    bol = next;
bol              3675 src/xdisp.c          if (bol >= BEGV || start == BEGV)
bol              3680 src/xdisp.c      eassert (bol <= init_pos);
bol              3681 src/xdisp.c      return bol;