Searched refs:t_intr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Drltty.h71 unsigned char t_intr; member in struct:_rl_tty_chars
H A Drltty.c207 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
436 _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c825 tdp->t_intr = intr;
841 newtdp->t_intr = xmalloc(sizeof (intr_t));
842 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t));
843 newtdp->t_intr->intr_nbits = nbits;
955 if ((int)mlp->ml_size != itdp->t_intr->intr_nbits) {
1176 if ((int)ml->ml_size != tdp->t_intr->intr_nbits) {
H A Dmerge.c221 intr_t *si = stdp->t_intr;
222 intr_t *ti = ttdp->t_intr;
729 new->t_intr = xmalloc(sizeof (intr_t));
730 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
H A Ddwarf.c213 return (tdp->t_intr->intr_nbits);
578 tdp->t_intr = intr;
636 new->t_intr = xcalloc(sizeof (intr_t));
637 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
638 new->t_intr->intr_nbits = bitsz;
1173 mt->t_intr->intr_nbits != (int)ml->ml_size) {
1521 tdp->t_intr = intr;
H A Dctftools.h244 #define t_intr t_data.intr macro
H A Dtdata.c192 free(tdp->t_intr);
H A Dctf.c330 ip = tp->t_intr;
1092 tdp->t_intr = ip;
1108 tdp->t_intr = ip;

Completed in 116 milliseconds