OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_mfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
emacs.c
64
#define
is_mfs
(c) (!(isalnum((unsigned char)c) || c == '_' || c == '$')) /* Separator for motion */
macro
630
while (cp != xbuf &&
is_mfs
(cp[-1]))
635
while (cp != xbuf && !
is_mfs
(cp[-1]))
657
while (cp != xep &&
is_mfs
(*cp))
662
while (cp != xep && !
is_mfs
(*cp))
2104
while (cp != xep &&
is_mfs
(*cp))
2123
while (cp != xep && !
is_mfs
((unsigned char)*cp)) {
emacs.c
64
#define
is_mfs
(c) (!(isalnum((unsigned char)c) || c == '_' || c == '$')) /* Separator for motion */
macro
630
while (cp != xbuf &&
is_mfs
(cp[-1]))
635
while (cp != xbuf && !
is_mfs
(cp[-1]))
657
while (cp != xep &&
is_mfs
(*cp))
662
while (cp != xep && !
is_mfs
(*cp))
2104
while (cp != xep &&
is_mfs
(*cp))
2123
while (cp != xep && !
is_mfs
((unsigned char)*cp)) {
Completed in 22 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025