Lines Matching refs:Bl
927 n->norm->Bl.count = 0; in md_pre_Bl()
928 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
937 n->norm->Bl.count = 0; in md_post_Bl()
938 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
1213 if (bln->norm->Bl.comp == 0 && in md_pre_It()
1214 bln->norm->Bl.type != LIST_column) in md_pre_It()
1218 switch (bln->norm->Bl.type) { in md_pre_It()
1240 if (bln->norm->Bl.count < 99) in md_pre_It()
1241 bln->norm->Bl.count++; in md_pre_It()
1242 printf("%d.\t", bln->norm->Bl.count); in md_pre_It()
1261 switch (bln->norm->Bl.type) { in md_pre_It()
1289 switch (bln->norm->Bl.type) { in md_post_It()
1319 nc = bln->norm->Bl.ncols; in md_post_It()
1320 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount + in md_post_It()