Searched refs:vlist (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dvariables.c2875 VARLIST *vlist; local
2877 vlist = (VARLIST *)xmalloc (sizeof (VARLIST));
2878 vlist->list = (SHELL_VAR **)xmalloc ((nentries + 1) * sizeof (SHELL_VAR *));
2879 vlist->list_size = nentries;
2880 vlist->list_len = 0;
2881 vlist->list[0] = (SHELL_VAR *)NULL;
2883 return vlist;
2887 vlist_realloc (vlist, n)
2888 VARLIST *vlist;
2891 if (vlist
2931 VARLIST *vlist; local
2955 VARLIST *vlist; local
3134 VARLIST *vlist; local
[all...]
H A Dpcomplete.c372 SHELL_VAR **vlist; local
376 vlist = (*svfunc) ();
377 if (vlist == 0)
382 for (n = 0; vlist[n]; n++)
386 sl->list[i] = savestring (vlist[i]->name);
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_gpc.h334 const gpc_vertex_list& vlist = m_result.contour[m_contour]; local
335 if(++m_vertex < vlist.num_vertices)
337 const gpc_vertex& v = vlist.vertex[m_vertex];
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c121 /* FIXME: Deprecated. All should use vlist instead */
134 /* FIXME: Deprecated. All should use vlist instead */
150 struct vlist struct
153 struct vlist *next;
388 static struct vlist **varobj_table;
564 struct vlist *cv;
1111 struct vlist *cv;
1112 struct vlist *newvl;
1130 newvl = xmalloc (sizeof (struct vlist));
1154 struct vlist *c
[all...]

Completed in 57 milliseconds