HomeSort by: relevance | last modified time | path
    Searched refs:has_context (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-resources.c 122 bool has_context; local
125 has_context = false;
128 has_context = true;
129 if (has_context)
write-tcl.c 148 bool has_context; local
151 has_context = false;
154 has_context = true;
155 if (has_context)
write-catalog.c 112 const lex_pos_ty *has_context; local
115 has_context = NULL;
127 has_context = &mp->pos;
133 if (has_context != NULL)
137 has_context->file_name, has_context->line_number,
write-csharp.c 608 bool has_context; local
611 has_context = false;
614 has_context = true;
615 if (has_context)
write-java.c 910 bool has_context; local
913 has_context = false;
916 has_context = true;
917 if (has_context)
  /src/sys/arch/sun2/sun2/
pmap.c 298 #define has_context(pmap) (((pmap)->pm_ctxnum != EMPTY_CONTEXT) == ((pmap) != kernel_pmap)) macro
521 if (has_context(pmap))
1120 else if (has_context(pmap)) {
1219 else if (has_context(pmap)) {
1833 if (has_context(pmap)) {
2141 if (!has_context(pmap)) {
2568 if (!has_context(pmap)) {
2716 if (!has_context(pmap)) {
3021 if (has_context(pmap)) {
3257 if (has_context(pmap))
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 307 #define has_context(pmap) ((pmap)->pm_ctxnum != EMPTY_CONTEXT) macro
530 if (has_context(pmap))
1127 else if (has_context(pmap)) {
1224 else if (has_context(pmap)) {
1866 if (has_context(pmap)) {
2171 if (!has_context(pmap)) {
2588 if (!has_context(pmap)) {
2997 if (has_context(pmap)) {
3216 if (has_context(pmap)) {

Completed in 21 milliseconds