Searched refs:unary_operator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dtest.c115 static int unary_operator __P((void));
277 value = unary_operator ();
455 unary_operator () function
686 return (unary_operator ());
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_grammar.y206 %type <l_tok> unary_operator
423 | unary_operator cast_expression { $$ = OP1($1, $2); }
433 unary_operator: DT_TOK_BAND { $$ = DT_TOK_ADDROF; } label

Completed in 134 milliseconds