Searched refs:start_of_commentp (Results 1 – 1 of 1) sorted by relevance
162 char *start_of_commentp; in fileutil_get_cmd_from_string() local175 start_of_commentp = strchr(current_string, '#'); in fileutil_get_cmd_from_string()176 if (start_of_commentp != NULL) { in fileutil_get_cmd_from_string()177 *start_of_commentp = '\0'; in fileutil_get_cmd_from_string()