Home
last modified time | relevance | path

Searched refs:v_cmd (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/vi/vi/
H A Dvi.c36 static gcret_t v_cmd(SCR *, VICMD *, VICMD *, VICMD *, int *, int *);
152 switch (v_cmd(sp, DOT, vp, NULL, &comcount, &mapped)) { in vi()
458 v_cmd(SCR *sp, VICMD *dp, VICMD *vp, VICMD *ismotion, int *comcountp, in v_cmd() function
738 if (v_cmd(sp, NULL, &motion, vp, &notused, mappedp) != GC_OK) in v_motion()
/openbsd/sys/arch/i386/i386/
H A Desmreg.h144 u_int8_t v_cmd; member
H A Desm.c372 req.req_val.v_cmd = ESM2_SMB_SENSOR_VALUE; in esm_refresh()
848 req.req_val.v_cmd = ESM2_SMB_SENSOR_VALUE; in esm_make_sensors()
/openbsd/usr.bin/vi/build/
H A DMakefile30 search.c seq.c util.c v_at.c v_ch.c v_cmd.c v_delete.c v_ex.c \