Lines Matching defs:FALSE

35 #define	FALSE	0
126 static int aflg = FALSE;
127 static int cflg = FALSE;
130 static int hflg = FALSE;
131 static int jflg = FALSE;
132 static int mflg = FALSE;
133 static int Mflg = FALSE;
136 static int nflg = FALSE;
137 static int pflg = FALSE;
139 static int sflg = FALSE;
140 static int tflg = FALSE; /* Undocumented option to extract dcgettext */
141 static int xflg = FALSE;
160 * in_comment becomes FALSE when '* /' is encountered.
167 static int in_comment = FALSE;
168 static int in_cplus_comment = FALSE;
169 static int in_gettext = FALSE;
170 static int in_dgettext = FALSE;
171 static int in_dcgettext = FALSE;
172 static int in_textdomain = FALSE;
173 static int in_str = FALSE;
174 static int in_quote = FALSE;
175 static int is_last_comment_line = FALSE;
176 static int is_first_comma_found = FALSE;
177 static int in_skippable_string = FALSE;
188 int stdin_only = FALSE; /* Read input from stdin */
259 int opterr = FALSE;
321 if ((xflg == TRUE) && (aflg == FALSE))
358 stdin_only = FALSE;
375 if (stdin_only == FALSE) {
504 } else if (in_comment == FALSE) {
523 } else if ((in_comment == FALSE) &&
524 (in_skippable_string == FALSE)) {
529 * Both flags will be set to FALSE when newline
548 } else if ((in_comment == FALSE) &&
549 (in_skippable_string == FALSE)) {
552 is_last_comment_line = FALSE;
573 } else if (in_skippable_string == FALSE) {
574 in_comment = FALSE;
600 } else if (in_comment == FALSE) {
632 } else if (in_comment == FALSE) {
652 if (tflg == FALSE) {
658 is_first_comma_found = FALSE;
665 } else if (in_comment == FALSE) {
687 } else if (in_comment == FALSE) {
705 } else if (in_comment == FALSE) {
727 } else if (in_comment == FALSE) {
739 in_str = FALSE;
740 in_gettext = FALSE;
741 in_dgettext = FALSE;
742 in_dcgettext = FALSE;
743 in_textdomain = FALSE;
772 if (in_cplus_comment == FALSE) {
796 if (in_quote == FALSE) {
800 in_quote = FALSE;
812 in_quote = FALSE;
824 FALSE : TRUE;
874 } else if (in_comment == FALSE) {
884 if (is_first_comma_found == FALSE) {
909 } else if (in_comment == FALSE) {
927 * in_quote is always FALSE here for ANSI-C code.
932 in_cplus_comment = FALSE;
933 in_comment = FALSE;
953 (in_gettext == FALSE) &&
954 (in_dgettext == FALSE) &&
955 (in_dcgettext == FALSE) &&
956 (in_textdomain == FALSE)) {
957 add_str_to_element_list(FALSE, curr_domain);
958 in_str = FALSE;
1078 ignore_line = FALSE;
1094 if (ignore_line == FALSE) {
1318 return (FALSE);
1331 return (FALSE);
1358 is_last_comment_line = FALSE;
1474 return (FALSE);
1520 return (FALSE);
1554 if ((istextdomain == FALSE) &&
1570 if (istextdomain == FALSE) {
2013 if ((nflg == TRUE) && (p->istextdomain == FALSE) &&
2023 if ((sflg == FALSE) &&
2164 tmp->istextdomain = FALSE;
2165 tmp->isduplicate = FALSE;
2242 if (stdin_only == FALSE) {