Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c818 #define is_cfs(c) ((c) == ' ' || (c) == '\t' || (c) == '"' || (c) == '\'') macro
3036 while (rcp > cp && is_cfs(*rcp)) in x_prev_histword()
3038 while (rcp > cp && !is_cfs(*rcp)) in x_prev_histword()
3040 if (is_cfs(*rcp)) in x_prev_histword()
3051 while (*rcp && is_cfs(*rcp)) in x_prev_histword()
3054 while (*rcp && !is_cfs(*rcp)) in x_prev_histword()
3056 while (*rcp && is_cfs(*rcp)) in x_prev_histword()
3060 while (*rcp && !is_cfs(*rcp)) in x_prev_histword()