| /freebsd-12.1/contrib/tcsh/ |
| H A D | complete.tcsh | 87 complete complete p/1/X/ # Completions only 111 complete su \ 117 complete cc \ 121 complete acc \ 125 complete gcc \ 153 complete rm \ 165 complete find \ 221 complete dd \ 232 complete ar \ 282 complete gs \ [all …]
|
| H A D | WishList | 179 complete the command. As a trivial example, the module could duplicate 224 Don't complete commands with non-executable files. For example if I 226 tcsh will complete README as a command. But README does not have the x 232 If I have in my .tcshrc: complete {cd,pushd} p/1/d/ and I type 233 "complete cd" at the shell prompt nothing is printed. It would be nice 262 When I have a script called from complete I would like to have the the 269 complete prog 'n/-x/`myscript`' 282 be manually passed to the script: complete prog 'n/-x/`myscript 299 script/program running under complete. The only issue I see is picking
|
| /freebsd-12.1/share/examples/csh/ |
| H A D | dot.cshrc | 29 complete cd 'p/1/d/' 30 complete chown 'p/1/u/' 44 complete fg 'c/%/j/' 82 complete man 'C/*/c/' 86 complete ping 'p/1/$hosts/' 87 complete pkill 'c/-/S/' \ 95 complete rsync "c,*:/,F:/," \ 98 complete scp "c,*:/,F:/," \ 102 complete svn 'C@file:///@`'"${HOME}/etc/tcsh/complete.d/svn"'`@@' \ 108 complete ssh 'p/1/$hosts/' \ [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_get_name_attribute.c | 40 int *complete, in gss_get_name_attribute() argument 52 if (complete != NULL) in gss_get_name_attribute() 53 *complete = 0; in gss_get_name_attribute() 70 complete, in gss_get_name_attribute()
|
| H A D | gss_set_name_attribute.c | 38 int complete, in gss_set_name_attribute() argument 59 complete, in gss_set_name_attribute()
|
| /freebsd-12.1/crypto/heimdal/kcm/ |
| H A D | connect.c | 41 heim_ipc_complete complete, in kcm_service() argument 60 (*complete)(cctx, EINVAL, NULL); in kcm_service() 71 (*complete)(cctx, EINVAL, NULL); in kcm_service() 82 (*complete)(cctx, ret, &rep); in kcm_service()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_fpga/ |
| H A D | mlx5fpga_ipsec.c | 62 struct completion complete; member 109 complete(&context->complete); in mlx5_fpga_ipsec_send_complete() 173 complete(&context->complete); in mlx5_fpga_ipsec_recv() 193 context->buf.complete = mlx5_fpga_ipsec_send_complete; in mlx5_fpga_ipsec_sa_cmd_exec() 196 init_completion(&context->complete); in mlx5_fpga_ipsec_sa_cmd_exec() 223 res = wait_for_completion/*_killable XXXKIB*/(&context->complete); in mlx5_fpga_ipsec_sa_cmd_wait()
|
| H A D | mlx5fpga_xfer.c | 58 static void trans_complete(const struct mlx5_fpga_transaction *complete, 151 static void trans_complete(const struct mlx5_fpga_transaction *complete, in trans_complete() argument 160 xfer_trans = container_of(complete, struct xfer_transaction, in trans_complete() 163 …mlx5_fpga_dbg(complete->conn->fdev, "Transaction %zu bytes at %p done, status %u; %u started %u in… in trans_complete() 174 …mlx5_fpga_warn(complete->conn->fdev, "Transaction failed during transfer. %u started %u inflight %… in trans_complete()
|
| H A D | mlx5fpga_trans.c | 226 trans_priv->buf.complete = trans_send_complete; in mlx5_fpga_trans_exec() 275 goto complete; in mlx5_fpga_trans_recv() 281 goto complete; in mlx5_fpga_trans_recv() 292 goto complete; in mlx5_fpga_trans_recv() 299 goto complete; in mlx5_fpga_trans_recv() 302 complete: in mlx5_fpga_trans_recv()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 150 void complete(Decl *D) { in complete() function 191 void complete(Decl *D) { in complete() function 192 ParsingRAII.complete(D); in complete() 222 void complete(Decl *D) { in complete() function 223 ParsingRAII.complete(D); in complete() 244 void complete(Decl *D) { in complete() function 245 ParsingRAII.complete(D); in complete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 113 Address *addr, bool complete) override = 0; 140 bool complete) override; 166 bool complete) override; 190 bool complete) override;
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set30 | 5 2 complete %d 6 3 complete %d %S\n
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set30 | 5 2 complete %d 6 3 complete %d %S\n
|
| /freebsd-12.1/contrib/llvm/include/llvm/LineEditor/ |
| H A D | LineEditor.h | 119 virtual CompletionAction complete(StringRef Buffer, size_t Pos) const = 0; 124 CompletionAction complete(StringRef Buffer, size_t Pos) const override; 133 CompletionAction complete(StringRef Buffer, size_t Pos) const override { in complete() function
|
| /freebsd-12.1/contrib/tcsh/nls/et/ |
| H A D | set30 | 5 2 complete %d 6 3 complete %d %S\n
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set30 | 5 2 complete %d 6 3 complete %d %S\n
|
| /freebsd-12.1/contrib/tcsh/nls/finnish/ |
| H A D | set30 | 5 2 complete %d 6 3 complete %d %S\n
|
| /freebsd-12.1/contrib/tcsh/nls/french/ |
| H A D | set30 | 5 2 complete %d 6 3 complete %d %S\n
|
| /freebsd-12.1/crypto/heimdal/lib/ipc/ |
| H A D | ts.c | 63 heim_ipc_complete complete, in test_service() argument 70 (*complete)(cctx, 0, &rep); in test_service()
|
| H A D | ts-http.c | 63 heim_ipc_complete complete, in test_service() argument 70 (*complete)(cctx, 0, &rep); in test_service()
|
| /freebsd-12.1/sys/dev/usb/controller/ |
| H A D | saf1761_otg.c | 453 goto complete; in saf1761_host_setup_tx() 462 goto complete; in saf1761_host_setup_tx() 496 complete: in saf1761_host_setup_tx() 621 complete: in saf1761_host_bulk_data_rx() 708 complete: in saf1761_host_bulk_data_tx() 822 complete: in saf1761_host_intr_data_rx() 918 complete: in saf1761_host_intr_data_tx() 969 goto complete; in saf1761_host_isoc_data_rx() 1013 complete: in saf1761_host_isoc_data_rx() 1039 goto complete; in saf1761_host_isoc_data_tx() [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_want.pod | 55 B<BIO> layer in order to complete the actual SSL_*() operation. 62 complete the actual SSL_*() operation. 68 The operation did not complete because an application callback set by 87 The operation did not complete because an application callback set by
|
| H A D | BIO_get_data.pod | 29 indicates that initialisation is complete, whilst zero indicates that it is not. 30 Often initialisation will complete during initial construction of the BIO. For 31 some BIOs however, initialisation may not complete until after additional steps
|
| /freebsd-12.1/lib/libedit/TEST/ |
| H A D | tc1.c | 68 static unsigned char complete(EditLine *, int); 89 complete(EditLine *el, int ch) in complete() function 159 el_set(el, EL_ADDFN, "ed-complete", "Complete argument", complete); in main()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_fs.c | 106 unsigned int queuelen, complete, send_only; in ipoib_mcg_seq_show() local 112 &complete, &send_only); in ipoib_mcg_seq_show() 124 complete ? "yes" : "no", in ipoib_mcg_seq_show()
|