Home | History | Annotate | Download | only in config

Lines Matching full:label_name

1925   char *label_name;
1930 label_name = (char *) xmalloc (strlen (loopsym) + strlen (suffix) + 5);
1932 label_name[0] = 0;
1934 strcat (label_name, "L$L$");
1935 strcat (label_name, loopsym);
1936 strcat (label_name, suffix);
1938 linelabel = colon (label_name);