Searched refs:s_value (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/usr.bin/mkesdb/
H A Dyacc.y68 char *s_value;
74 %token <s_value> L_STRING
/freebsd-10-stable/contrib/sendmail/src/
H A Dsendmail.h1553 } s_value; member in struct:symtab
1587 #define s_class s_value.sv_class
1588 #define s_mailer s_value.sv_mailer
1589 #define s_alias s_value.sv_alias
1590 #define s_mci s_value.sv_mci
1591 #define s_mapclass s_value.sv_mapclass
1592 #define s_hostsig s_value.sv_hostsig
1593 #define s_map s_value.sv_map
1594 #define s_namecanon s_value.sv_namecanon
1595 #define s_macro s_value
[all...]
H A Dstab.c192 len = sizeof(s->s_value);
196 len += sizeof(*s) - sizeof(s->s_value);
/freebsd-10-stable/contrib/binutils/include/coff/
H A Dalpha.h299 unsigned char s_value[8]; member in struct:sym_ext
H A Dmips.h254 unsigned char s_value[4]; member in struct:sym_ext
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dlint1.h234 val_t s_value; /* value (if enumcon) */ member in struct:sym
H A Dscan.l288 sym->s_value.v_quad = kw->kw_token;
443 if ((t = (int)sym->s_value.v_quad) == T_SCLASS) {
H A Ddecl.c1066 dsym->s_value.v_quad = (dcs->d_offset / size(t)) * size(t);
1067 tp->t_foffs = dcs->d_offset - (int)dsym->s_value.v_quad;
1071 dsym->s_value.v_quad = dcs->d_offset;
1400 sym->s_value.v_tspec = INT;
1725 sym->s_value.v_tspec = INT;
1726 sym->s_value.v_quad = val;
H A Dtree.c342 *n->tn_val = sym->s_value;
412 msym->s_value.v_tspec = INT;
461 if (csym->s_value.v_quad != sym->s_value.v_quad) {
2346 if (rn->tn_sym->s_value.v_tspec != INT)
2366 ctn = getinode(LONG, rn->tn_sym->s_value.v_quad / CHAR_BIT);
2368 ctn = getinode(INT, rn->tn_sym->s_value.v_quad / CHAR_BIT);
/freebsd-10-stable/usr.bin/mkcsmapper/
H A Dyacc.y104 char *s_value;
114 %token <s_value> L_STRING
/freebsd-10-stable/contrib/binutils/bfd/
H A Decoffswap.h447 intern->value = ECOFF_GET_OFF (abfd, ext->s_value);
503 ECOFF_PUT_OFF (abfd, intern->value, ext->s_value);
/freebsd-10-stable/contrib/tcsh/
H A Dsh.func.c728 return sp->s_value;
743 if (sp->s_value == n)
H A Dsh.h974 int s_value; member in struct:srch

Completed in 277 milliseconds