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

  /src/external/bsd/tmux/dist/
paste.c 38 int automatic; member in struct:paste_buffer
120 /* Get the most recent automatic buffer. */
127 while (pb != NULL && !pb->automatic)
157 if (pb->automatic)
166 * Add an automatic buffer, freeing the oldest automatic item if at limit. Note
187 if (pb->automatic)
203 pb->automatic = 1;
253 if (pb->automatic)
255 pb->automatic = 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 460 *contiguous = "CONTIGUOUS", *generic = "GENERIC", *automatic = "AUTOMATIC", local
519 conf (automatic, save);
566 conf (in_common, automatic);
567 conf (result, automatic);
568 conf (use_assoc, automatic);
569 conf (dummy, automatic);
1049 if (attr->automatic && !gfc_notify_std (GFC_STD_LEGACY,
1050 "Duplicate AUTOMATIC attribute specified at %L", where))
1053 attr->automatic = 1
    [all...]
gfortran.h 868 contiguous:1, fe_temp: 1, automatic: 1; member in struct:__anon13616
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 429 *contiguous = "CONTIGUOUS", *generic = "GENERIC", *automatic = "AUTOMATIC", local
499 conf (automatic, save);
546 conf (in_common, automatic);
547 conf (result, automatic);
548 conf (use_assoc, automatic);
549 conf (dummy, automatic);
1043 if (attr->automatic && !gfc_notify_std (GFC_STD_LEGACY,
1044 "Duplicate AUTOMATIC attribute specified at %L", where))
1047 attr->automatic = 1
    [all...]
gfortran.h 860 contiguous:1, fe_temp: 1, automatic: 1; member in struct:__anon16051
  /src/external/mit/xorg/lib/libxcb/files/
randr.h 1570 uint8_t automatic; member in struct:xcb_randr_monitor_info_t
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 6372 int automatic; local
6421 automatic = os_strstr(pos, " auto") != NULL;
6499 persistent_group, automatic, join,
  /src/external/mpl/bind/dist/bin/named/
server.c 3778 "automatic empty zone%s%s: %s", sep, viewname, namebuf);
3865 "automatic ipv4only zone%s%s: %s", sep, viewname,
5843 * Setup automatic empty zones. If recursion is off then
9095 * Enable automatic interface scans.
9098 result = named_config_get(maps, "automatic-interface-scan", &obj);
10789 "automatic interface rescan");
12607 unsigned int soaqueries, automatic; local
12634 automatic = dns_zonemgr_getcount(server->zonemgr,
12675 snprintf(line, sizeof(line), "number of zones: %u (%u automatic)\n",
12676 zonecount, automatic);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 460 bool automatic; member in struct:dns_zone
7341 * Zone is frozen or automatic resigning is disabled.
10896 "Initializing automatic trust "
19937 if (zone->automatic) {
22283 dns_zone_setautomatic(dns_zone_t *zone, bool automatic) {
22287 zone->automatic = automatic;
22294 return (zone->automatic);
  /src/external/mpl/bind/dist/lib/dns/
zone.c 454 bool automatic; member in struct:dns_zone
10860 "Initializing automatic trust "
20237 if (zone->automatic) {
23517 dns_zone_setautomatic(dns_zone_t *zone, bool automatic) {
23521 zone->automatic = automatic;
23528 return zone->automatic;

Completed in 183 milliseconds