Searched refs:yb (Results 1 – 1 of 1) sorted by relevance
2323 yankreg_T *yb; in ex_display() local2364 yb = y_previous; in ex_display()2366 yb = &(y_regs[0]); in ex_display()2369 yb = &(y_regs[i]); in ex_display()2373 || (redir_reg == '"' && yb == y_previous)) in ex_display()2378 if (yb->y_array != NULL) in ex_display()2382 for (j = 0; !do_show && j < yb->y_size; ++j) in ex_display()2383 do_show = !message_filtered(yb->y_array[j]); in ex_display()2385 if (do_show || yb->y_size == 0) in ex_display()2396 for (j = 0; j < yb->y_size && n > 1; ++j) in ex_display()[all …]