Searched refs:E_C_HASH (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/nvi/ex/ |
| H A D | ex_visual.c | 93 switch (FL_ISSET(cmdp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT)) { in ex_visual() 94 case E_C_HASH: in ex_visual()
|
| H A D | ex.c | 534 exp->fdef = E_C_HASH; in ex_cmd() 571 FL_SET(ecp->iflags, E_C_HASH); in ex_cmd() 990 FL_SET(ecp->iflags, E_C_HASH); in ex_cmd() 991 exp->fdef |= E_C_HASH; in ex_cmd() 1458 FL_CLR(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT); in ex_cmd() 1462 FL_CLR(ecp->iflags, E_C_HASH); in ex_cmd() 1469 LF_INIT(FL_ISSET(ecp->iflags, E_C_HASH | E_C_LIST | E_C_PRINT)); in ex_cmd() 1470 if (!LF_ISSET(E_C_HASH | E_C_LIST | E_C_PRINT | E_NOAUTO) && in ex_cmd() 1475 LF_INIT(E_C_HASH); in ex_cmd() 1480 if (LF_ISSET(E_C_HASH | E_C_LIST | E_C_PRINT)) { in ex_cmd()
|
| H A D | ex_print.c | 57 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_HASH)) in ex_number() 107 if (LF_ISSET(E_C_HASH)) { in ex_print()
|
| H A D | ex.h | 132 #define E_C_HASH 0x00200 /* # flag. */ macro
|
| H A D | ex_subst.c | 647 O_ISSET(sp, O_NUMBER) ? E_C_HASH : 0; in s() 824 (void)ex_print(sp, cmdp, &from, &to, E_C_HASH); in s()
|