Searched refs:nterm (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/lib/libterminfo/
H A Dsetupterm.c80 ti_setupterm(TERMINAL **nterm, const char *term, int fildes, int *errret) argument
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)
153 TERMINAL *nterm; local
[all...]
H A Dcurterm.c80 set_curterm(TERMINAL *nterm) argument
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)
/netbsd-current/usr.bin/tic/
H A Dtic.c76 static size_t nterm, nalias; variable
177 nterm++;
709 nterm, nalias, dbname);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.h243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
H A Dmach-o.c2266 ninit |= ((module->nterm & 0xffff) << 16);
4390 module->nterm = (v >> 16) & 0xffff;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dmach-o.h243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
H A Dmach-o.c2268 ninit |= ((module->nterm & 0xffff) << 16);
4382 module->nterm = (v >> 16) & 0xffff;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.h243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
H A Dmach-o.c2265 ninit |= ((module->nterm & 0xffff) << 16);
4374 module->nterm = (v >> 16) & 0xffff;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
H A Dmach-o.c2282 ninit |= ((module->nterm & 0xffff) << 16);
4396 module->nterm = (v >> 16) & 0xffff;
/netbsd-current/sys/netinet6/
H A Dicmp6.c1542 int i, len, nterm; local
1584 nterm = 2;
1586 nterm = 1;
1621 if (cp + nterm >= ep)
1623 while (nterm-- > 0)
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.tab.cpp1159 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dod-macho.c551 module->iterm, module->nterm);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c542 module->iterm, module->nterm);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c543 module->iterm, module->nterm);

Completed in 461 milliseconds