Searched refs:pre (Results 251 - 275 of 587) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/zsh-60/zsh/Src/
H A Dsubst.c3345 int pre = 0, post = 0; local
3352 pre = 2;
3361 pre = post = 1;
3380 *ap = (char *) zhalloc(pre + sl + post + 1);
3381 strcpy((*ap) + pre, tmp);
3382 if (pre)
3383 ap[0][pre - 1] = ap[0][pre + sl] =
3385 ap[0][pre + sl + 1] = '\0';
3419 val = (char *) zhalloc(pre
[all...]
H A Dparse.c2797 wordcode pre[FD_PRELEN]; local
2805 memset(pre, 0, sizeof(wordcode) * FD_PRELEN);
2808 fdmagic(pre) = (other ? FD_OMAGIC : FD_MAGIC);
2809 fdsetflags(pre, ((map ? FDF_MAP : 0) | other));
2810 fdsetother(pre, tlen);
2811 strcpy(fdversion(pre), ZSH_VERSION);
2812 write_loop(dfd, (char *)pre, FD_PRELEN * sizeof(wordcode));
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm405 my ($pre, $name, $parcomm, $ws) = ($1, $2, $3, $4);
408 $pre = 2 + length($pre) + length($name) + length($ws);
409 if (m/\G ( (?: \n? [ ]{$pre,} [#] [^\n]* )+ )/gcxms) {
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/bin/
H A Dtpage178 --tag_style=STYLE Use pre-defined tag STYLE
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/bin/
H A Dtpage178 --tag_style=STYLE Use pre-defined tag STYLE
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A DMakefile.in314 pre=`echo $$i | $(SED) -e 's/\/.*$$//' -e 's/back-//'`; \
316 mv $$j $${pre}$$j; \
H A Dschema_init.c604 char pre,
613 if(pre) HASH_Update(HASHcontext, (unsigned char*)&pre, sizeof(pre));
972 char pre; local
1036 pre = SLAP_INDEX_SUBSTR_INITIAL_PREFIX;
1042 hashPreset( &HASHcontext, prefix, pre, syntax, mr );
1053 pre = SLAP_INDEX_SUBSTR_PREFIX;
1054 hashPreset( &HASHcontext, prefix, pre, syntax, mr);
1066 pre
601 hashPreset( HASH_CONTEXT *HASHcontext, struct berval *prefix, char pre, Syntax *syntax, MatchingRule *mr) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/
H A Dtests.sh52 echo "I:comparing pre-update copies to known good data"
81 pre=`$DIG +short new.other.nil. @10.53.0.1 a -p 5300` || status=1
82 [ -z "$pre" ] || status=1
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclFileName.c1962 const char *pre;
1972 pre = Tcl_GetStringFromObj(pathPrefix, &prefixLen);
1974 && (strchr(separators, pre[prefixLen-1]) == NULL)) {
1982 || (pre[1] != ':')) {
1946 const char *pre; local
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/ext/
H A Dconfigure133 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
137 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
264 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
266 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
270 | --program-pre | --program-pr | --program-p)
273 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthdb.c127 int pre; member in struct:_db_upgrade_stages
133 { .pre = -1, .main = 0, .post = -1 } // Create version AUTHDB_VERSION databse.
164 s3e = _db_run_script(dbconn, script->pre);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dvi_mode.c1351 int count = 1, brack, pos, tmp, pre; local
1360 pre = rl_point;
1362 if (pre == rl_point)
/macosx-10.9.5/cxxfilt-11/cxxfilt/etc/
H A Dconfigure32 # Work around bugs in pre-3.0 UWIN ksh.
381 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
385 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
464 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
470 | --program-pre | --program-pr | --program-p)
473 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1496 # Work around bugs in pre-3.0 UWIN ksh.
/macosx-10.9.5/efax-36/efax/
H A Dconfigure219 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
223 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
302 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
304 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
308 | --program-pre | --program-pr | --program-p)
311 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Drefer.cpp466 string pre(line.contents() + 2, line.length() - 3);
518 int have_text = pre.length() > 0 || post.length() > 0;
523 pending_line += pre;
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dconfigure32 # Work around bugs in pre-3.0 UWIN ksh.
380 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
384 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
463 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
465 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
469 | --program-pre | --program-pr | --program-p)
472 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1398 # Work around bugs in pre-3.0 UWIN ksh.
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dconfigure32 # Work around bugs in pre-3.0 UWIN ksh.
381 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
385 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
464 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
470 | --program-pre | --program-pr | --program-p)
473 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1499 # Work around bugs in pre-3.0 UWIN ksh.
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dbsd_vm.c308 thread_precedence_policy_data_t pre; local
312 pre.importance = INT32_MAX;
321 (thread_policy_t)&pre,
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dsigproc2.c200 double d,pre,pre3,pre2,pre0,pss,pss7,thres; local
230 pre = ee * *xl;
240 pp2 = p; pre3 = .375 * pre; pre2 = .25 * pre; pre0 = .0625 * pre;
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm719 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
724 return $pre.$plural.$post;
731 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
734 return $pre.$plural.$post;
741 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
745 return $pre.$plural.$post;
752 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
756 return $pre.$plural.$post;
1154 my ($pre, $word, $post) = ( $str =~ m/\A(\s*)(?:an?\s+)?(.+?)(\s*)\Z/i );
1157 return $pre
[all...]
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm873 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
878 return $pre.$plural.$post;
885 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
888 return $pre.$plural.$post;
895 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
899 return $pre.$plural.$post;
906 my ($pre, $word, $post) = ($str =~ m/\A(\s*)(.+?)(\s*)\Z/);
910 return $pre.$plural.$post;
1333 my ($pre, $word, $post) = ( $str =~ m/\A(\s*)(?:an?\s+)?(.+?)(\s*)\Z/i );
1336 return $pre
[all...]
/macosx-10.9.5/CPANInternal-140/JSON/lib/JSON/
H A DPP.pm362 my ($pre, $post) = $indent ? $self->_up_indent() : ('', '');
385 return '{' . ( $has ? $pre : '' ) # indent
386 . ( $has ? join(",$pre", map { utf8::decode($_) if ($] < 5.008); # key for Perl 5.6
403 my ($pre, $post) = $indent ? $self->_up_indent() : ('', '');
419 return '[' . ( @res ? $pre : '' ) . ( @res ? join( ",$pre", @res ) . $post : '' ) . ']';
544 my ($pre,$post) = ('','');
550 $pre = "\n" . $space x $indent_count;
552 return ($pre,$post);
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2html1767 # pre-defined indices
1955 q{"<TABLE><tr>$T2H_EXAMPLE_INDENT_CELL<td class=example><pre>"},
1956 q{'</pre></td></tr></table>'}
1960 q{"<TABLE><tr>$T2H_SMALL_EXAMPLE_INDENT_CELL<td class=smallexample><FONT SIZE=$T2H_SMALL_FONT_SIZE><pre>"},
1961 q{'</FONT></pre></td></tr></table>'}
1965 q{"<TABLE><tr>$T2H_EXAMPLE_INDENT_CELL<td class=display><pre " . 'style="font-family: serif">'},
1966 q{'</pre></td></tr></table>'}
1970 q{"<TABLE><tr>$T2H_SMALL_EXAMPLE_INDENT_CELL<td class=smalldisplay><FONT SIZE=$T2H_SMALL_FONT_SIZE><pre " . 'style="font-family: serif">'},
1971 q{'</pre></FONT></td></tr></table>'}
3249 $start = '<pre>'
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css1011 white-space: pre-wrap;
1076 white-space: pre-wrap;
1278 white-space: pre;
1432 white-space: pre-wrap;
2210 white-space: pre;
2299 white-space: pre;
2621 white-space: pre;
2653 white-space: pre;
2706 white-space: pre-wrap;
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlw-shell.el2119 (let ((bos (save-excursion (idlwave-start-of-substatement 'pre) (point)))
2965 (add-hook 'pre-command-hook
2967 (add-hook 'pre-command-hook
3157 var fetch-start fetch-end pre post)
3169 pre (substring expr 0 (match-beginning 2))
3174 (string-match ",[ \t$\n]*/\\'" pre) ;; a `/' KEYWORD
3175 (and (string-match "[,(][ \t\n]*\\'" pre)
3178 (string-match "->[ \t]*\\'" pre) ;; a method
3179 (string-match "\\.\\'" pre))) ;; structure member
3182 ((and (string-match "\\([\"\']\\)[^\1]*$" pre)
[all...]

Completed in 239 milliseconds

<<11121314151617181920>>