Lines Matching defs:call
55 * 0 means outside a while loop with a getopt call.
56 * 1 means directly inside a while loop with a getopt call.
63 * The options string from the getopt call. Whenever an option is
83 const function_call *call;
95 && tn->u.ops.left->u.ops.right->tn_op == CALL
96 && (call = tn->u.ops.left->u.ops.right->u.call)->func->tn_op == ADDR
97 && call->func->u.ops.left->tn_op == NAME
98 && strcmp(call->func->u.ops.left->u.sym->s_name, "getopt") == 0
99 && call->args_len == 3
100 && (last_arg = call->args[2]) != NULL