Home
last modified time | relevance | path

Searched refs:right (Results 201 – 225 of 414) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c781 return show_expression(expr->right); in show_comma()
787 int right = show_expression(expr->right); in show_binop() local
803 new, left, right); in show_binop()
865 val = show_expression(expr->right); in show_assignment()
H A Dcheck_implicit_dependencies_tester.c142 match_condition(expr->right); in match_condition()
H A Dcheck_sizeof.c44 struct expression *call = strip_expr(expr->right); in match_call_assignment()
H A Dcheck_frees_param_strict.c96 expr = strip_expr(expr->right); in set_param_freed()
H A Dcheck_check_deref.c149 match_condition(expr->right); in match_condition()
H A Dsmatch_strings.c118 slist = get_strings(strip_expr(expr->right)); in match_assignment()
H A Dsmatch_fresh_alloc.c152 set_unfresh(expr->right); in match_assign()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c212 leak_ndx_t left = 0, right = lk_nbuffers - 1, guess; in leaky_search() local
214 while (right >= left) { in leaky_search()
215 guess = (right + left) >> 1; in leaky_search()
218 right = guess - 1; in leaky_search()
/illumos-gate/usr/src/boot/forth/
H A Dframes.4th136 vline \ Draw right vert line
143 2dup swap 5 pick + swap at-xy rt_el @ xemit \ Draw right top corner
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c149 p = skipstr(p); p = getstr(p, t.right = p); in ptinit()
568 j = t.right;
598 p = t.right; in move()
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dforcedassoc.dat1 NOTE left-assoc:pass-all right-assoc:pass-all : 2002-04-29
/illumos-gate/usr/src/lib/libresolv2/
H A DTHIRDPARTYLICENSE26 * To the extent it has a right to do so, IBM grants an immunity from suit
104 BIND software. You only have the right to use it or distribute it as
114 documented API, and you must grant RSA Data Security the right to use,
115 modify, and distribute your modifications, including the right to use
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y338 sizeof(*right)+sizeof(*nullstr)+sizeof(*parent))+ALITTLEEXTRA;
349 right = (int *)myalloc(treesize,sizeof(*right));
353 if(name == 0 || left == 0 || right == 0 || parent == 0 || nullstr == 0)
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c171 ssize_t left = 0, right = count - 1, guess; in leaky_seg_search() local
173 while (right >= left) { in leaky_seg_search()
174 guess = (right + left) >> 1; in leaky_seg_search()
177 right = guess - 1; in leaky_seg_search()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c407 ipath_destructor(void *left, void *right, void *arg) in ipath_destructor() argument
409 struct ipath *ipp = (struct ipath *)right; in ipath_destructor()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c185 static t_steps right = { __MOVE_TAB, __MOVE_RIGHT, __MOVE_LEFT }; local
196 dir = &right;
H A Dcaps158 cursor_right cuf1 nd str Non-destructive space (cursor right)
224 key_right kcuf1 kr str Sent by terminal right arrow key
253 parm_right_cursor cuf RI str Move cursor right #1 spaces. (PG*)
281 key_a3 ka3 K3 str Upper right of keypad
284 key_c3 kc3 K5 str Lower right of keypad
351 key_sright kRIT %i str Sent by shift-right key
413 set_right_margin smgr MR str Set right margin at current column
483 set_left_margin_parm smglp Zm str Set left (right) margin at column #1 (#2)
484 set_right_margin_parm smgrp Zn str Set right margin at column #1
509 set_lr_margin smglr ML str Set both left & right margins
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c182 static t_steps right = { __MOVE_TAB, __MOVE_RIGHT, __MOVE_LEFT }; in simp_col() local
193 dir = &right; in simp_col()
H A Dcaps156 cursor_right cuf1 nd str Non-destructive space (cursor right)
222 key_right kcuf1 kr str Sent by terminal right arrow key
251 parm_right_cursor cuf RI str Move cursor right #1 spaces. (PG*)
279 key_a3 ka3 K3 str Upper right of keypad
282 key_c3 kc3 K5 str Lower right of keypad
349 key_sright kRIT %i str Sent by shift-right key
411 set_right_margin smgr MR str Set right margin at current column
481 set_left_margin_parm smglp Zm str Set left (right) margin at column #1 (#2)
482 set_right_margin_parm smgrp Zn str Set right margin at column #1
507 set_lr_margin smglr ML str Set both left & right margins
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.X25 right " "
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h49 db_pgno_t right; member
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME97 encoding to 3 is not recommended, and will result in ragged right
141 important, but the default will only be right on MHCC systems.
154 MHCC systems. It's undoubtedly not right for your system and
235 Additional documentation, that right now only includes a short paper that
237 be right for all systems.
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c4799 int left, right; in usb_audio_write_stero_rec() local
4804 right = AUDIO_CTRL_STEREO_RIGHT(cval); in usb_audio_write_stero_rec()
4807 right < AF_MIN_GAIN || right > AF_MAX_GAIN) { in usb_audio_write_stero_rec()
4839 int left, right; in usb_audio_write_ster_vol() local
4843 right = AUDIO_CTRL_STEREO_RIGHT(cval); in usb_audio_write_ster_vol()
4846 right < AF_MIN_GAIN || right > AF_MAX_GAIN) { in usb_audio_write_ster_vol()
5700 int64_t left, right, delta = 0; in usb_change_phy_vol() local
5713 if (right > AF_MAX_GAIN) in usb_change_phy_vol()
5714 right = AF_MAX_GAIN; in usb_change_phy_vol()
5718 if (right < AF_MIN_GAIN) in usb_change_phy_vol()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c179 int right, int wheel, int distance) in uwacom_mouse_events_graphire() argument
183 uwacom_event(usbwcmp, EVT_BTN, BTN_RIGHT, right); in uwacom_mouse_events_graphire()
345 int left, middle, right, extra, side, wheel; in uwacom_mouse_events_intuos() local
352 right = PACKET_BIT(6, 2); in uwacom_mouse_events_intuos()
361 right = PACKET_BIT(8, 4); in uwacom_mouse_events_intuos()
370 uwacom_event(usbwcmp, EVT_BTN, BTN_RIGHT, right); in uwacom_mouse_events_intuos()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasltokens.y544 %right <i> PARSEOP_EXP_EQUALS
575 %right <i> PARSEOP_EXP_NOT
587 %right <i> PARSEOP_EXP_INDEX_RIGHT

12345678910>>...17