Searched refs:Arg (Results 1 – 6 of 6) sorted by relevance
45 template <class Arg>48 typedef void (*fun_type)(Arg);51 typedef Arg argument_type;54 void operator() (Arg x) const { ptr(x); } in operator()57 template <class Arg>58 inline pointer_to_unary_procedure<Arg> ptr_proc(void (*x)(Arg)) { in ptr_proc() argument59 return pointer_to_unary_procedure<Arg>(x); in ptr_proc()
403 msgstr "Argüman sayısı (%d) `%s' işlevinde yetersiz"
3518 * Arg list too long: Options/Recursion. (line 57)
4534 @cindex Arg list too long4539 see the error message @samp{Arg list too long}, this may be the problem.
3755 the error message `Arg list too long', this may be the problem. (For