Searched refs:start_of_commentp (Results 1 – 1 of 1) sorted by relevance
160 char *start_of_commentp; in fileutil_get_cmd_from_string() local173 start_of_commentp = strchr(current_string, '#'); in fileutil_get_cmd_from_string()174 if (start_of_commentp != NULL) { in fileutil_get_cmd_from_string()175 *start_of_commentp = '\0'; in fileutil_get_cmd_from_string()