Lines Matching refs:next

56 	struct strlist_st	*next;
67 * next : Next node.
77 struct element_st *next;
86 * next : Next node.
101 struct domain_st *next;
120 struct exclude_st *next;
757 * quoted string and the next line is the start of the double quoted
858 p = p->next;
1087 tmp_excl->next = excl_head;
1096 tail->next = new_strlist();
1097 tail->next->str = strdup(line);
1098 tail = tail->next;
1110 tail = tail->next;
1112 tmp_excl = tmp_excl->next;
1118 * Get next character from the string list containing ANSI style string.
1125 * m : The location of the next characters in the double quoted string
1127 * When it gets to end of quoted string, the next node will be
1146 p = p->next;
1148 p = p->next;
1173 * Get next character after '\'.
1265 * Advance pointer to point the next character to be parsed.
1328 p = p->next;
1346 tmp_str->next = NULL;
1354 commtail->next = tmp_str;
1355 commtail = commtail->next;
1371 tmp_str->next = NULL;
1379 strtail->next = tmp_str;
1380 strtail = strtail->next;
1424 p = p->next;
1434 dom_tail->next = tmp_dom;
1435 dom_tail = dom_tail->next;
1452 ptr = p->next;
1472 p = p->next;
1482 * comment block is associated with the next msgid encountered.
1514 p = p->next;
1566 * then associate the comment to the next [d]gettext() calls
1595 tmp_dom->textdomain_tail->next = tmp_elem;
1617 /* move to the next node */
1619 p = p->next;
1621 tmp_elem->next = p;
1623 q->next = tmp_elem;
1637 q->next = tmp_elem;
1660 tmp_dom->gettext_tail->next = tmp_elem;
1688 tmp = tmp->next;
1706 (*potail)->next = elem;
1707 *potail = (*potail)->next;
1764 comment_tail->next = new_strlist();
1765 comment_tail = comment_tail->next;
1803 msgid_tail->next = new_strlist();
1804 msgid_tail = msgid_tail->next;
1808 msgstr_tail->next = new_strlist();
1809 msgstr_tail = msgstr_tail->next;
1866 q = q->next;
1868 p = p->next;
1873 while (l1_tail->next != NULL) {
1874 if (l1->next == NULL)
1876 l1_tail = l1_tail-> next;
1878 l1_tail->next = l2;
1983 p = p->next;
2029 p = p->next;
2068 p = p->next;
2092 q = p->next;
2098 q = q->next;
2114 if ((Mflg == TRUE) && (p->next == NULL)) {
2126 if ((Mflg == TRUE) && (p->next == NULL)) {
2135 q = p->next;
2141 q = q->next;
2146 if ((Mflg == TRUE) && (p->next != NULL) &&
2171 tmp->next = NULL;
2190 tmp->next = NULL;
2205 tmp->next = NULL;
2220 tmp->next = NULL;
2274 r = q->msgid->next;
2277 r = r->next;
2284 r = q->msgstr->next;
2287 r = r->next;
2297 r = q->comment->next;
2300 r = r->next;
2311 q = q->next;
2347 p = p->next;