Home
last modified time | relevance | path

Searched refs:extra_arg (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Dmodules.c107 char *extra_arg, List *stack) in my_module() argument
138 where ? where : "NULL", extra_arg ? extra_arg : "NULL"); in my_module()
509 run_module_prog, build_dirs, extra_arg, in my_module()
642 build_dirs, extra_arg, stack); in my_module()
695 if (extra_arg) in my_module()
696 run_add_arg (extra_arg); in my_module()
746 char *extra_arg) in do_module() argument
749 local_specified, run_module_prog, build_dirs, extra_arg, in do_module()
Dcvs.h662 char *extra_arg);
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dobstack.c106 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
119 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
215 h->extra_arg = arg; in _obstack_begin_1()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dobstack.h178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member