Lines Matching refs:typed
4175 int typed = 0; in ex_substitute() local
4225 typed = *resp; in ex_substitute()
4314 typed = plain_vgetc(); in ex_substitute()
4330 if (typed == 'q' || typed == ESC || typed == Ctrl_C in ex_substitute()
4332 || typed == intr_char in ex_substitute()
4339 if (typed == 'n') in ex_substitute()
4341 if (typed == 'y') in ex_substitute()
4343 if (typed == 'l') in ex_substitute()
4350 if (typed == 'a') in ex_substitute()
4355 if (typed == Ctrl_E) in ex_substitute()
4357 else if (typed == Ctrl_Y) in ex_substitute()
4365 if (typed == 'n') in ex_substitute()