Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c888 #define is_mfs(c) (!(ksh_isalnux(c) || (c) == '$' || ((c) & 0x80))) macro
1520 while (cp != xbuf && is_mfs(cp[-1])) { in x_bword()
1524 while (cp != xbuf && !is_mfs(cp[-1])) { in x_bword()
1544 while (cp != xep && is_mfs(*cp)) in x_fword()
1546 while (cp != xep && !is_mfs(*cp)) in x_fword()
3199 while (cp != xep && is_mfs(*cp)) in x_fold_case()
3217 while (cp != xep && !is_mfs(*cp)) { in x_fold_case()