arg 1389 global/global.c put_syms(int type, const char *tag, int lno, const char *path, const char *line_image, void *arg) arg 1391 global/global.c struct parsefile_data *data = arg; arg 201 gozilla/gozilla.c STRBUF *arg = strbuf_open(0); arg 277 gozilla/gozilla.c strbuf_puts(arg, argv[0]); arg 281 gozilla/gozilla.c if ((p = alias(strbuf_value(arg))) != NULL) { arg 282 gozilla/gozilla.c strbuf_reset(arg); arg 283 gozilla/gozilla.c strbuf_puts(arg, p); arg 290 gozilla/gozilla.c char *argument = strbuf_value(arg); arg 354 gozilla/gozilla.c getdefinitionURL(const char *arg, const char *htmldir, STRBUF *URL) arg 371 gozilla/gozilla.c if (!strcmp(arg, ptable.part[0].start)) { arg 378 gozilla/gozilla.c die("definition %s not found.", arg); arg 739 gtags/gtags.c put_syms(int type, const char *tag, int lno, const char *path, const char *line_image, void *arg) arg 741 gtags/gtags.c const struct put_func_data *data = arg; arg 190 libglibc/obstack.c void *arg) arg 217 libglibc/obstack.c h->extra_arg = arg; arg 227 libglibc/obstack.h #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ arg 230 libglibc/obstack.h (void (*) (void *, void *)) (freefun), (arg)) arg 316 libglibc/regex.c # define REGEX_FREE(arg) ((void)0) /* Do nothing! But inhibit gcc warning. */ arg 346 libglibc/regex.c # define REGEX_FREE_STACK(arg) arg 1557 libglibc/regex.c static void store_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc, int arg)); arg 1561 libglibc/regex.c int arg, unsigned char *end)); arg 1650 libglibc/regex.c #define STORE_JUMP2(op, loc, to, arg) \ arg 1651 libglibc/regex.c store_op2 (op, loc, (int) ((to) - (loc) - 3), arg) arg 1658 libglibc/regex.c #define INSERT_JUMP2(op, loc, to, arg) \ arg 1659 libglibc/regex.c insert_op2 (op, loc, (int) ((to) - (loc) - 3), arg, b) arg 2998 libglibc/regex.c store_op1 (op, loc, arg) arg 3001 libglibc/regex.c int arg; arg 3004 libglibc/regex.c STORE_NUMBER (loc + 1, arg); arg 3026 libglibc/regex.c insert_op1 (op, loc, arg, end) arg 3029 libglibc/regex.c int arg; arg 3038 libglibc/regex.c store_op1 (op, loc, arg); arg 40 libglibc/snprintf.c va_list arg; arg 43 libglibc/snprintf.c va_start (arg, format); arg 45 libglibc/snprintf.c done = vsprintf (s, format, arg); arg 51 libglibc/snprintf.c va_end (arg); arg 153 libltdl/libltdl/lt_system.h # define LT__STR(arg) #arg arg 154 libltdl/libltdl/lt_system.h # define LT_STR(arg) LT__STR(arg) arg 143 libltdl/loaders/dlopen.c # define DLERROR(arg) dlerror () arg 145 libltdl/loaders/dlopen.c # define DLERROR(arg) LT__STRERROR (arg) arg 123 libparser/asm_parse.c param->put(type, tag, lno, param->file, line_image, param->arg);\ arg 46 libparser/asm_parse.y param->put(type, tag, lno, param->file, line_image, param->arg);\ arg 726 libparser/asm_scan.c param->put(type, tag, lno, param->file, line_image, param->arg);\ arg 30 libparser/internal.h param->put(type, tag, lno, curfile, line, param->arg); \ arg 339 libparser/parser.c parse_file(const char *path, int flags, PARSER_CALLBACK put, void *arg) arg 371 libparser/parser.c param.arg = arg; arg 62 libparser/parser.h void *arg; arg 788 libparser/php.c param->put(type, tag, lno, param->file, line_image, param->arg);\ arg 245 plugin-factory/exuberant-ctags.c param->put(type, tagname, lineno, filename, p, param->arg);