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

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_visual.c93 switch (FL_ISSET(cmdp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT)) {
94 case E_C_HASH:
H A Dex_print.c57 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_HASH))
107 if (LF_ISSET(E_C_HASH)) {
H A Dex.h131 #define E_C_HASH 0x00200 /* # flag. */ macro
H A Dex.c530 exp->fdef = E_C_HASH;
567 FL_SET(ecp->iflags, E_C_HASH);
984 FL_SET(ecp->iflags, E_C_HASH);
985 exp->fdef |= E_C_HASH;
1452 FL_CLR(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT);
1456 FL_CLR(ecp->iflags, E_C_HASH);
1463 LF_INIT(FL_ISSET(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT));
1464 if (!LF_ISSET(E_C_HASH | E_C_LIST | E_C_PRINT | E_NOAUTO) &&
1469 if (LF_ISSET(E_C_HASH | E_C_LIST | E_C_PRINT)) {
H A Dex_subst.c822 (void)ex_print(sp, cmdp, &from, &to, E_C_HASH);

Completed in 174 milliseconds