dkc_create_function_call_expression  262 compiler/diksam.y 	    $$ = dkc_create_function_call_expression($1, $3);
dkc_create_function_call_expression  266 compiler/diksam.y 	    $$ = dkc_create_function_call_expression($1, NULL);
dkc_create_function_call_expression  459 compiler/diksamc.h Expression *dkc_create_function_call_expression(Expression *function,