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

/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dsetupterm.c64 ti_setupterm(TERMINAL **nterm, const char *term, int fildes, int *errret) argument
68 _DIAGASSERT(nterm != NULL);
73 *nterm = NULL;
79 *nterm = calloc(1, sizeof(**nterm));
80 if (*nterm == NULL)
83 error = _ti_getterm(*nterm, term, 0);
85 del_curterm(*nterm);
86 *nterm = NULL;
102 (*nterm)
117 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)) == strlen(p)) {
107 if (nterm->_alias &&
108 (n = strlcpy(p, nterm->_alias, l)) == strlen(p))
115 if (nterm->desc &&
116 (n = strlcpy(p, nterm->desc, l)) == strlen(p))
/netbsd-6-1-5-RELEASE/usr.bin/tic/
H A Dtic.c76 static size_t nterm, nalias; variable
159 nterm++;
580 nterm, nalias, dbname);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h554 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
H A Dmach-o.c2172 module->nterm = (v >> 16) & 0xffff;
3619 module->iterm, module->nterm);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dmach-o.h554 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
H A Dmach-o.c2172 module->nterm = (v >> 16) & 0xffff;
3619 module->iterm, module->nterm);
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dicmp6.c1469 int i, len, nterm; local
1511 nterm = 2;
1513 nterm = 1;
1548 if (cp + nterm >= ep)
1550 while (nterm-- > 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengtype-yacc.c900 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);

Completed in 152 milliseconds