ctx_type         1098 maint/gnulib/lib/regcomp.c 	switch (dfa->nodes[node].opr.ctx_type)
ctx_type         1397 maint/gnulib/lib/regcomp.c 	dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type;
ctx_type         1846 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_FIRST;
ctx_type         1853 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_LAST;
ctx_type         1860 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_DELIM;
ctx_type         1867 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = NOT_WORD_DELIM;
ctx_type         1890 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = BUF_FIRST;
ctx_type         1897 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = BUF_LAST;
ctx_type         1993 maint/gnulib/lib/regcomp.c       token->opr.ctx_type = LINE_FIRST;
ctx_type         2007 maint/gnulib/lib/regcomp.c       token->opr.ctx_type = LINE_LAST;
ctx_type         2353 maint/gnulib/lib/regcomp.c       if ((token->opr.ctx_type
ctx_type         2357 maint/gnulib/lib/regcomp.c       if (token->opr.ctx_type == WORD_DELIM
ctx_type         2358 maint/gnulib/lib/regcomp.c 	  || token->opr.ctx_type == NOT_WORD_DELIM)
ctx_type         2361 maint/gnulib/lib/regcomp.c 	  if (token->opr.ctx_type == WORD_DELIM)
ctx_type         2363 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_FIRST;
ctx_type         2365 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_LAST;
ctx_type         2369 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = INSIDE_WORD;
ctx_type         2371 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = INSIDE_NOTWORD;
ctx_type          348 maint/gnulib/lib/regex_internal.h     re_context_type ctx_type;	/* for ANCHOR */