Searched refs:prepended (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dprepargs.c82 int prepended = prepend_args (options, buf, (char **) 0); local
85 char **pp = (char **) xmalloc ((prepended + argc + 1) * sizeof *pp);
86 *pargc = prepended + argc;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dprepargs.c84 int prepended = prepend_args (options, buf, (char **) 0); local
87 char **pp = (char **) xmalloc ((prepended + argc + 1) * sizeof *pp);
88 *pargc = prepended + argc;
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dsyntaxcomplete.vim79 let s:prepended = ''
112 " Remember the text that comes before it in s:prepended.
114 let s:prepended = ''
117 let s:prepended = strpart(line, start, (col('.') - 1) - start)
121 " let base = s:prepended . a:base
122 let base = s:prepended
H A Dccomplete.vim48 " Remember the text that comes before it in s:prepended.
50 let s:prepended = ''
53 let s:prepended = strpart(line, start, lastword - start)
59 let base = s:prepended . a:base
H A Dsqlcomplete.vim187 " Remember the text that comes before it in s:prepended.
189 let s:prepended = ''
192 let s:prepended = strpart(line, start, lastword - start)
198 " s:prepended is set by the first pass
199 let base = s:prepended . a:base
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DSyslog.pm147 This string will be prepended to all messages in the system log.
/macosx-10.10.1/ruby-106/ruby/
H A Dclass.c1012 int recur, prepended = 0; local
1026 prepended = 1;
1032 if (BUILTIN_TYPE(mod) == T_ICLASS && !prepended) continue;
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl46 prepended as needed, for example: -archive, -permissions, -size, -mtime etc. The attribute "filename"
57 addition to symbols used by "string match", have a "!" prepended to it, which will negate the
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DService.pm315 are prepended and appended to all templates processed by the service (but not
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm1006 Its value will be prepended to the switches used to invoke perl on
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm1467 instead of C<$AUTOLOAD>, and does I<not> have the class name prepended
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2374 is the same as the accessor method with "add_to_" prepended.
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex434 % We prepended an \empty token at the very beginning and we expand it now,
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex437 % We prepended an \empty token at the very beginning and we expand it now,
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex437 % We prepended an \empty token at the very beginning and we expand it now,
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex442 % We prepended an \empty token at the very beginning and we expand it now,
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex442 % We prepended an \empty token at the very beginning and we expand it now,
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex568 the largest single digit value is $9$. However, by concatenating digits together larger numbers may be represented. Newly prepended digits

Completed in 438 milliseconds