Searched refs:o_v_char (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dvi.c122 int o_v_char; /* prev virtual[ocur_virt] */ member in struct:_vi_
380 vp->o_v_char = '\0';
1117 vp->o_v_char = cp[0];
1171 vp->o_v_char = '\0';
1915 && (!is_print(virtual[v]) || !is_print(vp->o_v_char))) )
2078 || !is_print(vp->o_v_char)
2080 || !iswascii(c) || mbwidth(vp->o_v_char)>1
2109 vp->o_v_char = c;
2370 vp->o_v_char = virtual[vp->ocur_virt];
2524 vp->o_v_char
[all...]

Completed in 63 milliseconds