Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-catalog.c112 const lex_pos_ty *has_context; in msgdomain_list_print() local
115 has_context = NULL; in msgdomain_list_print()
127 has_context = &mp->pos; in msgdomain_list_print()
133 if (has_context != NULL) in msgdomain_list_print()
137 has_context->file_name, has_context->line_number, in msgdomain_list_print()
H A Dwrite-resources.c122 bool has_context; in msgdomain_write_csharp_resources() local
125 has_context = false; in msgdomain_write_csharp_resources()
128 has_context = true; in msgdomain_write_csharp_resources()
129 if (has_context) in msgdomain_write_csharp_resources()
H A Dwrite-tcl.c148 bool has_context; in msgdomain_write_tcl() local
151 has_context = false; in msgdomain_write_tcl()
154 has_context = true; in msgdomain_write_tcl()
155 if (has_context) in msgdomain_write_tcl()
H A Dwrite-csharp.c608 bool has_context; in msgdomain_write_csharp() local
611 has_context = false; in msgdomain_write_csharp()
614 has_context = true; in msgdomain_write_csharp()
615 if (has_context) in msgdomain_write_csharp()
H A Dwrite-java.c910 bool has_context; in msgdomain_write_java() local
913 has_context = false; in msgdomain_write_java()
916 has_context = true; in msgdomain_write_java()
917 if (has_context) in msgdomain_write_java()
/netbsd-src/sys/arch/sun2/sun2/
H A Dpmap.c303 #define has_context(pmap) (((pmap)->pm_ctxnum != EMPTY_CONTEXT) == ((pmap) != kernel_pmap)) macro
527 if (has_context(pmap)) in context_allocate()
1126 else if (has_context(pmap)) { in pv_changepte()
1225 else if (has_context(pmap)) { in pv_syncflags()
1864 if (has_context(pmap)) { in pmap_release()
2172 if (!has_context(pmap)) { in pmap_enter_user()
2599 if (!has_context(pmap)) { in pmap_fault_reload()
2747 if (!has_context(pmap)) { in _pmap_switch()
3040 if (has_context(pmap)) { in pmap_protect1()
3276 if (has_context(pmap)) { in pmap_remove1()
/netbsd-src/sys/arch/sun3/sun3/
H A Dpmap.c312 #define has_context(pmap) ((pmap)->pm_ctxnum != EMPTY_CONTEXT) macro
536 if (has_context(pmap)) in context_allocate()
1133 else if (has_context(pmap)) { in pv_changepte()
1230 else if (has_context(pmap)) { in pv_syncflags()
1896 if (has_context(pmap)) { in pmap_release()
2201 if (!has_context(pmap)) { in pmap_enter_user()
2618 if (!has_context(pmap)) { in pmap_fault_reload()
3015 if (has_context(pmap)) { in pmap_protect1()
3234 if (has_context(pmap)) { in pmap_remove1()