Lines Matching refs:spaces
878 int i, len, spaces, nls;
889 spaces = nls = 0;
941 else if ((ch == '\n' || isspace(ch)) && spaces >= 0)
942 ++spaces;
944 spaces = -1;
960 spaces = -1;
961 else if (spaces >= 0)
962 ++spaces;
973 else if (spaces >= 0 && isspace(*mb))
974 ++spaces;
976 spaces = -1;
984 else if (spaces >= 0 && (isspace(*mb) || (html && *mb == '\n')))
985 ++spaces;
987 spaces = -1;
1083 if (spaces > 0 && spaces <= 32 && strcmp(ispell.sendbuf, ispell.sentbuf) == 0) {
1090 for (i = 0; i < spaces; i++)