Lines Matching defs:msgCount
755 * Interpret 'str' and check each message (1 thru 'msgCount') for a match.
768 match_string(int *markarray, char *str, int msgCount)
848 for (i = 1; i <= msgCount; i++) {
950 int msgCount; /* tmparray length and message count */
962 msgCount = get_msgCount();
963 tmparray = csalloc((size_t)msgCount, sizeof(*tmparray));
1092 if (match_string(tmparray, lexstring, msgCount) == -1)
1098 for (i = 1; i <= msgCount; i++)
1154 for (i = 0; i < msgCount; i++)
1159 for (i = 0; i < msgCount; i++)
1164 for (i = 0; i < msgCount; i++)
1169 for (i = 0; i < msgCount; i++)
1178 for (i = 0; i < msgCount; i++)
1206 for (i = 1; i <= msgCount; i++)
1209 for (i = 1; i <= msgCount; i++) {
1225 int msgCount;
1228 msgCount = get_msgCount();
1233 for (i = 1; i <= msgCount; i++)
1242 markarray = csalloc((size_t)msgCount, sizeof(*markarray));
1250 for (i = 1; i <= msgCount; i++) {