Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/mirbsd/src/lib/libedit/
Dcommon.c71 int count = el->el_state.argument; in ed_insert()
76 if (el->el_line.lastchar + el->el_state.argument >= in ed_insert()
92 c_insert(el, el->el_state.argument); in ed_insert()
120 el->el_state.argument, ce__isword); in ed_delete_prev_word()
176 c_delafter(el, el->el_state.argument); /* delete after dot */ in ed_delete_next_char()
294 el->el_line.cursor += el->el_state.argument; in ed_next_char()
321 el->el_state.argument, in ed_prev_word()
343 el->el_line.cursor -= el->el_state.argument; in ed_prev_char()
392 el->el_state.argument = c - '0'; in ed_digit()
394 if (el->el_state.argument > 1000000) in ed_digit()
[all …]
Demacs.c75 c_delafter(el, el->el_state.argument); in em_delete_or_list()
100 el->el_state.argument, ce__isword); in em_delete_next_word()
143 if (el->el_state.argument == 1) in em_yank()
267 el->el_state.argument, in em_next_word()
290 el->el_state.argument, ce__isword); in em_upper_case()
314 el->el_state.argument, ce__isword); in em_capitol_case()
346 el->el_state.argument, ce__isword); in em_lower_case()
399 if (el->el_state.argument > 1000000) in em_universal_argument()
402 el->el_state.argument *= 4; in em_universal_argument()
450 el->el_state.argument, ce__isword); in em_copy_prev_word()
[all …]
Dvi.c156 el->el_state.argument, in vi_prev_big_word()
181 el->el_state.argument, in vi_prev_word()
205 el->el_line.lastchar, el->el_state.argument, cv__isWord); in vi_next_big_word()
229 el->el_line.lastchar, el->el_state.argument, cv__isword); in vi_next_word()
252 for (i = 0; i < el->el_state.argument; i++) { in vi_change_case()
348 c_delafter(el, el->el_state.argument); in vi_substitute_char()
472 el->el_line.lastchar, el->el_state.argument, cv__isWord); in vi_end_big_word()
496 el->el_line.lastchar, el->el_state.argument, cv__isword); in vi_end_word()
723 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 0); in vi_next_char()
735 return cv_csearch(el, CHAR_BACK, -1, el->el_state.argument, 0); in vi_prev_char()
[all …]
/mirbsd/src/share/doc/papers/px/
Dfig2.3.raw75 ARGV 2.14 Copy specified process argument into char array
86 ATAN 2.13 Returns arctangent of argument
87 EXP 2.13 Returns exponential of argument
88 LN 2.13 Returns natural log of argument
89 COS 2.13 Returns cos of argument
90 SIN 2.13 Returns sin of argument
91 SQRT 2.13 Returns square root of argument
92 CHR* 2.15 Returns integer to ascii mapping of argument
93 ODD* 2.15 Returns \fItrue\fR if argument is odd, \fIfalse\fR if even
94 PRED* 2.7 Returns predecessor of argument
[all …]
/mirbsd/src/libexec/rpc.rwalld/
Drwalld.c150 } argument; in wallprog_1() local
169 bzero((char *)&argument, sizeof(argument)); in wallprog_1()
170 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in wallprog_1()
174 result = (*local)((char **)&argument, rqstp); in wallprog_1()
178 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in wallprog_1()
/mirbsd/src/lib/libssl/src/crypto/engine/
Dhw_cswift.c474 BIGNUM *argument; in cswift_mod_exp() local
482 modulus = exponent = argument = result = NULL; in cswift_mod_exp()
496 argument = BN_CTX_get(ctx); in cswift_mod_exp()
504 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top)) in cswift_mod_exp()
535 arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d); in cswift_mod_exp()
536 arg.value = (unsigned char *)argument->d; in cswift_mod_exp()
593 BIGNUM *argument = NULL; in cswift_mod_exp_crt() local
611 argument = BN_new(); in cswift_mod_exp_crt()
613 if(!result || !argument) in cswift_mod_exp_crt()
651 if( !bn_wexpand(argument, a->top) || in cswift_mod_exp_crt()
[all …]
Dhw_atalla.c439 BIGNUM *argument; in atalla_mod_exp() local
444 modulus = exponent = argument = result = NULL; in atalla_mod_exp()
456 argument = BN_CTX_get(ctx); in atalla_mod_exp()
464 !bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top)) in atalla_mod_exp()
481 memset(argument->d, 0, numbytes); in atalla_mod_exp()
483 BN_bn2bin(a, (unsigned char *)argument->d + numbytes - BN_num_bytes(a)); in atalla_mod_exp()
486 (unsigned char *)argument->d, in atalla_mod_exp()
/mirbsd/src/libexec/rpc.rstatd/
Drstat_proc.c289 } argument; in rstat_service() local
345 bzero((char *)&argument, sizeof(argument)); in rstat_service()
346 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in rstat_service()
350 result = (*local)(&argument, rqstp); in rstat_service()
354 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in rstat_service()
/mirbsd/src/libexec/rpc.rusersd/
Drusers_proc.c337 } argument; in rusers_service() local
422 bzero((char *)&argument, sizeof(argument)); in rusers_service()
423 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in rusers_service()
427 result = (*local)(&argument, rqstp); in rusers_service()
431 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in rusers_service()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlnumber.pod78 a numeric value is passed as an argument to such an operator, it will be
131 Perl operations which take a numeric argument treat that argument in one
137 All the operators which need an argument in the integer format treat the
138 argument as in modular arithmetic, e.g., C<mod 2**32> on a 32-bit
164 above will force their argument(s) into integer format, and return an integer
184 force the argument into the integer format. This is applicable
189 force the argument into the string format. For example, this is
194 Though forcing an argument into a particular form does not change the
Dperlxstut.pod223 argument as input and return 0 if the number is even or 1 if the number
349 Our third extension will take one argument as its input, round off that
350 value, and set the I<argument> to the rounded value.
383 Notice that in these new test cases, the argument passed to round was a
467 INPUT section, an argument that is T_DOUBLE is assigned to the variable
473 section on the argument stack.
544 It has also been reported that the "cr" argument to $(AR) is unnecessary
557 will be generating a library in it. Let's add the argument MYEXTLIB to
797 passing three pieces of information for each argument listed. The first
798 piece is the order of that argument relative to the others (first, second,
[all …]
Dperlopentut.pod9 3-argument forms, which have different semantics for handling the filename.
89 There is also a 3-argument version of C<open>, which lets you put the
90 special redirection characters into their own argument:
97 the filename that would be absorbed in the 2-argument version. Also,
102 C<open>'s first argument can be a reference to a filehandle. As of
103 perl 5.6.0, if the argument is uninitialized, Perl will automatically
104 create a filehandle and put a reference to it in the first argument,
133 remains the same--just its argument differs.
267 argument list default to all files:
281 argument looks like; that's why it's sometimes called "magic open".
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/
Dldap_routing.m423 # Check for third argument to indicate how to deal with non-existant
30 # Check for fourth argument to indicate how to deal with +detail info
35 # Check for sixth argument to indicate how to deal with tempfails
Dnouucp.m420 `errprint(`*** ERROR: missing argument for FEATURE(nouucp):
25 `errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(nouucp)
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dprintf-args.h118 argument; typedef
123 argument *arg;
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dhash.texi37 which takes a @var{size} argument, may be used).
42 The function @code{bfd_hash_table_init} take as an argument a
46 different value for this argument.
68 If the @var{create} argument is @code{FALSE}, @code{bfd_hash_lookup}
75 If the @var{create} argument is @code{TRUE}, the string will be
82 If the @var{create} argument is @code{TRUE}, and a new entry is
83 created, the @var{copy} argument is used to decide whether to
155 function argument to @code{bfd_hash_table_init}.
161 The first argument to the creation routine is a pointer to a
234 @code{linker.c} (this actually takes an additional argument which
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Drluser.texi258 argument acts as a repeat count, other times it is the @i{sign} of the
259 argument that is significant. If you pass a negative argument to a
266 sign (@samp{-}), then the sign of the argument will be negative. Once
267 you have typed one meta digit to get the argument started, you can type
269 the @kbd{C-d} command an argument of 10, you could type @samp{M-1 0 C-d},
595 Control-u: universal-argument
601 @code{universal-argument},
630 "\C-u": universal-argument
636 @code{universal-argument} (just as it was in the first example),
761 This directive takes a single filename as an argument and reads commands
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dh8300-tdep.c660 int argument; in h8300_push_dummy_call() local
667 for (argument = 0; argument < nargs; argument++) in h8300_push_dummy_call()
668 stack_alloc += align_up (TYPE_LENGTH (value_type (args[argument])), in h8300_push_dummy_call()
680 for (argument = 0; argument < nargs; argument++) in h8300_push_dummy_call()
682 struct type *type = value_type (args[argument]); in h8300_push_dummy_call()
684 char *contents = (char *) value_contents (args[argument]); in h8300_push_dummy_call()
/mirbsd/src/lib/libc/arch/sparc/sys/
Dbrk.S53 mov %o0, %o2 ! save argument to syscall
70 mov %o0, %o2 ! save argument to syscall
/mirbsd/src/distrib/special/more/
Dmore.help2 Most commands optionally preceded by integer argument k. Defaults in brackets.
3 Star (*) indicates argument becomes new default.
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_set_cert_verify_callback.pod30 argument I<arg> is specified by the application when setting I<callback>.
69 Previous to OpenSSL 0.9.7, the I<arg> argument to B<SSL_CTX_set_cert_verify_callback>
73 argument will have to be added to I<callback>.
/mirbsd/src/gnu/usr.bin/perl/lib/
Dsigtrap.t24 like( $@, qr/^Unrecognized argument abadsignal/, 'send bad signame to import' );
27 like( $@, qr/^No argument specified/, 'send handler without subref' );
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
DChanges142 - Eliminated a multi-argument form of open() that was causing a
360 two arguments, it will now use the volume in the first argument
373 argument (the second argument may be implicit) do not agree, we do
375 argument. Previously the volume of the second argument was
379 in its first argument, and then its second argument. The first
383 current working directory would get added to the second argument if
439 argument to abs2rel() is on a different volume than the $base
440 argument, the result will be an absolute path rather than the
499 on its final argument.
508 the $path argument.
/mirbsd/src/lib/libssl/src/doc/crypto/
Ddes.pod148 I<input>, into the output data, pointed to by the I<output> argument.
149 If the I<encrypt> argument is non-zero (DES_ENCRYPT), the I<input>
151 key_schedule specified by the I<schedule> argument, previously set via
168 (CBC) mode of DES. If the I<encrypt> argument is non-zero, the
170 the I<input> argument into the ciphertext pointed to by the I<output>
171 argument, using the key schedule provided by the I<schedule> argument,
172 and initialization vector provided by the I<ivec> argument. If the
173 I<length> argument is not an integral multiple of eight bytes, the
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Dcc.notes18 write_back_lexicals is called with an (optional) argument, then it is
31 (optional) argument passed to reload_lexicals.

12345678910>>...16