HomeSort by: relevance | last modified time | path
    Searched defs:recursing (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m32c/
mem.c 94 static int recursing = 0; local
99 if (address == 0 && !recursing)
101 recursing = 1;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
mem.c 94 static int recursing = 0; local
99 if (address == 0 && !recursing)
101 recursing = 1;
  /src/external/gpl3/gcc/dist/libcpp/
traditional.cc 861 bool recursing = !!(node->flags & NODE_DISABLED); local
869 until the point they stop recursing. So there is no easy way to
872 recursing. */
873 if (recursing && fun_like_macro (node))
886 recursing = context != NULL;
889 if (recursing)
894 return recursing;
  /src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc 861 bool recursing = !!(node->flags & NODE_DISABLED); local
869 until the point they stop recursing. So there is no easy way to
872 recursing. */
873 if (recursing && fun_like_macro (node))
886 recursing = context != NULL;
889 if (recursing)
894 return recursing;
  /src/external/mpl/bind/dist/lib/ns/include/ns/
client.h 131 * The client object is recursing. It will be on the
132 * 'recursing' list.
159 /* Lock covers the recursing list */
161 client_list_t recursing; /*%< Recursing clients */ member in struct:ns_clientmgr
427 * Add client to end of th recursing list.
433 * Kill the oldest recursive query (recursing list head).

Completed in 28 milliseconds