HomeSort by: relevance | last modified time | path
    Searched defs:nterm (Results 1 - 7 of 7) sorted by relevancy

  /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...]
  /src/usr.bin/tic/
tic.c 76 static size_t nterm, nalias; variable
177 nterm++;
709 nterm, nalias, dbname);
  /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/gpl3/binutils/dist/bfd/
mach-o.h 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 243 unsigned short nterm; member in struct:bfd_mach_o_dylib_module

Completed in 76 milliseconds