Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c890 #define is_mfs(c) (!(ksh_isalnux(c) || (c) == '$' || ((c) & 0x80))) macro
1523 while (cp != xbuf && is_mfs(cp[-1])) { in x_bword()
1527 while (cp != xbuf && !is_mfs(cp[-1])) { in x_bword()
1547 while (cp != xep && is_mfs(*cp)) in x_fword()
1549 while (cp != xep && !is_mfs(*cp)) in x_fword()
3205 while (cp != xep && is_mfs(*cp)) in x_fold_case()
3223 while (cp != xep && !is_mfs(*cp)) { in x_fold_case()