Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 928) sorted by relevance

12345678910>>...38

/openbsd/games/fortune/datfiles/
H A Dlimerick31 A beautiful lady named Psyche
32 Is loved by a fellow named Ikey.
69 A busy young lady named Gloria
199 A CS student named Lin
384 But a Vulcan named Spock
712 A mathematician named Hall
718 A mathematician named Hall
1911 A virgin named Joan
3400 But a cynic named Boris
3816 But a cynic named Boris
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dstash.t180 sub named {};
182 my $named = eval q[*named{CODE}]; # not \&named; we want a real GV
184 delete $FOO3::{named}; # make named anonymous
188 $cv = B::svref_2object($named);
H A Danonconst.t47 like $@, qr/^:const is not permitted on named subroutines at /,
50 like $@, qr/^:const is not permitted on named subroutines at /,
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore-protos.h48 tree type, int named);
51 enum machine_mode mode, tree type, int named);
57 tree type, int named);
H A Dscore.c152 bool named ATTRIBUTE_UNUSED) in score_pass_by_reference()
288 tree type, int named, struct score_arg_info *info) in classify_arg() argument
298 if (type != NULL_TREE && TYPE_ALIGN (type) > BITS_PER_WORD && named) in classify_arg()
677 tree type, int named) in score_function_arg_advance() argument
680 classify_arg (cum, mode, type, named, &info); in score_function_arg_advance()
690 enum machine_mode mode, tree type, int named) in score_arg_partial_bytes() argument
693 classify_arg (cum, mode, type, named, &info); in score_arg_partial_bytes()
700 tree type, int named) in score_function_arg() argument
704 if (mode == VOIDmode || !named) in score_function_arg()
707 classify_arg (cum, mode, type, named, &info); in score_function_arg()
/openbsd/regress/usr.bin/mandoc/char/unicode/
H A DMakefile4 REGRESS_TARGETS += man mdoc named namediff nogroff
7 HTML_TARGETS = ascii invalid latin1 latin1diff named namediff nogroff
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dresres.c221 if (!re->id.named
334 && (type->named || type->u.id != (unsigned long) rt))
372 if (id->named)
431 if (id->named)
472 id->named = 0;
481 id->named = 1;
562 a[2].named = 0;
H A Dwindres.c213 if (! a.named) in res_id_cmp()
215 if (b.named) in res_id_cmp()
228 if (! b.named) in res_id_cmp()
261 if (! id.named) in res_id_print()
293 res_id->named = 1; in res_string_to_id()
409 a[0].named = 0; in define_standard_resource()
412 a[2].named = 0; in define_standard_resource()
H A Drcparse.y344 dialog.menu.named = 1;
345 dialog.class.named = 1;
369 dialog.menu.named = 1;
370 dialog.class.named = 1;
396 dialog.menu.named = 1;
397 dialog.class.named = 1;
642 $$->class.named = 1;
653 $$->class.named = 1;
896 $$.named = 0;
1372 $$.named = 0;
[all …]
H A Dresrc.c720 name.named = 0; in define_cursor()
805 n->class.named = 0; in define_control()
932 id.named = 0; in define_fontdirs()
1010 name.named = 0; in define_icon()
1210 id.named = 0; in define_stringtable()
1248 ids[2].named = 0; in define_user_data()
1285 ids[2].named = 0; in define_user_file()
1510 if (! re->id.named in write_rc_directory()
1563 if (re->id.named) in write_rc_subdir()
2056 if (control->class.named) in write_rc_dialog_control()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dresres.c221 if (!re->id.named
334 && (type->named || type->u.id != (unsigned long) rt))
372 if (id->named)
431 if (id->named)
472 id->named = 0;
481 id->named = 1;
562 a[2].named = 0;
H A Dwindres.c217 if (! a.named) in res_id_cmp()
219 if (b.named) in res_id_cmp()
232 if (! b.named) in res_id_cmp()
265 if (! id.named) in res_id_print()
297 res_id->named = 1; in res_string_to_id()
413 a[0].named = 0; in define_standard_resource()
416 a[2].named = 0; in define_standard_resource()
H A Drcparse.y346 dialog.menu.named = 1;
347 dialog.class.named = 1;
371 dialog.menu.named = 1;
372 dialog.class.named = 1;
398 dialog.menu.named = 1;
399 dialog.class.named = 1;
644 $$->class.named = 1;
655 $$->class.named = 1;
898 $$.named = 0;
1381 $$.named = 0;
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtarghooks.c226 tree type ATTRIBUTE_UNUSED, bool named) in hook_callee_copies_named() argument
228 return named; in hook_callee_copies_named()
326 tree type ATTRIBUTE_UNUSED, bool named ATTRIBUTE_UNUSED) in hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false()
335 tree type ATTRIBUTE_UNUSED, bool named ATTRIBUTE_UNUSED) in hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true()
344 tree type ATTRIBUTE_UNUSED, bool named ATTRIBUTE_UNUSED) in hook_int_CUMULATIVE_ARGS_mode_tree_bool_0()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlcheat.pod36 named uops == != eq ne
58 CONFIGURATION \pP named property (?>p) no backtrack
60 \R linebreak (?<n>p)named capture
61 \S \W \D \H negate \g{n} ref to named cap
H A Dperlclass.pod70 a constructor named C<new> - You don't have to (and should not) write one.
127 A variable named C<$self> populated with the current object instance will
182 The C<:isa> attribute will attempt to C<require> the named module if it is not
189 A scalar field with a C<:param> attribute will take its value from a named
210 named C<new> and is invoked like a method call on the class name:
255 Some syntax for declaring that an C<ADJUST> block can consume named
257 inspired by a similar plan to add named arguments to subroutine signatures.
/openbsd/games/hack/
H A Dhack.steal.c140 int named = 0; in steal() local
182 named++; in steal()
211 pline("%s stole %s.", named ? "She" : Monnam(mtmp), doname(otmp)); in steal()
/openbsd/usr.bin/file/magdir/
H A Dsinclair44 >9 pstring =\0 un-named
45 >9 pstring >\0 named: %s
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-install-name-tool.rst29 Add an rpath named ``<rpath>`` to the specified binary. Can be specified multiple
42 Delete an rpath named ``<rpath>`` from the specified binary. Can be specified multiple
62 Change an rpath named ``<old_rpath>`` to ``<new_rpath>`` in the specified binary. Can be specified
H A Dllvm-objcopy.rst41 Add a section named ``<section>`` with the contents of ``<file>`` to the
96 Remove all sections from the output, except for sections named ``<section>``.
192 Remove all symbols named ``<symbol>`` from the output. Can be specified
204 Remove from the output all symbols named ``<symbol>`` that are local or
322 Extract the named partition from the output.
326 Mark any defined symbols named ``<symbol>`` as global symbols in the output.
353 Make all symbols local in the output, except for symbols named in the file
360 When removing sections from the output, do not remove sections named
365 When removing symbols from the output, do not remove symbols named
370 When removing symbols from the output do not remove symbols named in the file
[all …]
H A Dllvm-extract.rst31 Extract the alias named *function-name* from the LLVM bitcode. May be
60 Extract the function named *function-name* from the LLVM bitcode. May be
71 Extract the global variable named *global-name* from the LLVM bitcode. May be
/openbsd/usr.bin/vi/
H A DLAYOUT59 manual and manual page are in the files named with a ".ps"
62 manual page are in the files named with a ".txt" suffix,
81 it's in the vi directory. Files are generally named by the
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dconfigure4432 to always fail with ENOSYS. Some functions are actually named
4489 to always fail with ENOSYS. Some functions are actually named
4545 to always fail with ENOSYS. Some functions are actually named
4603 to always fail with ENOSYS. Some functions are actually named
4840 to always fail with ENOSYS. Some functions are actually named
4903 to always fail with ENOSYS. Some functions are actually named
5084 to always fail with ENOSYS. Some functions are actually named
5571 to always fail with ENOSYS. Some functions are actually named
5628 to always fail with ENOSYS. Some functions are actually named
5684 to always fail with ENOSYS. Some functions are actually named
[all …]
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmacro.c294 apply (char **named, char **actuals, char *body) in apply() argument
341 for (which = 0; named && named[which]; which++) in apply()
342 if (STREQ (named[which], param)) in apply()
345 if (named && named[which]) in apply()
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h41 static std::optional<Header> named(llvm::StringRef Name);
68 static std::optional<Symbol> named(llvm::StringRef Scope,

12345678910>>...38