Home
last modified time | relevance | path

Searched refs:has_label (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bc/gen/
H A Dstrgen.c344 bool has_label, has_define, remove_tabs, exclude_extra_math; in main() local
357 has_label = (argc > 5 && strcmp("", argv[5]) != 0); in main()
358 label = has_label ? argv[5] : ""; in main()
372 if (has_label && fprintf(out, bc_gen_label_extern, label) < 0) goto err; in main()
375 if (has_label && output_label(out, label, argv[1]) < 0) goto err; in main()