nmatched++; | nmatched++; | ||||
} | } | ||||
if (*from == 0 && matched) { | |||||
if (matched) { | |||||
*ignore_next_n = nmatched; | *ignore_next_n = nmatched; | ||||
return from + 1; | return from + 1; | ||||
} | } |
nbytes += 2; // delete the final dot (eg. u.s.a.'s) | nbytes += 2; // delete the final dot (eg. u.s.a.'s) | ||||
ok = 2; | ok = 2; | ||||
} | } | ||||
} else if ((count > 0) && (word[nbytes] == ' ')) | |||||
} else if ((count > 0)) | |||||
ok = 2; | ok = 2; | ||||
} | } | ||||