Home
last modified time | relevance | path

Searched refs:EXFLAG_PRINT (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.h1944 #define EXFLAG_PRINT 0x04 // 'p': print macro
H A Dex_docmd.c3694 eap->flags |= EXFLAG_PRINT; in find_ex_command()
4490 eap->flags |= EXFLAG_PRINT; in get_flags()
H A Dex_cmds.c3827 eap->flags = EXFLAG_PRINT; in ex_substitute()