Searched refs:contents_end (Results 1 – 1 of 1) sorted by relevance
464 const char *contents_end = NULL; in trim_edit_markers() local481 contents_end = strstr(contents_start, EDIT_MARKER_END); in trim_edit_markers()482 if (contents_end) in trim_edit_markers()483 strshorten(contents_start, contents_end - contents_start); in trim_edit_markers()