| /mirbsd/src/gnu/usr.bin/perl/t/lib/strict/ |
| D | refs | 1 Check strict refs functionality 20 # strict refs - error 25 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 5. 28 # strict refs - error 29 use strict 'refs' ; 33 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 5. 36 # strict refs - error 37 use strict 'refs' ; 42 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 6. 45 # strict refs - error [all …]
|
| D | subs | 14 use strict qw(refs vars); 127 # Check runtime scope of strict refs pragma 128 use strict 'refs'; 137 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 10. 140 # Check runtime scope of strict refs pragma 145 use strict 'refs' ; 150 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 8. 153 # Check runtime scope of strict refs pragma 158 use strict 'refs' ; 163 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 8.
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYList.c | 45 int refs, hidden_links; in showlist() local 56 refs = HText_sourceAnchors(HTMainText); in showlist() 58 if (refs <= 0 && hidden_links > 0 && in showlist() 63 if (refs <= 0 && hidden_links <= 0) { in showlist() 93 if (refs > 0) { in showlist() 105 for (cnt = 1; cnt <= refs; cnt++) { in showlist() 195 if (refs > 0) in showlist() 242 static int print_refs(FILE *fp, int titles, int refs) in print_refs() argument 251 for (cnt = 1; cnt <= refs; cnt++) { in print_refs() 306 static void print_hidden_refs(FILE *fp, int refs, int hidden_links) in print_hidden_refs() argument [all …]
|
| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | footnotes.c | 70 REFERENCE **refs; in make_footnotes_node() local 72 refs = info_xrefs_of_node (node); in make_footnotes_node() 74 if (refs) in make_footnotes_node() 85 for (i = 0; refs[i]; i++) in make_footnotes_node() 86 if ((refs[i]->nodename != (char *)NULL) && in make_footnotes_node() 89 (strcmp (refs[i]->nodename, refname) == 0 || in make_footnotes_node() 90 (strncmp (refs[i]->nodename, refname, reflen - 1) == 0 && in make_footnotes_node() 91 refs[i]->nodename[reflen - 1] == '-' && in make_footnotes_node() 92 isdigit (refs[i]->nodename[reflen])))) in make_footnotes_node() 109 info_free_references (refs); in make_footnotes_node()
|
| D | man.c | 588 REFERENCE **refs = (REFERENCE **)NULL; in xrefs_of_manpage() local 643 (entry, refs_index, refs, refs_slots, 10, REFERENCE *); in xrefs_of_manpage() 649 return (refs); in xrefs_of_manpage() 655 REFERENCE **refs; in locate_manpage_xref() local 658 refs = xrefs_of_manpage (node); in locate_manpage_xref() 660 if (refs) in locate_manpage_xref() 665 for (i = 0; refs[i]; i++); in locate_manpage_xref() 670 for (i = 0; (entry = refs[i]); i++) in locate_manpage_xref() 681 entry = refs[i]; in locate_manpage_xref() 691 info_free_references (refs); in locate_manpage_xref()
|
| D | info-utils.c | 243 REFERENCE **refs = (REFERENCE **)NULL; in info_references_internal() local 326 (entry, refs_index, refs, refs_slots, 50, REFERENCE *); in info_references_internal() 328 return (refs); in info_references_internal()
|
| D | session.c | 2075 REFERENCE **refs = NULL; in info_menu_or_ref_item() local 2095 refs = info_menu_items (&binding); in info_menu_or_ref_item() 2102 refs = manpage_xrefs_in_binding (window->node, &binding); in info_menu_or_ref_item() 2105 refs = nearest_xref (menu, window->point); in info_menu_or_ref_item() 2108 if (refs && refs[0]) in info_menu_or_ref_item() 2110 if (strcmp (refs[0]->label, "Menu") != 0 in info_menu_or_ref_item() 2120 if (builder == info_xrefs_of_node && refs[1]) in info_menu_or_ref_item() 2124 for (; refs[which]; which++) in info_menu_or_ref_item() 2126 if (window->point >= refs[which]->start in info_menu_or_ref_item() 2127 && window->point <= refs[which]->end) in info_menu_or_ref_item() [all …]
|
| /mirbsd/src/usr.bin/tsort/ |
| D | tsort.c | 97 unsigned int refs; /* Number of arcs left, coming into this node. member 218 n->refs = 0; in new_node() 252 if (n->refs == 0) in dump_node() 254 printf("%s (%u/%u): ", n->k, n->order, n->refs); in dump_node() 256 if (n->refs != 0) in dump_node() 257 printf("%s(%u/%u) ", l->node->k, l->node->order, l->node->refs); in dump_node() 296 b->refs++; in insert_arc() 539 if (n->refs == 0) in split_nodes() 561 if (n->refs == 1) in find_good_cycle_break() 563 if (n->refs != 0 && n->refs < best) { in find_good_cycle_break() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldcref.c | 60 struct cref_ref *refs; member 128 ret->refs = NULL; in cref_hash_newfunc() 161 for (r = h->refs; r != NULL; r = r->next) in add_cref() 168 r->next = h->refs; in add_cref() 169 h->refs = r; in add_cref() 280 for (r = h->refs; r != NULL; r = r->next) in output_one_cref() 292 for (r = h->refs; r != NULL; r = r->next) in output_one_cref() 306 for (r = h->refs; r != NULL; r = r->next) in output_one_cref() 431 for (ref = h->refs; ref != NULL; ref = ref->next) in check_nocrossref()
|
| /mirbsd/src/sbin/route/ |
| D | route_print.sh | 117 | while read proto dest gw flags refs use mtu iface rn_dupedkey; do 123 use=$refs 124 refs=$flags
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Class/ |
| D | Struct.pm | 111 my %refs = (); 146 $refs{$name}++; 193 if( defined $refs{$name} ){
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/ |
| D | blessed.t | 132 my ($x, @refs) = @_; 135 main::ok ++$test, @refs == $times; 139 foreach (@refs) {
|
| D | circular_hook.t | 73 my ($self, $clone, $string, @refs) = @_; 78 $self->{$class} = shift @refs;
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | universal.t | 99 my @refs = qw(SCALAR SCALAR LVALUE GLOB ARRAY HASH CODE); 101 for ($p=0; $p < @refs; $p++) { 103 is UNIVERSAL::isa($vals[$p], $refs[$q]), ($p==$q or $p+$q==1);
|
| D | ref.t | 9 use strict qw(refs subs);
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dcache.c | 134 int refs; member 233 db->refs++; in dcache_hit() 410 db->refs = 0; in dcache_alloc() 575 paddr (p->addr), p->refs); in dcache_info()
|
| /mirbsd/src/sys/uvm/ |
| D | uvm_amap.c | 508 int refs; local 521 refs = --anon->an_ref; 523 if (refs == 0) { 1030 int refs; local 1063 refs = --anon->an_ref; 1065 if (refs == 0) {
|
| D | uvm_loan.c | 706 int refs; local 710 refs = --anon->an_ref; 713 if (refs == 0) {
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | strict.pm | 6 refs => 0x00000002,
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/ |
| D | mbimbf.inc | 14 no strict 'refs'; 57 no strict 'refs'; 110 no strict 'refs'; 122 no strict 'refs'; 147 no strict 'refs'; 416 no strict 'refs'; 440 no strict 'refs'; 621 no strict 'refs'; 661 no strict 'refs'; 732 no strict 'refs';
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltooc.pod | 171 no strict "refs"; # to register new methods in package 186 You may wonder why we're rescinding strict refs for the loop. We're 241 no strict "refs"; # to access package data symbolically 261 no strict "refs"; 308 no strict "refs"; # to access eponymous meta-object 316 no strict "refs"; # to access eponymous meta-object 331 no strict "refs"; # to access eponymous meta-object 360 no strict "refs"; # to convert sym ref to real one 365 # turn off strict refs so that we can 367 no strict "refs"; [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/ |
| D | ChangeLog | 298 get un-blessed refs at retrieval time, for the very same 333 when refs to lexicals, taken within the hook, were to be 335 stress hook a little more with refs to lexicals. 544 blessed refs. That old version did something wrong, but the 599 when their type makes it impossible for them to be refs or tied. 600 This slightly increases throughput by a few percents when refs 662 Fix memory leaks on seen hash table and returned SV refs. 724 containing non-storable items like CODE refs.
|
| D | MANIFEST | 16 t/circular_hook.t Test thaw hook called depth-first for circular refs
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/ |
| D | Changes | 6 - is_deeply() can now handle function and code refs in a very limited 54 - Documenting that eq_set() doesn't deal well with refs. 124 - is_deeply() diagnostics a little off when scalar refs were inside 155 - eq_set() sometimes wasn't giving the right results if nested refs 284 * Added is_deeply(). Display of scalar refs not quite 100%
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Attribute/Handlers/ |
| D | Changes | 43 - Fixed bug in handling of lexical SCALAR refs
|