HomeSort by: relevance | last modified time | path
    Searched defs:v_xchar (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_xchar.c 1 /* $NetBSD: v_xchar.c,v 1.3 2014/01/26 21:43:45 christos Exp $ */
16 static const char sccsid[] = "Id: v_xchar.c,v 10.10 2001/06/25 15:19:36 skimo Exp (Berkeley) Date: 2001/06/25 15:19:36 ";
19 __RCSID("$NetBSD: v_xchar.c,v 1.3 2014/01/26 21:43:45 christos Exp $");
34 * v_xchar -- [buffer] [count]x
37 * PUBLIC: int v_xchar __P((SCR *, VICMD *));
40 v_xchar(SCR *sp, VICMD *vp) function
80 * v_Xchar -- [buffer] [count]X
84 * PUBLIC: int v_Xchar __P((SCR *, VICMD *));
87 v_Xchar(SCR *sp, VICMD *vp)

Completed in 23 milliseconds