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

  /src/usr.bin/infocmp/
infocmp.c 510 size_t i, j, agree, absent, data; local
523 agree = absent = data = 0;
527 absent++;
536 if (agree > 0 && agree + absent == nuse)
543 agree = absent = data = 0;
547 absent++;
556 if (agree > 0 && agree + absent == nuse)
563 agree = absent = data = 0;
567 absent++;
578 if (agree > 0 && agree + absent == nuse
    [all...]
  /src/external/gpl2/rcs/dist/src/
rcsrev.c 117 static void absent P((char const*,int));
294 absent(revno, field) function
300 rcserror("%s %s absent", field&1?"revision":"branch",
429 absent(revno, 1);
477 absent(revno, 2);
569 absent(revno, field);
618 absent(revno, field+1);
conf.sh 290 else h=0 ok=absent
1440 else h=0 ok=absent
1487 else has_psiginfo=0 ok=absent
1503 else has_psignal=0 ok=absent
1521 else h=0 ok=absent
1540 h=0 ok=absent
1680 else has_vfork=0 ok='absent or broken'
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 49 # * absent: The function is not declared by the user (i.e. it does not
95 if {$cctor == "deleted" || ($cctor == "absent" && $mctor != "absent")} {
103 # - explicit, defaultedIn, defaultedOut, deleted, absent
301 set options_nodelete [list absent explicit defaultedIn defaultedOut]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 49 # * absent: The function is not declared by the user (i.e. it does not
95 if {$cctor == "deleted" || ($cctor == "absent" && $mctor != "absent")} {
103 # - explicit, defaultedIn, defaultedOut, deleted, absent
301 set options_nodelete [list absent explicit defaultedIn defaultedOut]
  /src/external/mpl/bind/dist/tests/bench/
qpmulti.c 200 uint32_t absent; /* items not found or inserted (out) */ member in struct:thread_args
259 args->absent++;
286 args->absent++;
316 args->absent++;
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
FileUtils.pm 91 if absent, otherwise exit with error.
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 201 free (c->assume->absent);
1583 is_absent ? "ABSENT" : "CONTAINS");
1593 (*assume)->absent = XRESIZEVEC (gfc_statement,
1594 (*assume)->absent, size);
1595 (*assume)->absent[(*assume)->n_absent++] = st;
1620 /* Check 'check' argument for duplicated statements in absent and/or contains
1636 if (!bitmap_set_bit (&absent_head, check->absent[i]))
1640 gfc_ascii_statement (check->absent[i], true),
1641 "ABSENT", gfc_ascii_statement (st), loc);
1656 gfc_error ("%qs directive mentioned both times in ABSENT and CONTAINS
    [all...]
gfortran.h 1545 enum gfc_statement *absent, *contains; member in struct:gfc_omp_assumptions
symbol.cc 4234 free (ns->omp_assumes->absent);
4816 When an actual argument list is provided, skip the absent arguments
4840 /* Skip absent arguments. */

Completed in 32 milliseconds