Home
last modified time | relevance | path

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

/dports/misc/clex/clex-4.6.patch9/src/
H A Dcompletion.c676 #define ISAZ09(CH) ((CH) == L'_' || iswalnum(CH)) macro
689 && (ISAZ09(pline[POS]) || (ISUGTYPE(type) && ISUGCHAR(pline[POS])) ) )
845 if (ch != L'.' && ch != L'-' && ch != L'@' && !ISAZ09(ch)) in compl_file()
910 if (!ISAZ09(ch)) { in compl_file()