Searched refs:C_CFS (Results 1 – 2 of 2) sorted by relevance
3164 while (rcp > cp && ctype(*rcp, C_CFS)) in x_prev_histword()3166 while (rcp > cp && !ctype(*rcp, C_CFS)) in x_prev_histword()3168 if (ctype(*rcp, C_CFS)) in x_prev_histword()3179 while (*rcp && ctype(*rcp, C_CFS)) in x_prev_histword()3182 while (*rcp && !ctype(*rcp, C_CFS)) in x_prev_histword()3184 while (*rcp && ctype(*rcp, C_CFS)) in x_prev_histword()3188 while (*rcp && !ctype(*rcp, C_CFS)) in x_prev_histword()
1404 #define C_CFS (CiQC | CiSP | CiTAB) macro