Lines Matching refs:SCR
26 static int v_ecl(SCR *);
27 static int v_ecl_init(SCR *);
28 static int v_ecl_log(SCR *, TEXT *);
29 static int v_ex_done(SCR *, VICMD *);
30 static int v_exec_ex(SCR *, VICMD *, EXCMD *);
39 v_again(SCR *sp, VICMD *vp) in v_again()
55 v_exmode(SCR *sp, VICMD *vp) in v_exmode()
91 v_join(SCR *sp, VICMD *vp) in v_join()
120 v_shiftl(SCR *sp, VICMD *vp) in v_shiftl()
136 v_shiftr(SCR *sp, VICMD *vp) in v_shiftr()
152 v_suspend(SCR *sp, VICMD *vp) in v_suspend()
168 v_switch(SCR *sp, VICMD *vp) in v_switch()
201 v_tagpush(SCR *sp, VICMD *vp) in v_tagpush()
217 v_tagpop(SCR *sp, VICMD *vp) in v_tagpop()
232 v_filter(SCR *sp, VICMD *vp) in v_filter()
306 v_exec_ex(SCR *sp, VICMD *vp, EXCMD *exp) in v_exec_ex()
321 v_ex(SCR *sp, VICMD *vp) in v_ex()
449 v_ex_done(SCR *sp, VICMD *vp) in v_ex_done()
491 v_ecl(SCR *sp) in v_ecl()
494 SCR *new; in v_ecl()
545 v_ecl_exec(SCR *sp) in v_ecl_exec()
574 v_ecl_log(SCR *sp, TEXT *tp) in v_ecl_log()
580 SCR *ccl_sp; in v_ecl_log()
619 v_ecl_init(SCR *sp) in v_ecl_init()