Home
last modified time | relevance | path

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

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