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

/openbsd-current/usr.bin/vi/ex/
H A Dex_visual.c94 switch (FL_ISSET(cmdp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT)) {
95 case E_C_HASH:
H A Dex_print.c57 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_HASH))
104 if (LF_ISSET(E_C_HASH)) {
H A Dex.h132 #define E_C_HASH 0x00200 /* # flag. */ macro
H A Dex.c532 exp->fdef = E_C_HASH;
569 FL_SET(ecp->iflags, E_C_HASH);
981 FL_SET(ecp->iflags, E_C_HASH);
982 exp->fdef |= E_C_HASH;
1443 FL_CLR(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT);
1447 FL_CLR(ecp->iflags, E_C_HASH);
1454 LF_INIT(FL_ISSET(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT));
1455 if (!LF_ISSET(E_C_HASH | E_C_LIST | E_C_PRINT | E_NOAUTO) &&
1461 LF_INIT(E_C_HASH);
1466 if (LF_ISSET(E_C_HASH | E_C_LIS
[all...]
H A Dex_subst.c637 O_ISSET(sp, O_NUMBER) ? E_C_HASH : 0;
814 (void)ex_print(sp, cmdp, &from, &to, E_C_HASH);

Completed in 128 milliseconds