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

  /src/external/bsd/openldap/dist/servers/slapd/
slap-config.h 162 int valx; /* multi-valued value index */ member in struct:config_args_s
216 LDAP_SLAPD_F (int) config_parse_vals(ConfigTable *ct, ConfigArgs *c, int valx);
217 LDAP_SLAPD_F (int) config_parse_add(ConfigTable *ct, ConfigArgs *c, int valx);
  /src/external/gpl3/gdb/dist/gdb/
linespec.c 4107 LONGEST valx;
4120 if (!get_internalvar_integer (ivar, &valx))
4125 offset.offset = valx;
4100 LONGEST valx; local
  /src/external/gpl3/gdb.old/dist/gdb/
linespec.c 4105 LONGEST valx;
4118 if (!get_internalvar_integer (ivar, &valx))
4123 offset.offset = valx;
4098 LONGEST valx; local

Completed in 27 milliseconds