Searched refs:mcset_header_ext (Results 1 – 1 of 1) sorted by relevance
96 static const char *mcset_header_ext = ".h"; variable977 mcset_header_ext = optarg; in main()978 if (mcset_header_ext[0] != '.' && mcset_header_ext[0] != 0) in main()980 char *hsz = xmalloc (strlen (mcset_header_ext) + 2); in main()982 sprintf (hsz, ".%s", mcset_header_ext); in main()983 mcset_header_ext = hsz; in main()1146 h_fp = mc_create_path_text_file (mcset_header_dir, mcset_header_ext); in main()