Lines Matching refs:cblob
66 auto cblob = bblob->remove_cblob(); in make_single_word() local
67 if (cblob != nullptr) { in make_single_word()
70 cout_it.add_list_after(cblob->out_list()); in make_single_word()
71 delete cblob; in make_single_word()
74 auto cblob = bblob->remove_cblob(); in make_single_word() local
75 if (cblob != nullptr) { in make_single_word()
76 cblob_it.add_after_then_move(cblob); in make_single_word()
571 auto cblob = bblob->remove_cblob(); in make_real_word() local
572 if (cblob != nullptr) { in make_real_word()
575 cout_it.add_list_after(cblob->out_list()); in make_real_word()
576 delete cblob; in make_real_word()
579 auto cblob = bblob->remove_cblob(); in make_real_word() local
580 if (cblob != nullptr) { in make_real_word()
581 cblob_it.add_after_then_move(cblob); in make_real_word()