Searched refs:an (Results 1 - 25 of 1270) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstruniq.c38 register char** an; local
41 ao = an = argv;
43 while (++an < ae)
45 while (streq(*ao, *an))
46 if (++an >= ae)
48 *++ao = *an;
/macosx-10.10.1/vim-55/runtime/
H A Dsynmenu.vim38 an 50.10.100 &Syntax.AB.A2ps\ config :cal SetSyn("a2ps")<CR>
39 an 50.10.110 &Syntax.AB.Aap :cal SetSyn("aap")<CR>
40 an 50.10.120 &Syntax.AB.ABAP/4 :cal SetSyn("abap")<CR>
41 an 50.10.130 &Syntax.AB.Abaqus :cal SetSyn("abaqus")<CR>
42 an 50.10.140 &Syntax.AB.ABC\ music\ notation :cal SetSyn("abc")<CR>
43 an 50.10.150 &Syntax.AB.ABEL :cal SetSyn("abel")<CR>
44 an 50.10.160 &Syntax.AB.AceDB\ model :cal SetSyn("acedb")<CR>
45 an 50.10.170 &Syntax.AB.Ada :cal SetSyn("ada")<CR>
46 an 50.10.180 &Syntax.AB.AfLex :cal SetSyn("aflex")<CR>
47 an 50.1
[all...]
H A Dmenu.vim7 " Note that ":an" (short for ":anoremenu") is often used to make a menu work
71 an 9999.10 &Help.&Overview<Tab><F1> :help<CR>
72 an 9999.20 &Help.&User\ Manual :help usr_toc<CR>
73 an 9999.30 &Help.&How-to\ links :help how-to<CR>
74 an <silent> 9999.40 &Help.&Find\.\.\. :call <SID>Helpfind()<CR>
75 an 9999.45 &Help.-sep1- <Nop>
76 an 9999.50 &Help.&Credits :help credits<CR>
77 an 9999.60 &Help.Co&pying :help copying<CR>
78 an 9999.70 &Help.&Sponsor/Register :help sponsor<CR>
79 an 9999.7
[all...]
/macosx-10.10.1/Libc-1044.1.2/secure/
H A Dsecure.h14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
31 /* Assert if a -> a+an and b -> b+bn overlap.
34 extern void __chk_overlap (const void *a, size_t an, const void *b, size_t bn);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dsearch.c48 AttributeName *an; local
74 for ( an = op->oq_search.rs_attrs; an && an->an_name.bv_val; an++ ) {
75 fprintf( wfp, " %s", an->an_name.bv_val );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dsearch.c42 AttributeName *an; local
63 for ( an = op->oq_search.rs_attrs; an && an->an_name.bv_val; an++ ) {
64 fprintf( fp, " %s", an->an_name.bv_val );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dsearch.c32 AttributeName *an; local
53 for ( an = op->ors_attrs; an && an->an_name.bv_val; an++ ) {
54 XPUSHs(sv_2mortal(newSVpv( an->an_name.bv_val , 0)));
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dlongdir.test12 longname=This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D34_next_method_in_eval.t12 This tests the use of an eval{} block to wrap a next::method call.
H A D35_next_method_in_anon.t12 This tests the successful handling of a next::method call from within an
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
H A Dtoplevel.ml23 print_endline "parsed an extern.";
25 (* Evaluate a top-level expression into an anonymous function. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
H A Dtoplevel.ml26 print_endline "parsed an extern.";
29 (* Evaluate a top-level expression into an anonymous function. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DFail.pm9 This is a Cascading Delete strategy that will throw an error if any
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dtest.lua11 -- distributed under the License is distributed on an "AS IS" BASIS,
39 -- r:info("This is an info log message")
40 -- r:notice("This is an notice log message")
41 -- r:warn("This is an warn log message")
42 -- r:err("This is an err log message")
43 -- r:alert("This is an alert log message")
44 -- r:crit("This is an crit log message")
45 -- r:emerg("This is an emerg log message")
/macosx-10.10.1/iodbc-42.5/iodbc/debian/
H A DREADME.Debian19 This is an unfortunate side effect from the (legacy) version of libtool
20 used at the time when this code was written and will be fixed in an
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D116_incr_parse_fixed.t24 ok($@ =~ qr/JSON text must be an object or array/);
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/server/
H A Dsoap.daemon.forkafterprocessing10 Feel free to modify this behavior. It's just an example.
H A Dsoap.daemon.forkonaccept9 Feel free to modify it. It's just an example.
/macosx-10.10.1/apache-793/httpd/build/aix/
H A Dbuildaix.ksh12 # distributed under the License is distributed on an "AS IS" BASIS,
19 # buildaix.ksh: This script builds an AIX fileset of Apache httpd
101 [[ $? -ne 0 ]] && echo './configure' returned an error && exit -1
112 [[ $? -ne 0 ]] && echo 'make' returned an error && exit -1
116 [[ $? -ne 0 ]] && echo 'make install' returned an error && exit -1
120 [[ $? -ne 0 ]] && echo mkinstallp.ksh returned an error && exit -1
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com5 $! Calculates the PCSI kit name for use in building an installation kit.
51 $ write sys$output "the entity creating this kit. If you are an individual"
60 $ write sys$output "the entity creating this kit. If you are an individual"
135 $! We encode the snapshot date into the version as an ECO since a daily
136 $! can never have an ECO.
166 $! The presence of a patch implies an update
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of

Completed in 746 milliseconds

1234567891011>>