Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcsh/
Ded.inputl.c846 while (ismetahash(*argptr) || iscmdmeta(*argptr)) in SpellLine()
850 (!ismetahash(*Cursor) && !iscmdmeta(*Cursor))); in SpellLine()
924 while (ismetahash(*argptr) || iscmdmeta(*argptr)) in CompleteLine()
928 (!ismetahash(*Cursor) && !iscmdmeta(*Cursor))); in CompleteLine()
Dtw.h78 #define ismetahash(a) (ismeta(a) && (a) != '#') macro
Dtw.comp.c230 if (ismetahash(*bf)) in tw_tok()
Dtw.parse.c213 if (ismetahash(qline.s[qline.len - 1]) in tenematch()