Lines Matching defs:first
181 * This variable contains the first line of gettext(), dgettext(), or
734 * the first open paren, no action is necessary.
983 int first = 0;
1003 * Find the position of the first non-whitespace character
1020 first = --i;
1030 if (line[first] == '"') {
1031 first++;
1040 p = first;
1041 for (i = 0; i <= (last-first); i++) {
1138 * From the string list, find non-null string first.
1229 * Remove all heading zeros first and
1490 char *first, *pc;
1495 first = strdup(p->str);
1496 while ((first != NULL) && (first[0] != NULL)) {
1497 pc = first;
1509 if (strcmp(first, comment_tag) == 0) {
1512 first = pc;
1840 * This function will append the second list to the first list.
1841 * If the msgid in the second list contains msgid in the first list,