Searched refs:t_ch (Results 1 – 2 of 2) sorted by relevance
199 uchar t_ch, prev_ch; in dowild() local203 t_ch = tolower(t_ch); in dowild()213 if (t_ch != p_ch) in dowild()271 if (t_ch == '\0') in dowild()288 t_ch = tolower(t_ch); in dowild()289 if (t_ch == p_ch) in dowild()293 if (t_ch != p_ch) in dowild()301 t_ch = *++text; in dowild()323 if (t_ch == p_ch) in dowild()332 if (t_ch <= p_ch && t_ch >= prev_ch) in dowild()[all …]
64 #define MFCPU_X(rDiagReg, t_ch, t_th, code) \ argument65 (DIAG_CODE(code) + ((rDiagReg)<<21) + ((t_ch)<<16) + ((t_th)<<0) )
Completed in 7 milliseconds