Searched refs:isSpecial (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmainloop.h86 int isSpecial(const char *name);
90 #define isSpecialW isSpecial
H A Dunixdir.c103 if(isSpecial(entry->d_name))
H A Dmk_direntry.c541 if(isSpecial(argname)) {
H A Dmainloop.c161 int isSpecial(const char *name) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexSmalltalk.cxx74 static inline bool isSpecial(int ch) {return (ch > 0) && (ch < 0x80) && ((ClassificationTable[ch] & 4) != 0);} function
113 if (isSpecial(sc.chNext)) {
294 else if (isSpecial(ch))
H A DLexOthers.cxx1013 static int isSpecial(char s) { function
1054 if (isSpecial(styler[i + 1])) {

Completed in 104 milliseconds