Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c805 #define is_mfs(c) (!(ksh_isalnux(c) || (c) == '$' || ((c) & 0x80))) macro
1427 while (cp != xbuf && is_mfs(cp[-1])) { in x_bword()
1431 while (cp != xbuf && !is_mfs(cp[-1])) { in x_bword()
1453 while (cp != xep && is_mfs(*cp)) in x_fword()
1455 while (cp != xep && !is_mfs(*cp)) in x_fword()
3047 while (cp != xep && is_mfs(*cp)) in x_fold_case()
3063 while (cp != xep && !is_mfs(*cp)) { in x_fold_case()