Searched refs:in_quote (Results 1 – 6 of 6) sorted by relevance
154 int in_quote = 0; in next_token() local172 in_quote = 1; in next_token()178 if ( *p == '\0' || ( ldap_utf8isspace( p ) && !in_quote )) { in next_token()187 in_quote = !in_quote; in next_token()
174 static int in_quote = FALSE; variable502 if (in_quote == TRUE) { in handle_macro_line()521 if (in_quote == TRUE) { in handle_cplus_comment_line()546 if (in_quote == TRUE) { in handle_open_comment()571 if (in_quote == TRUE) { in handle_close_comment()598 if (in_quote == TRUE) { in handle_gettext()630 if (in_quote == TRUE) { in handle_dgettext()663 if (in_quote == TRUE) { in handle_dcgettext()685 if (in_quote == TRUE) { in handle_textdomain()703 if (in_quote == TRUE) { in handle_open_paren()[all …]
168 boolean_t in_quote = B_FALSE; in dsym_get_token() local188 if (!in_quote) { in dsym_get_token()204 in_quote = !in_quote; in dsym_get_token()
2162 bool_t in_quote = FALSE; in skip_get_dn() local2184 in_quote = !in_quote; in skip_get_dn()2189 done = !in_quote; in skip_get_dn()2194 if (!in_quote) { in skip_get_dn()2207 if (!in_quote) { in skip_get_dn()2224 if (!in_quote && goteq && gotch) in skip_get_dn()
2360 bool_t in_quote; in get_ava_list() local2372 in_quote = FALSE; in get_ava_list()2381 in_quote = !in_quote; in get_ava_list()2383 } else if (in_quote) in get_ava_list()2405 if (!got_data || !got_equal || in_quote) in get_ava_list()
1074 int in_quote = FALSE; in get_mapped_filter() local1169 if (!in_quote && !is_value) { in get_mapped_filter()1196 if (!in_quote) in get_mapped_filter()1203 in_quote = (in_quote == FALSE); in get_mapped_filter()1210 if (!in_quote) in get_mapped_filter()