Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c886 #define is_cfs(c) ((c) == ' ' || (c) == '\t' || (c) == '"' || (c) == '\'') macro
3143 while (rcp > cp && is_cfs(*rcp)) in x_prev_histword()
3145 while (rcp > cp && !is_cfs(*rcp)) in x_prev_histword()
3147 if (is_cfs(*rcp)) in x_prev_histword()
3158 while (*rcp && is_cfs(*rcp)) in x_prev_histword()
3161 while (*rcp && !is_cfs(*rcp)) in x_prev_histword()
3163 while (*rcp && is_cfs(*rcp)) in x_prev_histword()
3167 while (*rcp && !is_cfs(*rcp)) in x_prev_histword()