Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/ex/
Dex_subst.c88 sp->c_suffix = sp->g_suffix = 0;
379 sp->c_suffix = sp->g_suffix = 0;
442 sp->c_suffix = !sp->c_suffix;
481 noargs: if (F_ISSET(sp, SC_VI) && sp->c_suffix && (lflag || nflag || pflag)) {
513 if (sp->c_suffix) {
606 if (sp->c_suffix) {
716 if (didsub && sp->c_suffix && sp->g_suffix) {
855 if (!sp->c_suffix && (sp->lno != slno || sp->cno != scno)) {
/mirbsd/src/usr.bin/vi/common/
Dscreen.h134 u_int8_t c_suffix; /* Edcompatible 'c' suffix value. */ member