/src/lib/libterminfo/ |
setupterm.c | 80 ti_setupterm(TERMINAL **nterm, const char *term, int fildes, int *errret) 85 _DIAGASSERT(nterm != NULL); 90 *nterm = NULL; 96 *nterm = calloc(1, sizeof(**nterm)); 97 if (*nterm == NULL) 100 error = _ti_getterm(*nterm, term, 0); 102 del_curterm(*nterm); 103 *nterm = NULL; 119 (*nterm)->fildes = fildes 153 TERMINAL *nterm; local in function:setupterm [all...] |
setupterm.c | 80 ti_setupterm(TERMINAL **nterm, const char *term, int fildes, int *errret) 85 _DIAGASSERT(nterm != NULL); 90 *nterm = NULL; 96 *nterm = calloc(1, sizeof(**nterm)); 97 if (*nterm == NULL) 100 error = _ti_getterm(*nterm, term, 0); 102 del_curterm(*nterm); 103 *nterm = NULL; 119 (*nterm)->fildes = fildes 153 TERMINAL *nterm; local in function:setupterm [all...] |
/src/usr.bin/tic/ |
tic.c | 76 static size_t nterm, nalias; variable in typeref:typename:size_t 177 nterm++; 709 nterm, nalias, dbname);
|
tic.c | 76 static size_t nterm, nalias; variable in typeref:typename:size_t 177 nterm++; 709 nterm, nalias, dbname);
|
/src/sys/netinet6/ |
icmp6.c | 1541 int i, len, nterm; local in function:ni6_nametodns 1583 nterm = 2; 1585 nterm = 1; 1620 if (cp + nterm >= ep) 1622 while (nterm-- > 0)
|
icmp6.c | 1541 int i, len, nterm; local in function:ni6_nametodns 1583 nterm = 2; 1585 nterm = 1; 1620 if (cp + nterm >= ep) 1622 while (nterm-- > 0)
|