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

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
__init__.py 454 self.__delegate.active_prefix = self.__cmd
460 self.__delegate.active_prefix = None
507 self.active_prefix = None
511 # When called from within an invoke method the self.active_prefix
516 if self.active_prefix is not None:
517 self.active_prefix.dont_repeat()
  /src/external/mpl/dhcp/dist/client/
dhc6.c 139 static isc_boolean_t active_prefix(struct client_state *client);
1571 !active_prefix(client) ||
2403 if ((client->active_lease == NULL) || !active_prefix(client))
5926 active_prefix(struct client_state *client) function

Completed in 48 milliseconds