Searched refs:ismetahash (Results 1 – 4 of 4) sorted by relevance
846 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()
78 #define ismetahash(a) (ismeta(a) && (a) != '#') macro
230 if (ismetahash(*bf)) in tw_tok()
213 if (ismetahash(qline.s[qline.len - 1]) in tenematch()