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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_visual.c97 switch (FL_ISSET(cmdp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT)) {
98 case E_C_HASH:
H A Dex_print.c61 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_HASH))
111 if (LF_ISSET(E_C_HASH)) {
H A Dex.h133 #define E_C_HASH 0x00200 /* # flag. */ macro
H A Dex.c534 exp->fdef = E_C_HASH;
571 FL_SET(ecp->iflags, E_C_HASH);
988 FL_SET(ecp->iflags, E_C_HASH);
989 exp->fdef |= E_C_HASH;
1455 FL_CLR(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT);
1459 FL_CLR(ecp->iflags, E_C_HASH);
1466 LF_INIT(FL_ISSET(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT));
1467 if (!LF_ISSET(E_C_HASH | E_C_LIST | E_C_PRINT | E_NOAUTO) &&
1472 if (LF_ISSET(E_C_HASH | E_C_LIST | E_C_PRINT)) {
H A Dex_subst.c827 (void)ex_print(sp, cmdp, &from, &to, E_C_HASH);

Completed in 136 milliseconds