Searched refs:bd2 (Results 1 – 2 of 2) sorted by relevance
1559 struct block_def bd2; in op_insert() local1620 block_prep(oap, &bd2, oap->start.lnum, TRUE); in op_insert()1621 if (!bd.is_MAX || bd2.textlen < bd.textlen) in op_insert()1625 pre_textlen += bd2.textlen - bd.textlen; in op_insert()1626 if (bd2.endspaces) in op_insert()1627 --bd2.textlen; in op_insert()1629 bd.textcol = bd2.textcol; in op_insert()1630 bd.textlen = bd2.textlen; in op_insert()
992 let bd2 = getbufvar(bnr, '', def_num)993 call assert_equal(bd, bd2)