Searched +refs:diff +refs:count +refs:matches (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/cups-408/cups/scheduler/
H A Dcups-driverd.cxx93 int matches; /* Match count */ member in struct:__anon7295
372 src->po_files->count, filename);
717 if (p1->matches != p0->matches)
718 return (p1->matches - p0->matches);
733 int diff; /* Difference between strings */ local
736 if ((diff = strcmp(p0->record.filename, p1->record.filename)) != 0)
737 return (diff);
751 int diff; /* Difference between strings */ local
1007 int count; /* Number of PPDs to send */ local
1043 cups_array_t *matches; /* Matching PPDs */ local
[all...]
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dhelp-index.c293 * SP count word
306 word->count = atoi(line + 1);
499 if (cupsFilePrintf(fp, " %d %s\n", word->count, word->text) < 0)
528 int matches; /* Number of matches */ local
608 matches = cgiDoSearch(sc, node->text);
614 matches += word->count;
616 if (matches > 0)
622 node->score = matches;
1241 int diff; /* Difference */ local
1270 int diff; /* Difference */ local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dreplace.el67 "*Non-nil means `query-replace' and friends ignore read-only matches."
73 "*Non-nil means to highlight matches during query replacement."
89 "Face for highlighting query replacement matches."
148 (push '(number-to-string replace-count) list))
218 only matches surrounded by word boundaries.
261 only matches surrounded by word boundaries.
315 reference `replace-count' to get the number of replacements already made.
323 In interactive use, `\\#' in itself stands for `replace-count'.
336 only matches that are surrounded by word boundaries.
368 "Replace some matches fo
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm740 Warn "skipping file: '$input_file': no matches found\n";
1698 $add_option->( 'long-block-line-count', 'lbl', '=i' );
1846 long-block-line-count=8
2342 my $count = @ARGV;
2354 There are $count unrecognized values in the configuration file '$config_file':
2473 # check iteration count and quietly fix if necessary:
3709 # NOTES: The -1 count is needed to avoid loss of trailing blank lines
3904 my $count = @$rinput_buffer;
4733 if ( my $count = $rtoc_name_count->{ lc $unique_name }++ ) {
4734 $unique_name .= "-$count";
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim30 syn keyword vimOption contained al antialias autochdir background balloondelay bexpr bk bs casemap cf cink cmdheight colorcolumn completefunc copyindent cryptmethod cspc cul def diff display edcompatible endofline errorformat fcl fdm fex filetype fo foldlevelstart formatexpr ft gfw gtt guipty hh hkmap ic imc imsearch indentkeys isf isprint km lbr list lsp makeprg maxmem mh mmp more mouses mzq nuw opfunc patchexpr pfn popt printfont pumheight redrawtime rightleft rtp sbo scrolljump sel shell shelltype showbreak si smartcase softtabstop spelllang sps sta su swb syntax tagbsearch tb term textwidth timeoutlen tm tr ttm ttyscroll udir updatecount vdir viewdir wa wd wi wildmode winfixwidth wiw wrap writedelay
74 syn keyword vimFuncName contained acos argc asin browse buflisted bufnr byteidx changenr clearmatches complete_add copy count deepcopy diff_filler escape executable expand feedkeys filter float2nr fnameescape foldclosedend foldtextresult garbagecollect getbufvar getcmdline getcwd getfsize getline getpid getreg gettabwinvar getwinvar has hasmapto histget hlID indent inputdialog inputsave isdirectory join libcall line2byte log maparg matchadd matchend max mkdir mzeval nr2char pow printf range reltime remote_expr remote_peek remote_send rename resolve round searchdecl searchpairpos server2client setbufvar setline setmatches setqflist settabvar setwinvar simplify sinh soundfold spellsuggest sqrt str2nr strdisplaywidth stridx strlen strridx strwidth substitute synID synIDtrans system tabpagenr tagfiles tan tempname toupper trunc undofile values visualmode wincol winline winrestcmd winsaveview writefile
222 " Try to catch strings, if nothing else matches (therefore it must precede the others!)
351 syn match vimNotation '\(\\\|<lt>\)\=<\%(q-\)\=\(line[12]\|count\|bang\|reg\|args\|f-args\|lt\)>' contains=vimBracket
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim329 " call Decho("fo=".&fo.(exists("&acd")? " acd=".&acd : " acd doesn't exist")." diff=".&l:diff)
344 let {a:vt}netrw_diffkeep = &l:diff
404 if exists("{a:vt}netrw_diffkeep") |let &l:diff = {a:vt}netrw_diffkeep |unlet {a:vt}netrw_diffkeep |endif
441 " call Decho("diff=".&l:diff." win#".winnr()." w:netrw_diffkeep=".(exists("w:netrw_diffkeep")? w:netrw_diffkeep : "doesn't exist"))
644 " call Decho("yes, choice matches '^.*[\/]$'")
2034 " call Dfunc("s:NetrwBookHistHandler(chg=".a:chg." curdir<".a:curdir.">) cnt=".v:count." histcnt=".g:netrw_dirhist_cnt." histmax=".g:netrw_dirhistmax)
2051 " call Decho("(user: <".v:count."mb>) change to the bookmarked directory")
2052 if exists("g:netrw_bookmarklist[v:count
[all...]

Completed in 117 milliseconds