Lines Matching defs:comment

41 [-c comment-tag]\n	[-d default-domain] [-m prefix] \
64 * comment : comment extracted in case of -c option.
74 struct strlist_st *comment;
147 * in_comment : Means inside comment block (C or C++).
148 * in_cplus_comment : Means inside C++ comment block.
159 * of the comment block. This is necessary because
211 * Each node contains one line of comment.
415 "-c <comment-tag>\tget comments containing <flag>\n");
538 * Handler for the comment start (slash asterisk) in input file.
554 * If there is any comment extracted before accidently,
555 * clean it up and start the new comment again.
563 * Handler for the comment end (asterisk slash) in input file.
941 * C++ comment always ends with new line.
1068 * Line starting with # is a comment line and ignored.
1335 * Extract a comment line and add to the linked list containing
1336 * comment block.
1337 * Each comment line is stored in the node.
1349 /* Empty comment list */
1478 * Finds if a comment block is to be extracted.
1480 * When -c option is specified, find out if comment block contains
1481 * comment-tag as a token separated by blanks. If it does, this
1482 * comment block is associated with the next msgid encountered.
1566 * then associate the comment to the next [d]gettext() calls
1573 tmp_elem->comment = commhead;
1737 * Line starting with # is a comment line and ignored.
1754 tmp_elem->comment = comment_tail =
1759 * comment line.
1769 * comment line.
2000 output_comment(fp, p->comment);
2010 * file and line number info as a comment line. So, it
2020 * Depending on the type of node, output textdomain comment
2037 * Prints out textdomain call as a comment line with file name and
2048 * Write textdomain() line as a comment.
2064 * Write comment section.
2086 * so that they are considered as comment lines in .po file.
2168 tmp->comment = NULL;
2293 if (q->comment == NULL) {
2294 printf(" comment = <NULL>\n");
2296 printf(" comment = <%s>\n", q->comment->str);
2297 r = q->comment->next;