Lines Matching refs:union
205 Generalmente il formato di un commento kernel-doc per struct, union ed enum è::
217 Nell'esempio qui sopra, potete sostituire ``struct`` con ``union`` o ``enum``
266 * @memb1: first member of anonymous union/anonymous struct
267 * @memb2: second member of anonymous union/anonymous struct
268 * @memb3: third member of anonymous union/anonymous struct
269 * @memb4: fourth member of anonymous union/anonymous struct
270 * @bar: non-anonymous union
273 * @bar.st1.memb1: first member of struct st1 on union bar
274 * @bar.st1.memb2: second member of struct st1 on union bar
275 * @bar.st2.memb1: first member of struct st2 on union bar
276 * @bar.st2.memb2: second member of struct st2 on union bar
279 /* Anonymous union/struct*/
280 union {
290 union {
334 union {
472 e scrivere ``struct``, ``union``, ``enum``, o ``typedef`` prima di un
477 See union bar.