Searched refs:C_CFS (Results 1 – 2 of 2) sorted by relevance
3196 while (rcp > cp && ctype(*rcp, C_CFS)) in x_prev_histword()3198 while (rcp > cp && !ctype(*rcp, C_CFS)) in x_prev_histword()3200 if (ctype(*rcp, C_CFS)) in x_prev_histword()3211 while (*rcp && ctype(*rcp, C_CFS)) in x_prev_histword()3214 while (*rcp && !ctype(*rcp, C_CFS)) in x_prev_histword()3216 while (*rcp && ctype(*rcp, C_CFS)) in x_prev_histword()3220 while (*rcp && !ctype(*rcp, C_CFS)) in x_prev_histword()
1470 #define C_CFS (CiQC | CiSP | CiTAB) macro