Searched refs:count_only (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpgrep.c26 static BOOL count_only = FALSE; variable
82 if (count_only) count++;
103 if (count_only)
154 case 'c': count_only = TRUE; break;
H A Dpcregrep.c66 static BOOL count_only = FALSE; variable
316 if (count_only) count++;
337 if (count_only)
474 case 'c': count_only = TRUE; break;
/macosx-10.9.5/vim-53/src/proto/
H A Dex_cmds.pro37 int do_sub_msg __ARGS((int count_only));
/macosx-10.9.5/pcre-7/pcre/
H A Dpcregrep.c160 static BOOL count_only = FALSE; variable
1060 if (count_only) count++;
1350 if (!only_matching && !count_only)
1367 if (count_only)
1689 case 'c': count_only = TRUE; break;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dspecman.vim27 syn keyword specmanStatement cover using count_only trace_only at_least transition item ranges
/macosx-10.9.5/vim-53/src/
H A Dex_cmds.c5182 do_sub_msg(count_only)
5183 int count_only; /* used 'n' flag for ":s" */
5192 || count_only)
5201 "%s", count_only ? _("1 match") : _("1 substitution"));
5204 count_only ? _("%ld matches") : _("%ld substitutions"),

Completed in 96 milliseconds