Lines Matching refs:success
878 bool success = sp_te_delete(this->text, this->text_sel_start, this->text_sel_end, enter_pair);
879 (void)success; // TODO cleanup
908 bool success = sp_te_delete(this->text, this->text_sel_start, this->text_sel_end, bspace_pair);
911 if (success) {
917 if (success) {
949 bool success = sp_te_delete(this->text, this->text_sel_start, this->text_sel_end, del_pair);
954 if (success) {
1261 Attempts to paste system clipboard into the currently edited text, returns true on success
1380 bool success = sp_te_delete(tc->text, tc->text_sel_start, tc->text_sel_end, pair);
1383 if (success) {