Searched refs:mcset_header_ext (Results 1 – 1 of 1) sorted by relevance
101 static const char *mcset_header_ext = ".h"; variable1004 mcset_header_ext = optarg; in main()1005 if (mcset_header_ext[0] != '.' && mcset_header_ext[0] != 0) in main()1007 char *hsz = xmalloc (strlen (mcset_header_ext) + 2); in main()1009 sprintf (hsz, ".%s", mcset_header_ext); in main()1010 mcset_header_ext = hsz; in main()1172 h_fp = mc_create_path_text_file (mcset_header_dir, mcset_header_ext); in main()