Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dexec.c1251 static const char *const read_args[] = { in do_selectargs() local
1269 if (call_builtin(findcom("read", FC_BI), (char **) read_args)) in do_selectargs()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c148 static struct field *read_args (char **, int, struct objfile *, int *, int *);
1806 args = read_args (pp, ';', objfile, &nargs, &varargs); in read_type()
3943 read_args (char **pp, int end, struct objfile *objfile, int *nargsp, in read_args() function
H A DChangeLog-20028241 * stabsread.c (read_type): Update calls to read_args and
8243 (read_args): Use new argument layout. Simplify.
H A DChangeLog-19925557 * buildsym.c (read_args): Make static, add objfile parameter.