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

  /src/bin/stty/
print.c 52 static const char *ccval(const struct cchar *, int);
171 p->name, ccval(p, cc[p->sub]));
182 (void)snprintf(buf2 + cnt * 8, 9, WD, ccval(p, cc[p->sub]));
227 ccval(const struct cchar *p, int c) function in typeref:typename:const char *
  /src/sys/netinet/
dccp_var.h 104 u_int8_t ccval; /* ccval */ member in struct:dccpcb
dccp_tfrc.c 705 cb->pcb->ccval = win_count;
1737 win_count = cb->pcb->ccval;
dccp_usrreq.c 494 /* store ccval */
495 dp->ccval = dh->dh_ccval;
1373 dh->dh_ccval = dp->ccval;

Completed in 16 milliseconds