| /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 [all...] |
| curterm.c | 80 set_curterm(TERMINAL *nterm) 87 cur_term = nterm; 97 _ti_setospeed(nterm); 98 ospeed = nterm->_ospeed; 102 if ((n = strlcpy(p, nterm->name, l)) < l) { 107 if (nterm->_alias != NULL && 108 (n = strlcpy(p, nterm->_alias, l)) < l) 115 if (nterm->desc != NULL && 116 (n = strlcpy(p, nterm->desc, l)) < l)
|
| /src/usr.bin/tic/ |
| tic.c | 76 static size_t nterm, nalias; variable 177 nterm++; 709 nterm, nalias, dbname);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| mach-o.h | 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
|
| mach-o.c | 2285 ninit |= ((module->nterm & 0xffff) << 16); 4390 module->nterm = (v >> 16) & 0xffff;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| mach-o.h | 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
|
| mach-o.c | 2284 ninit |= ((module->nterm & 0xffff) << 16); 4389 module->nterm = (v >> 16) & 0xffff;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| mach-o.h | 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
|
| mach-o.c | 2282 ninit |= ((module->nterm & 0xffff) << 16); 4387 module->nterm = (v >> 16) & 0xffff;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| mach-o.h | 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
|
| mach-o.c | 2284 ninit |= ((module->nterm & 0xffff) << 16); 4389 module->nterm = (v >> 16) & 0xffff;
|
| /src/sys/netinet6/ |
| icmp6.c | 1541 int i, len, nterm; local 1583 nterm = 2; 1585 nterm = 1; 1620 if (cp + nterm >= ep) 1622 while (nterm-- > 0)
|
| /src/external/bsd/elftosb/dist/elftosb2/ |
| elftosb_parser.tab.cpp | 649 /* YYDEFGOTO[NTERM-NUM]. */ 691 /* YYPGOTO[NTERM-NUM]. */ 1159 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-macho.c | 543 module->iterm, module->nterm);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-macho.c | 543 module->iterm, module->nterm);
|