HomeSort by: relevance | last modified time | path
    Searched refs:terms (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/infocmp/
infocmp.c 508 TERMINAL **terms; local
512 terms = ecalloc(nuse, sizeof(*terms));
517 if (strcmp(terms[j]->name, *uterms) == 0)
519 terms[i] = load_term(*uterms++);
525 if (terms[j]->flags[i] == ABSENT_BOOLEAN ||
526 terms[j]->flags[i] == CANCELLED_BOOLEAN)
530 if (term->flags[i] == terms[j]->flags[i])
545 if (terms[j]->nums[i] == ABSENT_NUMERIC ||
546 terms[j]->nums[i] == CANCELLED_NUMERIC
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
mullu.S 8 # are licensed and made available under the terms and conditions of the BSD License
llsl.S 8 # are licensed and made available under the terms and conditions of the BSD License
llsr.S 8 # are licensed and made available under the terms and conditions of the BSD License
div.S 8 # are licensed and made available under the terms and conditions of the BSD License
  /src/usr.bin/tic/
tic.c 72 static STAILQ_HEAD(, term) terms = STAILQ_HEAD_INITIALIZER(terms);
168 STAILQ_INSERT_TAIL(&terms, term, next);
187 /* Create aliased terms */
421 STAILQ_FOREACH(term, &terms, next) {
581 /* Save the terms */
582 STAILQ_FOREACH(term, &terms, next)
713 while ((term = STAILQ_FIRST(&terms)) != NULL) {
714 STAILQ_REMOVE_HEAD(&terms, next);
  /src/libexec/httpd/lua/
optparse.lua 4 -- (c) 2008 David Manura, Licensed under the same terms as Lua (MIT license)
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 89 | However, in absolute terms, inlining would only gain 10us per
  /src/sys/arch/m68k/m68k/
oc_cksum.s 85 | However, in absolute terms, inlining would only gain 10us per
  /src/usr.bin/make/unit-tests/
varmod-subst.mk 265 # kind of correct, although it is mixing the terms for variable
  /src/share/mk/
bsd.own.mk 1369 # Systems with MACHINE_ARCH == m68000 are extremely limited in terms

Completed in 23 milliseconds