Searched refs:further_bom (Results 1 – 1 of 1) sorted by relevance
1307 int further_bom = 0; in check_bom() local1323 further_bom = check_bom(source, len); in check_bom()1324 if(further_bom == 0) return this_bom; /* End of the recursion. */ in check_bom()1325 else return further_bom; in check_bom()