Home
last modified time | relevance | path

Searched refs:has_context (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dwrite-resources.c123 bool has_context; in msgdomain_write_csharp_resources() local
126 has_context = false; in msgdomain_write_csharp_resources()
129 has_context = true; in msgdomain_write_csharp_resources()
130 if (has_context) in msgdomain_write_csharp_resources()
Dwrite-tcl.c149 bool has_context; in msgdomain_write_tcl() local
152 has_context = false; in msgdomain_write_tcl()
155 has_context = true; in msgdomain_write_tcl()
156 if (has_context) in msgdomain_write_tcl()
Dwrite-catalog.c134 const lex_pos_ty *has_context; in msgdomain_list_print() local
137 has_context = NULL; in msgdomain_list_print()
149 has_context = &mp->pos; in msgdomain_list_print()
155 if (has_context != NULL) in msgdomain_list_print()
159 has_context->file_name, has_context->line_number, in msgdomain_list_print()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c1207 bool has_context = false; in parser_parse_for_statement_start() local
1214 has_context = context_p->next_scanner_info_p->source_p == context_p->source_p; in parser_parse_for_statement_start()
1215 JERRY_ASSERT (!has_context || context_p->next_scanner_info_p->type == SCANNER_TYPE_BLOCK); in parser_parse_for_statement_start()
1235 has_context = (context_p->next_scanner_info_p->source_p == context_p->source_p); in parser_parse_for_statement_start()
1240 if (has_context) in parser_parse_for_statement_start()
1242 has_context = parser_push_block_context (context_p, true); in parser_parse_for_statement_start()
1283 if (has_context) in parser_parse_for_statement_start()
1374 && has_context in parser_parse_for_statement_start()
1381 uint16_t opcode = (has_context ? CBC_ASSIGN_LET_CONST : CBC_ASSIGN_SET_IDENT); in parser_parse_for_statement_start()
/third_party/node/src/
Dnode_url.cc1624 const bool has_context = context_obj->IsObject(); in Parse() local
1629 if (has_context) in Parse()
1634 URL::Parse(input, len, state_override, &url, has_context, &base, has_base); in Parse()