Searched refs:ISSPECIAL (Results 1 – 1 of 1) sorted by relevance
2034 # define ISSPECIAL(c) ((c) < ' ' || (c) == '0' || (c) == '^') macro2036 # define ISSPECIAL(c) ((c) < ' ' || (c) >= DEL || (c) == '0' || (c) == '^') macro2187 if ( !ISSPECIAL(c) in insertchar()2218 && !ISSPECIAL(c) in insertchar()