HomeSort by: relevance | last modified time | path
    Searched defs:last_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
ckgetopt.c 84 const tnode_t *last_arg; local in function:is_getopt_condition
100 && (last_arg = call->args[2]) != NULL
101 && last_arg->tn_op == CVT
102 && last_arg->u.ops.left->tn_op == ADDR
103 && last_arg->u.ops.left->u.ops.left->tn_op == STRING
104 && (str = last_arg->u.ops.left->u.ops.left->u.str_literals)->data != NULL) {
ckgetopt.c 84 const tnode_t *last_arg; local in function:is_getopt_condition
100 && (last_arg = call->args[2]) != NULL
101 && last_arg->tn_op == CVT
102 && last_arg->u.ops.left->tn_op == ADDR
103 && last_arg->u.ops.left->u.ops.left->tn_op == STRING
104 && (str = last_arg->u.ops.left->u.ops.left->u.str_literals)->data != NULL) {

Completed in 24 milliseconds