Home
last modified time | relevance | path

Searched refs:right (Results 276 – 300 of 414) sorted by relevance

1...<<11121314151617

/illumos-gate/usr/src/cmd/bc/
H A Dbc.y56 %right '='
59 %right '^'
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_modification_hooks.c161 expr = strip_expr(expr->right); in db_param_add()
H A Dcheck_err_ptr_deref.c143 match_condition(expr->right); in match_condition()
H A Dsmatch_mtag_data.c215 get_absolute_rl(expr->right, &rl); in match_global_assign()
H A Dsmatch_param_set.c124 get_absolute_rl(expr->right, &rl); in match_array_assignment()
H A Dcheck_free_strict.c248 expr = strip_expr(expr->right); in set_param_freed()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c325 free(right);
/illumos-gate/usr/src/boot/forth/
H A Dversion.4th38 80 versionX ! \ NOTE: this is the ending column (text is right-justified)
H A Dbeastie.4th39 \ loader_logo_y) if defined, else (46,4) (to the right of the menu). To choose
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h137 #define Right(i) (i)->right
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_pwd.c105 dlgwidth = r.right - r.left; in center_dialog()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news181 toward the right end of the message line. This is useful for
187 puts you into visual mode right away. It also sets showmode.
364 A check of the wrong limit on a buffer for the right hand side
473 which send ^\ for the right arrow key work.
508 distance from the right edge of the screen, but this location
509 is now the right edge of the area where wraps can take place,
685 and are searched left to right. The default value is
691 ^R is now the same as ^L on terminals where the right arrow key
888 E is right next to D.
913 Berkeley V7 quotas will produce the right error message.
[all …]
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dromania30 # However, all necessary ASCII characters are placed onto the right keys.
H A Destonia30 # However, all necessary ASCII characters are placed onto the right keys.
H A Dslovenia31 # However, all necessary ASCII characters are placed onto the right keys.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsmatch.txt21 right now so just run it from the build directory.
H A DIR.rst88 Logical Shift right (integer only)
91 Arithmetic Shift right (integer only)
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c762 uint8_t left, right; in audigyls_stereo_scale() local
766 right = value & 0xff; in audigyls_stereo_scale()
769 (right * ((1 << bits) - 1) / 100)); in audigyls_stereo_scale()
/illumos-gate/usr/src/uts/common/io/iwi/fw-ipw2200/
H A DLICENSE101 Intel. No failure or delay in exercising any right, power, or remedy under
102 this Agreement shall operate as a waiver of any such right, power or remedy.
167 as otherwise expressly provided, Intel grants no express or implied right under
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc1151 wchar_t *right = (wchar_t *) wcschr(lmn_string.get_string(), (int) parenright_char); in find_percent_rule() local
1153 if ((left == NULL) || (right == NULL)) { in find_percent_rule()
1156 line->body.line.percent = GETNAME(left + 1, right - left - 1); in find_percent_rule()
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dcanada57 #The next line includes ^[ - not the right place for it but the
/illumos-gate/
H A DCODE_OF_CONDUCT.md40 Project maintainers have the right and responsibility to remove, edit, or
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h45 struct typenode * right; /* ptr to operand for | */ member
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c791 cyc_index_t left, right, me; in cyclic_downheap() local
814 right = heap[heap_right]; in cyclic_downheap()
821 if (cyclics[right].cy_expire < cyclics[left].cy_expire) { in cyclic_downheap()
827 if (cyclics[me].cy_expire <= cyclics[right].cy_expire) in cyclic_downheap()
835 heap[heap_me] = right; in cyclic_downheap()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Demu10k2.mac118 // delay SPDIF right channel one sample to fix a bug

1...<<11121314151617