Searched refs:dot_idx (Results 1 – 1 of 1) sorted by relevance
343 int idx, dot_idx; in msdosify() local376 for(idx = 0, dot_idx = -1; *s && d < dlimit; s++, d++) { in msdosify()405 else if(dot_idx >= 0) { in msdosify()406 if(dot_idx < 5) { /* 5 is a heuristic ad-hoc'ery */ in msdosify()407 d[dot_idx - idx] = '_'; /* replace previous dot */ in msdosify()417 dot_idx = idx; in msdosify()420 if(idx - 2 == dot_idx) { /* .c++, .h++ etc. */ in msdosify()449 dot_idx = -1; in msdosify()