Home
last modified time | relevance | path

Searched refs:dot_idx (Results 1 – 1 of 1) sorted by relevance

/curl/src/
H A Dtool_doswin.c301 int idx, dot_idx; in msdosify() local
332 for(idx = 0, dot_idx = -1; *s && d < dlimit; s++, d++) { in msdosify()
361 else if(dot_idx >= 0) { in msdosify()
362 if(dot_idx < 5) { /* 5 is a heuristic ad-hoc'ery */ in msdosify()
363 d[dot_idx - idx] = '_'; /* replace previous dot */ in msdosify()
373 dot_idx = idx; in msdosify()
376 if(idx - 2 == dot_idx) { /* .c++, .h++ etc. */ in msdosify()
405 dot_idx = -1; in msdosify()

Completed in 4 milliseconds