| /onnv-gate/usr/src/cmd/ssh/doc/ |
| H A D | nchan2.ms | 19 arrow from S1.e to S4.n 20 box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c 21 arrow "ibuf_empty ||" "rcvd CLOSE/" "send EOF" "" from S2.e to S4.w 22 arrow from S1.s to S2.n 23 box invis "read_failed/" "shutdown_read" with .e at last arrow.c 25 arrow "start" "" from S1.w+(-0.5,0) to S1.w 37 arrow from S1.e to S4.n 38 box invis "write_failed/" "shutdown_write" with .sw at last arrow.c 39 arrow "obuf_empty ||" "write_failed/" "shutdown_write" "" from S2.e to S4.w 40 arrow from S1.s to S2.n [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | hashassign.t | 61 my @arrow = (Key =>"Value"); 63 my %arrow = @arrow; 64 ok (keys %arrow == 1, 'keys on arrow hash'); 65 ok (values %arrow == 1, 'values on arrow hash'); 68 is ($arrow{"K" . $key}, "Value", 'is key present? (unoptimised)'); 70 is ($arrow{Key}, "Value", 'is key present? (maybe optimised)'); 73 is ($arrow{$temp[0]}, "Value", 'is key present? (using LHS of =>)'); 75 @temp = %arrow; 76 ok (eq_array (\@arrow, \@temp), 'list from arrow hash'); 78 @temp = each %arrow; [all …]
|
| /onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| H A D | check.c | 57 static void check_cycle_lhs(struct node *stmtnp, struct node *arrow); 131 check_path_iterators(np->u.arrow.lhs); in check_path_iterators() 132 check_path_iterators(np->u.arrow.rhs); in check_path_iterators() 166 if (np->u.arrow.lhs->t != T_ARROW && in check_arrow() 167 np->u.arrow.lhs->t != T_LIST && in check_arrow() 168 np->u.arrow.lhs->t != T_EVENT) { in check_arrow() 170 np->u.arrow.lhs->file, np->u.arrow.lhs->line, in check_arrow() 172 ptree_nodetype2str(np->u.arrow.lhs->t)); in check_arrow() 175 if (!check_nork(np->u.arrow.nnp) || in check_arrow() 176 !check_nork(np->u.arrow.knp)) in check_arrow() [all …]
|
| H A D | tree.c | 202 size += sizeof (ret->u.arrow) - sizeof (ret->u); in nodesize() 279 tree_free(root->u.arrow.lhs); in tree_free() 280 tree_free(root->u.arrow.nnp); in tree_free() 281 tree_free(root->u.arrow.knp); in tree_free() 282 tree_free(root->u.arrow.rhs); in tree_free() 396 if (tree_treecmp(np1->u.arrow.lhs, np2->u.arrow.lhs, t, in tree_treecmp() 399 if (tree_treecmp(np1->u.arrow.nnp, np2->u.arrow.nnp, t, in tree_treecmp() 402 if (tree_treecmp(np1->u.arrow.knp, np2->u.arrow.knp, t, in tree_treecmp() 405 return (tree_treecmp(np1->u.arrow.rhs, np2->u.arrow.rhs, t, in tree_treecmp() 928 ret->u.arrow.lhs = lhs; in tree_arrow() [all …]
|
| H A D | ptree.c | 336 ptree(flags, np->u.arrow.lhs, no_iterators, fileline); in ptree() 337 if (np->u.arrow.nnp) { in ptree() 339 ptree(flags, np->u.arrow.nnp, no_iterators, fileline); in ptree() 343 if (np->u.arrow.knp) { in ptree() 345 ptree(flags, np->u.arrow.knp, no_iterators, fileline); in ptree() 348 ptree(flags, np->u.arrow.rhs, no_iterators, fileline); in ptree() 633 return (name_pattern_match_in_subtree(np->u.arrow.lhs, pat) || in name_pattern_match_in_subtree() 634 name_pattern_match_in_subtree(np->u.arrow.rhs, pat)); in name_pattern_match_in_subtree()
|
| H A D | tree.h | 248 } arrow; member
|
| /onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| H A D | itree.c | 92 static int itree_set_arrow_traits(struct arrow *ap, struct node *fromev, 96 static void arrow_add_within(struct arrow *ap, struct node *xpr); 97 static struct arrow *itree_add_arrow(struct node *apnode, 100 static void add_arrow(struct bubble *bp, struct arrow *ap); 101 static struct constraintlist *itree_add_constraint(struct arrow *arrowp, 106 static void itree_free_constraints(struct arrow *ap); 170 struct arrow *arrowp; in generate() 1211 itree_np2nork(infop->anp->u.arrow.nnp), in vmatch() 1212 itree_np2nork(infop->anp->u.arrow.knp)); in vmatch() 1213 dst = infop->anp->u.arrow.rhs; in vmatch() [all …]
|
| H A D | platform.h | 60 struct arrow *arrowp, struct evalue *valuep); 62 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
|
| H A D | itree.h | 106 struct arrow { struct 148 struct constraintlist *itree_next_constraint(struct arrow *arrowp,
|
| H A D | eval.h | 55 struct lut **globals, struct config *croot, struct arrow *arrowp,
|
| H A D | eft_mdb.c | 683 (void) eft_node((uintptr_t)node.u.arrow.lhs, DCMD_ADDRSPEC, 0, in eft_node() 685 if (node.u.arrow.nnp) { in eft_node() 687 (void) eft_node((uintptr_t)node.u.arrow.nnp, in eft_node() 692 if (node.u.arrow.knp) { in eft_node() 694 (void) eft_node((uintptr_t)node.u.arrow.knp, in eft_node() 698 (void) eft_node((uintptr_t)node.u.arrow.rhs, DCMD_ADDRSPEC, 0, in eft_node()
|
| H A D | ipath.c | 149 ipath_dummy_lut(struct arrow *arrowp) in ipath_dummy_lut()
|
| /onnv-gate/usr/src/cmd/terminfo/ |
| H A D | header | 53 # na No arrow keys - terminfo ignores arrow keys which are 55 # the arrow keys locally.
|
| H A D | hp.ti | 60 # user to use those keys as arrow keys rather than as function 63 hp+pfk+arrows|hp alternate arrow definitions, 68 hp+arrows|hp arrow definitions, 89 # The only way to get the arrow keys to transmit anything at all 100 # strap A so the regular arrow keys xmit \EA, etc, as with the 106 # If you like, you can use 2621-ba (bad arrow keys).
|
| H A D | teleray.ti | 55 # teleray 16 - map the arrow keys for vi/rogue, shifted to
|
| /onnv-gate/usr/src/lib/libxcurses/src/terminfo/ |
| H A D | header | 60 # na No arrow keys - terminfo ignores arrow keys which are 62 # the arrow keys locally.
|
| H A D | hp | 30 # Due to severe 2621 braindamage, the only way to get the arrow keys to 38 # so the regular arrow keys xmit \EA, etc, as with the 2645. However, 42 # If you like, you can use 2621-ba (braindamaged arrow keys).
|
| H A D | misc | 70 # smkx/rmkx have nothing to do with arrow keys. 109 vc404na|volker-craig 404 w/no arrow keys, 111 vc404sna|volker-craig 404 w/standout mode and no arrow keys, 196 # ^S is an arrow key! Boy is this guy in for a surprise on v7!
|
| H A D | adds | 55 regent60na|regent 60 w/no arrow keys,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
| H A D | Long.pm | 440 my ($arrow, $k, $v); 441 $arrow = "=> "; 443 print STDERR ($arrow, "\$opctl{$k} = $v ", OptCtl($v), "\n"); 444 $arrow = " ";
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlboot.pod | 68 =head2 Introducing the method invocation arrow 99 Let's take that new arrow invocation and put it back in the barnyard 127 have to hear a bit more about what the method invocation arrow is 325 since we've stopped using the method arrow. Why did we stop? Well, 334 the method arrow, we get one and only one chance to hit the right 390 So far, we've seen the method arrow syntax: 469 The method arrow can be used on instances, as well as names of
|
| H A D | perllol.pod | 57 square or curly), you are free to omit the pointer dereferencing arrow. 239 pointer arrow for dereferencing, no such convenience exists for slices.
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ucm/ |
| H A D | macSymbol.ucm | 230 <UF8E6> \xBD |0 # vertical arrow extender 231 <UF8E7> \xBE |0 # horizontal arrow extender
|
| /onnv-gate/usr/src/lib/libcurses/screen/ |
| H A D | caps | 197 key_down, "kcud1" "kd" KEY_DOWN, 0402, Sent by terminal down arrow key 215 key_left, "kcub1" "kl" KEY_LEFT, 0404, Sent by terminal left arrow key 219 key_right, "kcuf1" "kr" KEY_RIGHT, 0405, Sent by terminal right arrow key 223 key_up, "kcuu1" "ku" KEY_UP, 0403, Sent by terminal up arrow key 337 key_sleft, "kLFT" "#4" KEY_SLEFT, 0611, shifted left arrow key 346 key_sright, "kRIT" "%i" KEY_SRIGHT, 0622, shifted right arrow
|
| /onnv-gate/usr/src/cmd/vi/port/ |
| H A D | ex.news | 126 7.*cursor now moves to column 1 when HOME arrow key pushed in 156 21.*showmode indicator remains on when arrow keys used (e.g., while in 424 Note that if you have an arrow key that sends ^Z the stop function 425 will take priority over the arrow function. If you have your 473 which send ^\ for the right arrow key work. 487 are made (for example, the arrow keys) the previous thing that could 557 a copy of the whole buffer. (Note that the arrow keys 691 ^R is now the same as ^L on terminals where the right arrow key 800 arrow keys that send escape sequences to cause undo to mess up 948 which send ^\ for the right arrow key work.
|