Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h222 NOT_WORD_DELIM = NOT_WORD_DELIM_CONSTRAINT enumerator
Dregcomp.c1852 token->opr.ctx_type = NOT_WORD_DELIM; in peek_token()
2320 & (WORD_DELIM | NOT_WORD_DELIM | WORD_FIRST | WORD_LAST)) in parse_expression()
2324 || token->opr.ctx_type == NOT_WORD_DELIM) in parse_expression()