Searched refs:CHAR_T (Results 1 – 2 of 2) sorted by relevance
26 #undef CHAR_T28 # define CHAR_T wchar_t macro30 # define CHAR_T char macro34 static void strrev(CHAR_T *s, int len) in strrev()45 CHAR_T c = s[i]; in strrev()
80 #undef CHAR_T83 # define CHAR_T wchar_t macro84 static bool BB_isspace(CHAR_T c) in BB_isspace()89 static bool BB_isalnum_or_underscore(CHAR_T c) in BB_isalnum_or_underscore()94 static bool BB_ispunct(CHAR_T c) in BB_ispunct()108 # define CHAR_T char macro111 static bool BB_isalnum_or_underscore(CHAR_T c) in BB_isalnum_or_underscore()153 CHAR_T *command_ps;178 CHAR_T *delptr;179 CHAR_T delbuf[DELBUFSIZ]; /* a place to store deleted characters */[all …]