Searched refs:slist (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_list.h57 #define fluid_list_next(slist) ((slist) ? (((fluid_list_t *)(slist))->next) : NULL)
58 #define fluid_list_get(slist) ((slist) ? ((slist)->data) : NULL)
/haiku-fatelf/headers/cpp/
H A Dslist.h23 using __STD::slist;
H A Dstl_slist.h300 class slist : private _Slist_base<_Tp,_Alloc> class in inherits:_Slist_base
353 explicit slist(const allocator_type& __a = allocator_type()) : _Base(__a) {} function in class:slist
355 slist(size_type __n, const value_type& __x, function in class:slist
359 explicit slist(size_type __n) : _Base(allocator_type()) function in class:slist
366 slist(_InputIterator __first, _InputIterator __last, function in class:slist
371 slist(const_iterator __first, const_iterator __last, function in class:slist
374 slist(const value_type* __first, const value_type* __last, function in class:slist
379 slist(const slist& __x) : _Base(__x.get_allocator()) function in class:slist
382 slist
685 operator =(const slist<_Tp,_Alloc>& __x) argument
746 operator ==(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) argument
759 operator <(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) argument
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dgencode.h183 struct slist;
187 struct slist *jt; /*only for relative jump in block*/
188 struct slist *jf; /*only for relative jump in block*/
192 struct slist { struct
194 struct slist *next;
227 struct slist *stmts; /* side effect stmts */
251 struct slist *s; /* stmt list */
320 void sappend(struct slist *, struct slist *);
H A Doptimize.c102 static int eq_slist(struct slist *, struct slist *);
129 static inline struct slist *this_op(struct slist *);
137 static int slength(struct slist *);
452 struct slist *s;
679 static inline struct slist *
681 struct slist *s;
702 struct slist *s;
703 struct slist *nex
[all...]
H A Dgencode.c167 static inline struct slist *new_stmt(int);
183 static struct slist *gen_load_llrel(u_int, u_int);
184 static struct slist *gen_load_a(enum e_offrel, u_int, u_int);
185 static struct slist *gen_loadx_iphdrlen(void);
193 static struct slist *gen_llprefixlen(void);
236 static struct slist *xfer_to_x(struct arth *);
237 static struct slist *xfer_to_a(struct arth *);
317 static inline struct slist *
321 struct slist *p;
323 p = (struct slist *)newchun
[all...]
/haiku-fatelf/src/bin/bash/
H A Dpcomplete.c221 sl = itp->slist;
230 itp->slist = (STRINGLIST *)NULL;
350 itp->slist = (STRINGLIST *)NULL;
360 itp->slist = sl;
362 itp->slist = (STRINGLIST *)NULL;
379 itp->slist = (STRINGLIST *)NULL;
388 itp->slist = sl;
417 itp->slist = sl;
435 itp->slist = sl;
454 itp->slist
[all...]
H A Dpcomplete.h83 STRINGLIST *slist; member in struct:_list_of_items
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-escp2.c3169 stp_string_list_t *slist; local
3173 slist = stp_list_parameters(pv, STP_PARAMETER_TYPE_STRING_LIST);
3174 if (slist)
3176 int len = stp_string_list_count(slist);
3179 const char *name = stp_string_list_param(slist, i)->name;
3184 stp_string_list_destroy(slist);
3186 slist = stp_list_parameters(pv, STP_PARAMETER_TYPE_FILE);
3187 if (slist)
3189 int len = stp_string_list_count(slist);
3192 const char *name = stp_string_list_param(slist,
[all...]

Completed in 139 milliseconds