Home
last modified time | relevance | path

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

/dports/misc/clex/clex-4.6.patch9/src/
H A Dlex.c108 : LEX_OTHER /* closing */; in cmd2lex()
111 lex[i] = edit_isspecial(ch) ? LEX_OTHER : LEX_PLAINTEXT; in cmd2lex()
H A Dlex.h18 LEX_OTHER, /* e.g. } or closing backtick */ enumerator
H A Dcompletion.c822 if (lex[start - 1] == LEX_OTHER) { in compl_file()