Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c200 static int textmod(Vi_t*,int,int);
775 i = textmod(vp,c, c); in cntlmode()
779 i = textmod(vp,c, 0); in cntlmode()
2394 static int textmod(register Vi_t *vp,register int c, int mode) in textmod() function