Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c2034 # define ISSPECIAL(c) ((c) < ' ' || (c) == '0' || (c) == '^') macro
2036 # define ISSPECIAL(c) ((c) < ' ' || (c) >= DEL || (c) == '0' || (c) == '^') macro
2187 if ( !ISSPECIAL(c) in insertchar()
2218 && !ISSPECIAL(c) in insertchar()