Home
last modified time | relevance | path

Searched refs:arrow (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/cmd/ssh/doc/
H A Dnchan2.ms19 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 …]
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c57 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 Dtree.c202 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 Dptree.c336 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 Dtree.h248 } arrow; member
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c92 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 Dplatform.h60 struct arrow *arrowp, struct evalue *valuep);
62 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
H A Ditree.h106 struct arrow { struct
148 struct constraintlist *itree_next_constraint(struct arrow *arrowp,
H A Deval.h55 struct lut **globals, struct config *croot, struct arrow *arrowp,
H A Deft_mdb.c683 (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 Dipath.c149 ipath_dummy_lut(struct arrow *arrowp) in ipath_dummy_lut()
H A Dplatform.c1103 struct arrow *arrowp, char ***argv, int *argc, int *argvlen) in arglist2argv()
1246 generate_envp(struct arrow *arrowp, char ***envp, int *envc, int *envplen) in generate_envp()
1303 struct arrow *arrowp, struct evalue *valuep) in platform_call()
1405 struct arrow *arrowp, struct evalue *valuep) in platform_confcall()
H A Deval.c120 struct config *croot, struct arrow *arrowp, int try, int *dupedp) in eval_getname()
166 struct lut **globals, struct config *croot, struct arrow *arrowp, in eval_cat()
212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) in eval_func()
1386 struct lut **globals, struct config *croot, struct arrow *arrowp, in eval_expr()
H A Dfme.c216 extern void ipath_dummy_lut(struct arrow *);
232 ap->arrowp->pnode->u.arrow.needed = 1; in set_needed_arrows()
251 ap->arrowp->pnode->u.arrow.needed = 0; in unset_needed_arrows()
3513 checkconstraints(struct fme *fmep, struct arrow *arrowp) in checkconstraints()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps197 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
H A Dcurses.ed1338 #define ACS_LARROW (acs_map[',']) /* arrow pointing left */
1339 #define ACS_RARROW (acs_map['+']) /* arrow pointing right */
1340 #define ACS_DARROW (acs_map['.']) /* arrow pointing down */
1341 #define ACS_UARROW (acs_map['-']) /* arrow pointing up */
/titanic_50/usr/src/cmd/vi/port/
H A Dex.news126 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.
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps202 key_down kcud1 kd str Sent by terminal down arrow key
220 key_left kcub1 kl str Sent by terminal left arrow key
224 key_right kcuf1 kr str Sent by terminal right arrow key
228 key_up kcuu1 ku str Sent by terminal up arrow key
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps202 key_down kcud1 kd str Sent by terminal down arrow key
220 key_left kcub1 kl str Sent by terminal left arrow key
224 key_right kcuf1 kr str Sent by terminal right arrow key
228 key_up kcuu1 ku str Sent by terminal up arrow key
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-1114 interface, you just select an OS using the arrow keys. The menu is
1148 (using arrow keys) that will do everything to boot an OS.
H A Dgrub.texi171 interface, you just select an OS using the arrow keys. The menu is
1264 (@pxref{Menu interface}) from which you can select an item (using arrow
2016 the user to choose from. Use the arrow keys to select the entry of
H A Dgrub.info-2526 the user to choose from. Use the arrow keys to select the entry of
H A Dgrub.info115 interface, you just select an OS using the arrow keys. The menu is
1147 (*note Menu interface::) from which you can select an item (using arrow
1831 the user to choose from. Use the arrow keys to select the entry of
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src376 # ROM graphics for control characters such as the diamond, up- and down-arrow.
399 # diamond and arrow characters under curses.
1816 # h right-arrow
1817 # k down-arrow
1955 # use the 5-key arrangement to model the arrow keys as suggested in the
2310 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2313 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
2351 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2354 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
4440 # use Emacs arrow keys OFF
[all …]
H A Dterminfo.src386 # ROM graphics for control characters such as the diamond, up- and down-arrow.
414 # diamond and arrow characters under curses.
2069 # h right-arrow
2070 # k down-arrow
2210 # use the 5-key arrangement to model the arrow keys as suggested in the
2609 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2612 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
2656 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2659 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
5068 # use Emacs arrow keys OFF
[all …]

12