Home
last modified time | relevance | path

Searched refs:right (Results 126 – 150 of 414) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_real_absolute.c106 if (is_fake_call(expr->right)) in match_assign()
111 get_real_absolute_rl(expr->right, &rl); in match_assign()
H A Dexpression.c165 token = parse_type(token, &expr->right); in builtin_types_compatible_p_expr()
516 token = parse_expression(token->next, &add->right); in postfix_expression()
758 struct expression *top, *right = NULL; \
764 next = inner(next->next, &right); \
765 if (!right) { \
771 top->right = right; \
893 return assignment_expression(token->next, &expr->right); in assignment_expression()
H A Dcheck_unused_ret.c112 if (ignored_function(expr->right)) in match_assign_call()
127 assign->function = get_fn_name(expr->right); in match_assign_call()
H A Dsmatch_nul_terminator.c56 if (!get_value(expr->right, &sval) || sval.value != 0) in match_nul_assign()
118 state = get_terminated_state(expr->right); in match_string_assign()
243 call = strip_expr(call->right); in return_info_terminated()
H A Dsmatch_recurse.c56 ret = recurse(expr->right, func, param, nr); in recurse()
59 ret = recurse(expr->right, func, param, nr); in recurse()
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c275 if (memp_fget(mpf, &argp->right, 0, &rp) != 0)
315 ISINTERNAL(sp) ? PGNO_INVALID : argp->right,
317 P_INIT(_rp, file_dbp->pgsize, argp->right,
323 ISINTERNAL(sp) ? PGNO_INVALID : argp->right,
325 P_INIT(_rp, file_dbp->pgsize, argp->right,
354 &argp->right, DB_MPOOL_CREATE, &rp)) != 0) {
355 (void)__db_pgerr(file_dbp, argp->right);
406 PREV_PGNO(np) = argp->right;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c104 iexpr_hash(np->u.expr.right))); in iexpr_hash()
185 return (iexpr_cmp(np1->u.expr.right, np2->u.expr.right)); in iexpr_cmp()
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c85 struct nd_st *left, *right; /* left and right sons */ member
436 np->left = np->right = 0; in pfnote()
947 free_tree(node->right);
990 if (cur_node->right != NULL)
991 add_node(node, cur_node->right);
993 cur_node->right = node;
1058 put_entries(node->right);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c113 cfoll(right[v]); in cfoll()
192 if (nullstr[right[p]]) in follow()
194 first(right[p]); in follow()
262 first(right[v]); in first()
272 p = (CHR *) right[v]; in first()
301 first(right[v]); in first()
374 symbol[right[curpos]] = TRUE; in cgoto()
466 (j == RSTR && c == right[curpos]) || in nextstate()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y108 %right ASGNOP
109 %right '?'
110 %right ':'
123 %right POWER
124 %right DECR INCR
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A Da.263125 right ""
H A Da.lp25 right ""
H A Da.30025 right " "
H A Da.300-1225 right " "
H A Da.2631-c25 right ""
H A Da.2631-e25 right ""
H A Da.38225 right " "
H A Da.300s-1225 right " "
H A Da.45025 right " "
H A Da.450-1225 right " "
H A Da.83225 right " "
H A Da.300s25 right " "
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c521 int left, right, dol; in getexcl() local
547 left = 0, right = dol; in getexcl()
557 left = right = -1; in getexcl()
563 left = 0, right = dol; in getexcl()
568 if (!getsel(&left, &right, dol)) in getexcl()
574 if (!getsel(&left, &right, dol)) in getexcl()
579 exclc = right - left + 1; in getexcl()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_sched.h48 struct el_key *right; member
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dtw.h64 char *right; /* ditto */ member

12345678910>>...17