<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>LABELARRAY</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2413.html#L59'>LABELARRAY</a> 59 include/assemble.h LABELARRAY *label; /**<ラベル配列 */</span> <span class='curline'><a href='../S/2836.html#L80'>LABELARRAY</a> 80 src/label.c return (**(LABELARRAY **)a).adr - (**(LABELARRAY **)b).adr;</span> <span class='curline'><a href='../S/2836.html#L93'>LABELARRAY</a> 93 src/label.c LABELARRAY *l = NULL;</span> <span class='curline'><a href='../S/2836.html#L110'>LABELARRAY</a> 110 src/label.c LABELARRAY *l = NULL;</span> <span class='curline'><a href='../S/2836.html#L120'>LABELARRAY</a> 120 src/label.c l = p->label = malloc_chk(sizeof(LABELARRAY), "labels.label");</span> <span class='curline'><a href='../S/2836.html#L139'>LABELARRAY</a> 139 src/label.c LABELARRAY **l = {NULL};</span> <span class='curline'><a href='../S/2836.html#L141'>LABELARRAY</a> 141 src/label.c l = calloc_chk(labelcnt, sizeof(LABELARRAY **), "labels");</span> </pre> </body> </html>