Home
last modified time | relevance | path

Searched refs:U_short (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.alloc.c92 typedef unsigned short U_short; typedef
115 U_short ovu_size; /* actual block size */
234 p->ov_size = (p->ov_index <= 13) ? (U_short)nbytes - 1 : 0; in malloc()
426 op->ov_size = (op->ov_index <= 13) ? (U_short)nbytes - 1 : 0; in realloc()