Home
last modified time | relevance | path

Searched refs:C_CFS (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dedit.c3196 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()
Dsh.h1470 #define C_CFS (CiQC | CiSP | CiTAB) macro