dkc_create_function_call_expression  281 compiler/diksam.y 	    $$ = dkc_create_function_call_expression($1, $3);
dkc_create_function_call_expression  285 compiler/diksam.y 	    $$ = dkc_create_function_call_expression($1, NULL);
dkc_create_function_call_expression  495 compiler/diksamc.h Expression *dkc_create_function_call_expression(Expression *function,