Searched refs:EC_MAPNODIGIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/nvi/common/
H A Dkey.h204 #define EC_MAPNODIGIT 0x008 /* Return to a digit. */ macro
H A Dkey.c471 * The way this works is that the EC_MAPNODIGIT causes term_key to return the
677 nomap: if (!ISDIGIT(evp->e_c) && LF_ISSET(EC_MAPNODIGIT))
688 if (LF_ISSET(EC_MAPNODIGIT) &&
/freebsd-10.2-release/contrib/nvi/vi/
H A Dvi.c1151 EC_MAPCOMMAND | EC_MAPNODIGIT) != GC_OK)
1159 if (v_key(sp, 0, &ev, EC_MAPCOMMAND | EC_MAPNODIGIT) != GC_OK)

Completed in 58 milliseconds