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