Searched refs:vlist (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/sbin/isakmpd/ |
| D | ui.c | 222 struct conf_list *vlist; in ui_config() local 266 vlist = conf_get_list(section, tag); in ui_config() 267 if (vlist) { in ui_config() 268 for (vnode = TAILQ_FIRST(&vlist->fields); in ui_config() 276 conf_free_list(vlist); in ui_config() 301 vlist = conf_get_list(section, tag); in ui_config() 302 if (vlist) { in ui_config() 304 for (vnode = TAILQ_FIRST(&vlist->fields); in ui_config() 321 conf_free_list(vlist); in ui_config()
|
| /openbsd/src/usr.bin/rpcgen/ |
| D | rpc_parse.c | 144 version_list *vlist; local 159 vlist = malloc(sizeof(version_list)); 160 vlist->vers_name = tok.str; 162 ptailp = &vlist->procs; 219 *vtailp = vlist; 220 vtailp = &vlist->next; 224 vlist->vers_num = tok.str; 226 for (plist = vlist->procs; plist != NULL; 229 vlist->vers_num);
|
| D | rpc_cout.c | 320 version_list *vlist; local 323 for (vlist = def->def.pr.versions; vlist != NULL; vlist = vlist->next) 324 for (plist = vlist->procs; plist != NULL; plist = plist->next) {
|
| /openbsd/src/usr.bin/pkg-config/OpenBSD/ |
| D | PkgConfig.pm | 60 vlist => [], 71 push(@{$self->{vlist}}, $name); 150 foreach my $variable (@{$self->{vlist}}) { 279 unshift(@{$self->{vlist}}, $k);
|
| /openbsd/src/usr.bin/pkg-config/ |
| D | pkg-config | 257 my @vlist = (); 274 push @vlist, do_cflags($dep_cfg_list) if $mode{cflags}; 275 push @vlist, do_libs($dep_cfg_list) if $mode{libs}; 276 say join(' ', @vlist) if $rc == 0; 461 push(@vlist, $value);
|
| /openbsd/src/gnu/usr.bin/perl/dist/PathTools/t/ |
| D | cwd_enoent.t | 31 my @vlist = ($Config{osvers} =~ /(\d+)/g); 32 my $osver = sprintf("%d%03d", map { defined() ? $_ : '0' } @vlist[0,1]);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | varobj.c | 150 struct vlist struct 153 struct vlist *next; argument 388 static struct vlist **varobj_table; 563 struct vlist *cv; in varobj_get_handle() 1165 struct vlist *cv; in install_variable() 1166 struct vlist *newvl; in install_variable() 1184 newvl = xmalloc (sizeof (struct vlist)); in install_variable() 1208 struct vlist *cv; in uninstall_variable() 1209 struct vlist *prev; in uninstall_variable() 2612 int sizeof_table = sizeof (struct vlist *) * VAROBJ_TABLE_SIZE; in _initialize_varobj()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | parse.y | 7251 declare_local_variables (modifier, type, vlist) in declare_local_variables() argument 7254 tree vlist; 7295 for (current = vlist, saved_type = type; current;
|
| D | parse.c | 10816 declare_local_variables (modifier, type, vlist) in declare_local_variables() argument 10819 tree vlist; 10860 for (current = vlist, saved_type = type; current;
|