context 139 gnulib-tests/argmatch.c quote_n (1, context)); context 188 gnulib-tests/argmatch.c argmatch_invalid (context, arg, res); context 250 lib/c-stack.c ucontext_t const *user_context = context; context 1467 lib/regex_internal.c re_hashval_t hash = nodes->nelem + context; context 1549 lib/regex_internal.c hash = calc_state_hash (nodes, context); context 1556 lib/regex_internal.c && state->context == context context 1561 lib/regex_internal.c new_state = create_cd_newstate (dfa, nodes, context, hash); context 1696 lib/regex_internal.c newstate->context = context; context 1734 lib/regex_internal.c if (NOT_SATISFY_PREV_CONSTRAINT (constraint,context)) context 521 lib/regex_internal.h ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ context 522 lib/regex_internal.h || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \ context 523 lib/regex_internal.h || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\ context 524 lib/regex_internal.h || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context))) context 527 lib/regex_internal.h ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ context 528 lib/regex_internal.h || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \ context 529 lib/regex_internal.h || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \ context 530 lib/regex_internal.h || (((constraint) & NEXT_ENDBUF_CONSTRAINT) && !IS_ENDBUF_CONTEXT (context))) context 540 lib/regex_internal.h unsigned int context : 4; context 1087 lib/regexec.c unsigned int context; context 1088 lib/regexec.c context = re_string_context_at (&mctx->input, idx - 1, mctx->eflags); context 1089 lib/regexec.c if (IS_WORD_CONTEXT (context)) context 1091 lib/regexec.c else if (IS_ORDINARY_CONTEXT (context)) context 1093 lib/regexec.c else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context)) context 1095 lib/regexec.c else if (IS_NEWLINE_CONTEXT (context)) context 1097 lib/regexec.c else if (IS_BEGBUF_CONTEXT (context)) context 1102 lib/regexec.c context); context 1263 lib/regexec.c if (NOT_SATISFY_NEXT_CONSTRAINT (constraint, context)) context 1278 lib/regexec.c unsigned int context; context 1282 lib/regexec.c context = re_string_context_at (&mctx->input, idx, mctx->eflags); context 1284 lib/regexec.c if (check_halt_node_context (mctx->dfa, state->nodes.elems[i], context)) context 2339 lib/regexec.c unsigned int context; context 2340 lib/regexec.c context context 2344 lib/regexec.c if (IS_WORD_CONTEXT (context)) context 2381 lib/regexec.c unsigned int context; context 2402 lib/regexec.c context = re_string_context_at (&mctx->input, context 2406 lib/regexec.c = re_acquire_state_context (err, dfa, &next_nodes, context); context 2513 lib/regexec.c unsigned int context; context 2532 lib/regexec.c context = re_string_context_at (&mctx->input, cur_str_idx, mctx->eflags); context 2533 lib/regexec.c next_state = re_acquire_state_context (err, dfa, &next_nodes, context); context 2558 lib/regexec.c unsigned int context; context 2566 lib/regexec.c context = re_string_context_at (&mctx->input, context 2570 lib/regexec.c context)) context 2602 lib/regexec.c context = re_string_context_at (&mctx->input, dest_idx - 1, context 2605 lib/regexec.c = re_acquire_state_context (&err, dfa, &dest_nodes, context); context 2628 lib/regexec.c unsigned int context; context 2638 lib/regexec.c context = re_string_context_at (&mctx->input, cur_str_idx, context 2640 lib/regexec.c if (NOT_SATISFY_NEXT_CONSTRAINT (node->constraint, context)) context 2670 lib/regexec.c context = re_string_context_at (&mctx->input, dest_str_idx - 1, context 2680 lib/regexec.c context); context 2697 lib/regexec.c = re_acquire_state_context (&err, dfa, &dest_nodes, context); context 2941 lib/regexec.c unsigned int context; context 2971 lib/regexec.c context = re_string_context_at (&mctx->input, str_idx - 1, mctx->eflags); context 3008 lib/regexec.c cur_state = re_acquire_state_context (&err, dfa, &next_nodes, context); context 3058 lib/regexec.c context = re_string_context_at (&mctx->input, str_idx - 1, mctx->eflags); context 3059 lib/regexec.c cur_state = re_acquire_state_context (&err, dfa, &next_nodes, context); context 4134 lib/regexec.c unsigned int context = re_string_context_at (&mctx->input, idx, context 4136 lib/regexec.c if (NOT_SATISFY_NEXT_CONSTRAINT (node->constraint, context)) context 543 src/analyze.c struct context ctxt; context 183 src/context.c first0 = MAX (first0 - context, i); context 184 src/context.c first1 = MAX (first1 - context, i); context 185 src/context.c if (last0 < files[0].valid_lines - context) context 186 src/context.c last0 += context; context 189 src/context.c if (last1 < files[1].valid_lines - context) context 190 src/context.c last1 += context; context 313 src/context.c first0 = MAX (first0 - context, i); context 314 src/context.c first1 = MAX (first1 - context, i); context 315 src/context.c if (last0 < files[0].valid_lines - context) context 316 src/context.c last0 += context; context 319 src/context.c if (last1 < files[1].valid_lines - context) context 320 src/context.c last1 += context; context 408 src/context.c (LIN_MAX - 1) / 2 < context ? LIN_MAX : 2 * context + 1; context 409 src/context.c lin ignorable_threshold = context; context 348 src/diff.c if (context < numval) context 349 src/diff.c context = numval; context 356 src/diff.c if (context < 3) context 357 src/diff.c context = 3; context 484 src/diff.c if (context < 3) context 485 src/diff.c context = 3; context 637 src/diff.c context = 3; context 661 src/diff.c && (context < ocontext context 662 src/diff.c || (ocontext < context && ! explicit_context))) context 663 src/diff.c context = ocontext; context 690 src/diff.c if (horizon_lines < context) context 691 src/diff.c horizon_lines = context; context 91 src/diff.h XTERN lin context; context 434 src/io.c if (context <= i && no_diff_means_no_output) context 650 src/io.c && context < LIN_MAX / 4 && context < n0) context 654 src/io.c for (prefix_count = 1; prefix_count <= context; prefix_count *= 2) context 657 src/io.c + MIN (context, suffix_guess)); context 691 src/io.c buffered_prefix = prefix_count && context < lines ? context : lines; context 697 src/io.c alloc_lines1 = buffered_prefix + middle_guess + MIN (context, suffix_guess); context 707 src/io.c linbuf1[i] = linbuf0[(lines - context + i) & prefix_mask];