Searched refs:namelist (Results 1 - 25 of 132) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dnamelist.f9016 ! This file is the Fortran source file for namelist.exp.
21 namelist /nml/ a, b
25 Write(*,nml) ! Display namelist
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_inherit1.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration: class type namelist($1, $2)
66 namelist(
[all...]
H A Dinherit1.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
30 %type <nlist> declaration namelist locnamelist
38 namelist * nlist;
45 declaration: class type namelist
59 namelist: namelist NAME label
71 { $<tval>$ = $<tval>-1; } /* copy <type> to where <namelist> expect
[all...]
H A Dbtyacc_destroy1.y15 struct namelist { symbol *s; struct namelist *next; };
16 typedef struct namelist namelist;
39 %type <nlist> namelist
44 namelist *p = $$;
46 { namelist *pp = p;
56 namelist * nlist;
63 declaration: class type namelist'(' class ',' type ')'
77 namelist label
[all...]
H A Dbtyacc_destroy2.y15 struct namelist { symbol *s; struct namelist *next; };
16 typedef struct namelist namelist;
39 %type <nlist> namelist
44 namelist *p = $$;
46 { namelist *pp = p;
56 namelist * nlist;
63 declaration: class type namelist'(' class ',' type ')'
77 namelist label
[all...]
H A Dbtyacc_destroy3.y18 struct namelist { symbol *s; struct namelist *next; };
19 typedef struct namelist namelist;
42 %type <nlist> namelist
47 namelist *p = $$;
49 { namelist *pp = p;
59 namelist * nlist;
66 declaration: class type namelist'(' class ',' type ')'
80 namelist label
[all...]
H A Derr_inherit4.y14 struct namelist { symbol *s; struct namelist *next; };
15 typedef struct namelist namelist;
29 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
35 namelist *p = $$;
37 { namelist *pp = p;
47 namelist * nlist;
54 declaration: class type namelist($1, $2)
68 namelist(
[all...]
H A Derr_inherit2.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration: class type namelist($1, $2)
66 namelist(
[all...]
H A Derr_inherit3.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
28 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration($d): class type namelist($1, $2)
66 namelist label
[all...]
H A Derr_inherit5.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration: class type namelist($1, $2)
66 namelist(
[all...]
H A Dinherit2.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration: class type namelist($1, $2)
66 namelist(
[all...]
H A Dinherit0.y21 declaration: class type namelist
35 namelist: namelist NAME label
43 { $$ = $-1; } /* copy <type> to where <namelist> expects it */
44 namelist
/netbsd-current/usr.bin/rdist/
H A Ddefs.h103 struct namelist { /* for making lists of strings */ struct
105 struct namelist *n_next;
112 struct namelist *sc_args;
120 struct namelist *c_files;
159 struct namelist *
160 expand(struct namelist *, int);
163 int inlist(struct namelist *, char *);
165 struct namelist *, struct namelist *, struct subcmd *);
168 struct namelist *
[all...]
H A Dgram.y46 struct namelist *last_n;
50 void append(char *, struct namelist *, char *, struct subcmd *);
74 struct namelist *namel;
80 %type <namel> namelist, names, opt_namelist
88 command: NAME EQUAL namelist = {
91 | namelist ARROW namelist cmdlist = {
94 | NAME COLON namelist ARROW namelist cmdlist = {
97 | namelist DCOLO
106 namelist: NAME = { label
[all...]
H A Dlookup.c50 struct namelist *s_value;
63 struct namelist *nl;
64 struct namelist *value;
124 struct namelist *
125 lookup(char *name, int action, struct namelist *value)
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit3.tab.h21 namelist * nlist;
H A Dbtyacc_destroy3.tab.h21 namelist * nlist;
H A Dinherit1.tab.h21 namelist * nlist;
H A Dinherit2.tab.h21 namelist * nlist;
H A Dbtyacc_destroy1.tab.h21 namelist * nlist;
H A Dbtyacc_destroy2.tab.h21 namelist * nlist;
H A Derr_inherit4.tab.h21 namelist * nlist;
/netbsd-current/sbin/sysctl/
H A Dpathconf.c197 findname(string, level, bufp, namelist)
201 struct list *namelist;
206 if (namelist->list == 0 || (name = strsep(bufp, ".")) == NULL) {
210 for (i = 0; i < namelist->size; i++)
211 if (namelist->list[i].ctl_name != NULL &&
212 strcmp(name, namelist->list[i].ctl_name) == 0)
214 if (i == namelist->size) {
/netbsd-current/usr.bin/systat/
H A Dsystat.h41 int (*c_init)(void); /* initialize namelist, etc. */
61 #define NVAL(indx) namelist[(indx)].n_value
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dclient.h197 unsigned int options, dns_namelist_t *namelist);
219 * 'namelist' will contain a list of answer names, each of which has
245 *\li 'namelist' != NULL and is not empty.
259 dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist);
261 * Free resources allocated for the content of 'namelist'.
267 *\li 'namelist' != NULL.

Completed in 132 milliseconds

123456