Searched refs:is_cfs (Results 1 – 1 of 1) sorted by relevance
886 #define is_cfs(c) ((c) == ' ' || (c) == '\t' || (c) == '"' || (c) == '\'') macro3143 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()