Lines Matching defs:TRUE

34 #define	TRUE	1
267 aflg = TRUE;
270 cflg = TRUE;
277 hflg = TRUE;
280 jflg = TRUE;
283 Mflg = TRUE;
287 mflg = TRUE;
291 nflg = TRUE;
294 pflg = TRUE;
298 sflg = TRUE;
301 tflg = TRUE;
304 xflg = TRUE;
308 opterr = TRUE;
314 if (hflg == TRUE) {
321 if ((xflg == TRUE) && (aflg == FALSE))
322 opterr = TRUE;
325 if ((jflg == TRUE) && (aflg == TRUE)) {
328 opterr = TRUE;
332 if ((jflg == TRUE) && (sflg == TRUE)) {
335 opterr = TRUE;
338 if (opterr == TRUE) {
349 if (xflg == TRUE) {
355 stdin_only = TRUE;
499 if (cflg == TRUE)
502 if (in_quote == TRUE) {
518 if (cflg == TRUE)
521 if (in_quote == TRUE) {
528 * Set both flags to TRUE here.
532 in_cplus_comment = TRUE;
533 in_comment = TRUE;
543 if (cflg == TRUE)
546 if (in_quote == TRUE) {
551 in_comment = TRUE;
568 if (cflg == TRUE)
571 if (in_quote == TRUE) {
575 is_last_comment_line = TRUE;
589 if (tflg == TRUE) {
595 if (cflg == TRUE)
598 if (in_quote == TRUE) {
601 in_gettext = TRUE;
621 if (tflg == TRUE) {
627 if (cflg == TRUE)
630 if (in_quote == TRUE) {
633 in_dgettext = TRUE;
660 if (cflg == TRUE)
663 if (in_quote == TRUE) {
666 in_dcgettext = TRUE;
682 if (cflg == TRUE)
685 if (in_quote == TRUE) {
688 in_textdomain = TRUE;
700 if (cflg == TRUE)
703 if (in_quote == TRUE) {
706 if ((in_gettext == TRUE) ||
707 (in_dgettext == TRUE) ||
708 (in_dcgettext == TRUE) ||
709 (in_textdomain == TRUE)) {
710 in_str = TRUE;
722 if (cflg == TRUE)
725 if (in_quote == TRUE) {
728 if ((in_gettext == TRUE) ||
729 (in_dgettext == TRUE) ||
730 (in_dcgettext == TRUE) ||
731 (in_textdomain == TRUE)) {
744 } else if (aflg == TRUE) {
763 if (cflg == TRUE)
768 if (in_quote == TRUE) {
770 } else if ((in_comment == TRUE) ||
771 (is_last_comment_line == TRUE)) {
786 if (cflg == TRUE)
789 if (in_comment == TRUE) {
791 } else if ((in_gettext == TRUE) ||
792 (in_dgettext == TRUE) ||
793 (in_dcgettext == TRUE) ||
794 (in_textdomain == TRUE)) {
795 if (in_str == TRUE) {
797 in_quote = TRUE;
803 } else if (aflg == TRUE) {
808 * in_str stays TRUE until ANSI string ends.
810 if (in_str == TRUE) {
811 if (in_quote == TRUE) {
815 in_quote = TRUE;
818 in_str = TRUE;
819 in_quote = TRUE;
823 in_skippable_string = (in_skippable_string == TRUE) ?
824 FALSE : TRUE;
834 if (cflg == TRUE)
837 if (in_quote == TRUE) {
869 if (cflg == TRUE)
872 if (in_quote == TRUE) {
875 if (in_str == TRUE) {
876 if (in_dgettext == TRUE) {
880 } else if (in_dcgettext == TRUE) {
889 is_first_comma_found = TRUE;
891 } else if (aflg == TRUE) {
904 if (cflg == TRUE)
907 if (in_quote == TRUE) {
910 if (in_str == TRUE) {
911 if (aflg == TRUE) {
929 if ((in_comment == TRUE) ||
930 (is_last_comment_line == TRUE)) {
931 if (in_cplus_comment == TRUE) {
951 if ((aflg == TRUE) &&
952 (in_str == TRUE) &&
1065 ignore_line = TRUE;
1074 ignore_line = TRUE;
1076 ignore_line = TRUE;
1325 return (TRUE);
1398 if (aflg == TRUE) {
1470 return (TRUE);
1510 return (TRUE);
1555 (isexcluded(strhead) == TRUE)) {
1571 if ((cflg == TRUE) && (commhead != NULL)) {
1572 if (isextracted(commhead) == TRUE) {
1585 if (sflg == TRUE) {
1590 if (istextdomain == TRUE) {
1648 tmp_elem->msgid) == TRUE) {
1649 tmp_elem->isduplicate = TRUE;
1863 p->isduplicate = TRUE;
1920 if (pflg == TRUE) {
1932 if (jflg == TRUE) {
1974 if (sflg == TRUE) {
1998 if (((cflg == TRUE) || (jflg == TRUE)) &&
1999 (p->istextdomain != TRUE)) {
2013 if ((nflg == TRUE) && (p->istextdomain == FALSE) &&
2024 (p->istextdomain == TRUE)) {
2088 if (duplicate == TRUE) {
2094 if (duplicate == TRUE) {
2106 if (duplicate == TRUE) {
2109 if ((mflg == TRUE) || (Mflg == TRUE)) {
2110 if (mflg == TRUE) {
2114 if ((Mflg == TRUE) && (p->next == NULL)) {
2126 if ((Mflg == TRUE) && (p->next == NULL)) {
2137 if (duplicate == TRUE) {
2146 if ((Mflg == TRUE) && (p->next != NULL) &&
2240 if ((in_comment == TRUE || in_quote == TRUE) &&