Searched refs:complete (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/macosx-10.10/tcsh-65/tcsh/
H A Dcomplete.tcsh2 # $tcsh: complete.tcsh,v 1.51 2007/10/01 21:51:59 christos Exp $
6 # /usr/share/doc/tcsh/examples/complete.gz
9 # decompressing it into the home directory as ~/.complete and
10 # then adding the line "source ~/.complete" and maybe defining
64 complete ywho n/*/\$hosts/ # argument from list in $hosts
65 complete rsh p/1/\$hosts/ c/-/"(l n)"/ n/-l/u/ N/-l/c/ n/-/c/ p/2/c/ p/*/f/
66 complete ssh p/1/\$hosts/ c/-/"(l n)"/ n/-l/u/ N/-l/c/ n/-/c/ p/2/c/ p/*/f/
67 complete xrsh p/1/\$hosts/ c/-/"(l 8 e)"/ n/-l/u/ N/-l/c/ n/-/c/ p/2/c/ p/*/f/
68 complete rlogin p/1/\$hosts/ c/-/"(l 8 e)"/ n/-l/u/
69 complete telne
[all...]
/macosx-10.10/ruby-106/ruby/misc/
H A Drb_optparse.zsh17 # generate-complete-function/ruby/optparse COMMAND1
18 # generate-complete-function/ruby/optparse COMMAND2
21 generate-complete-function/ruby/optparse ()
34 compdef _command generate-complete-function/ruby/optparse
37 generate-complete-function/ruby/optparse "$cmd"
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dopenp.c27 * i = openp (path,file,complete,flags,mode)
28 * f = fopenp (path,file,complete,type)
31 * char *path,*file,*complete,*type;
36 * is copied into "complete" and openp returns the file
58 int openp(const char *fpath, char *file, char *complete, int flags, int mode);
79 openp(const char *fpath, char *file, char *complete, int flags, int mode) argument
83 if (searchp(fpath,file,complete,func) < 0) return (-1);
88 fopenp(const char *fpath, char *file, char *complete, const char *ftype) argument
91 if (searchp(fpath,file,complete,ffunc) < 0) return (0);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/complete/
H A Dcomplete.ianmac20 complete -d cd mkdir rmdir pushd
23 complete -f cat less more chown ln strip
24 complete -f -X '*.gz' gzip
25 complete -f -X '*.Z' compress
26 complete -f -X '!*.+(Z|gz|tgz|Gz)' gunzip zcat zmore
27 complete -f -X '!*.Z' uncompress zmore zcat
28 complete -f -X '!*.+(gif|jpg|jpeg|GIF|JPG|bmp)' ee xv
29 complete -f -X '!*.+(ps|PS|ps.gz)' gv
30 complete -f -X '!*.+(dvi|DVI)' dvips xdvi dviselect dvitype
31 complete
[all...]
H A Dcomplete-examples50 # ksh-style extended glob pattern - must be complete
102 complete -f -- . source
103 complete -A enabled builtin
104 complete -d cd
109 complete -c command
114 complete -v export local readonly
115 complete -A helptopic help # currently same as builtins
117 complete -d pushd
119 complete -A shopt shopt
121 complete
[all...]
H A Dcomplete.gnu-longopt43 complete -o default -F _longopt_func ldd wget bash id info # some examples that work
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_get_name_attribute.c40 int *complete,
52 if (complete != NULL)
53 *complete = 0;
74 complete,
36 gss_get_name_attribute(OM_uint32 *minor_status, gss_name_t input_name, gss_buffer_t attr, int *authenticated, int *complete, gss_buffer_t value, gss_buffer_t display_value, int *more) argument
H A Dgss_acquire_cred_ex.c43 gss_acquire_cred_complete complete = ctx; local
45 complete(status, cred, set, min_time);
46 Block_release(complete);
56 gss_acquire_cred_complete complete)
60 complete = (gss_acquire_cred_complete)Block_copy(complete);
69 complete,
72 Block_release(complete);
50 gss_acquire_cred_ex(const gss_name_t desired_name, OM_uint32 flags, OM_uint32 time_req, gss_const_OID desired_mech, gss_cred_usage_t cred_usage, gss_auth_identity_t identity, gss_acquire_cred_complete complete) argument
H A Dgss_set_name_attribute.c38 int complete,
59 complete,
36 gss_set_name_attribute(OM_uint32 *minor_status, gss_name_t input_name, int complete, gss_buffer_t attr, gss_buffer_t value) argument
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D4_choice35 return [my complete]
42 return [my complete]
H A D5_sequence35 return [my complete]
42 return [my complete]
H A D10_notahead35 return [my complete]
42 return [my complete]
H A D6_optional35 return [my complete]
42 return [my complete]
H A D7_kleene35 return [my complete]
42 return [my complete]
H A D8_pkleene35 return [my complete]
42 return [my complete]
H A D9_ahead35 return [my complete]
42 return [my complete]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDMedia.cpp173 complete(completion, kIOReturnNoMedia);
179 complete(completion, kIOReturnNotOpen);
185 complete(completion, kIOReturnUnformattedMedia);
191 complete(completion, kIOReturnBadArgument);
197 complete(completion, kIOReturnBadArgument);
233 complete(completion, kIOReturnNoMedia);
239 complete(completion, kIOReturnNotOpen);
245 complete(completion, kIOReturnNotPrivileged);
251 complete(completion, kIOReturnLockedWrite);
257 complete(completio
[all...]
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dconnect.c41 heim_ipc_complete complete,
61 (*complete)(cctx, EINVAL, NULL);
72 (*complete)(cctx, EINVAL, NULL);
87 (*complete)(cctx, ret, &rep);
39 kcm_service(void *ctx, const heim_idata *req, const heim_icred cred, heim_ipc_complete complete, heim_sipc_call cctx) argument
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dinttimes.d51 sdt:::interrupt-complete
63 sdt:::interrupt-complete
/macosx-10.10/dtrace-147/DTTk/Cpu/
H A Dinttimes.d51 sdt:::interrupt-complete
63 sdt:::interrupt-complete
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domhtmlimageelement.py10 self.assertResultIsBOOL(DOMHTMLImageElement.complete)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_domhtmlimageelement.py10 self.assertResultIsBOOL(DOMHTMLImageElement.complete)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D4_choice36 return [$myparser complete]
43 return [$myparser complete]
H A D5_sequence36 return [$myparser complete]
43 return [$myparser complete]
/macosx-10.10/tcsh-65/tcsh/cygwin/
H A Dcsh.cshrc26 # path in $PATH. This breaks complete.tcsh starting with tcsh 6.15.00.
32 if ($?tcsh && -r /etc/profile.d/complete.tcsh) then
33 source /etc/profile.d/complete.tcsh
53 set complete=enhance

Completed in 472 milliseconds

1234567891011>>