Home
last modified time | relevance | path

Searched refs:n_flags (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/science/code_saturne/code_saturne-7.1.0/build-aux/
H A Dcs_build_tools.py39 n_flags = []
49 n_flags.append(prf + p)
52 while n_flags:
53 f = n_flags.pop(0)
54 if f not in ('-L/lib', '-L/usr/lib') and n_flags.count(f) < 1:
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/tsort/
H A Dtsort.c91 int n_flags; /* NF_* */ member
272 n->n_flags = 0; in get_node()
299 n->n_flags &= ~NF_NODEST; in clear_cycle()
342 if (!(n->n_flags & NF_ACYCLIC)) { in tsort()
355 n->n_flags |= NF_ACYCLIC; in tsort()
393 if (from->n_flags & (NF_NODEST|NF_MARK|NF_ACYCLIC)) in find_cycle()
395 from->n_flags |= NF_MARK; in find_cycle()
406 if ((*np)->n_flags & (NF_MARK|NF_ACYCLIC|NF_NODEST)) in find_cycle()
415 (*np)->n_flags |= NF_NODEST; in find_cycle()
424 from->n_flags &= ~NF_MARK; in find_cycle()
/dports/lang/snobol4/snobol4-2.2.2/
H A Dbsdtsort.c101 int n_flags; /* NF_* */ member
295 n->n_flags = 0; in get_node()
320 n->n_flags &= ~NF_NODEST; in clear_cycle()
362 if (!(n->n_flags & NF_ACYCLIC)) { in tsort()
376 n->n_flags |= NF_ACYCLIC; in tsort()
415 if (from->n_flags & (NF_NODEST|NF_MARK|NF_ACYCLIC)) in find_cycle()
417 from->n_flags |= NF_MARK; in find_cycle()
429 if ((*np)->n_flags & (NF_MARK|NF_ACYCLIC|NF_NODEST)) in find_cycle()
438 (*np)->n_flags |= NF_NODEST; in find_cycle()
447 from->n_flags &= ~NF_MARK; in find_cycle()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/npf/
H A Dnpf_nat.c130 u_int n_flags; member
238 if ((np->n_flags & NPF_NAT_PORTMAP) == 0) { in npf_nat_newpolicy()
270 prop_dictionary_set_uint32(natdict, "flags", np->n_flags); in npf_nat_policyexport()
322 KASSERT((np->n_flags & NPF_NAT_PORTMAP) != 0); in npf_nat_freepolicy()
372 if ((np->n_flags & mnp->n_flags & NPF_NAT_PORTMAP) == 0) { in npf_nat_sharepm()
424 KASSERT((np->n_flags & NPF_NAT_PORTMAP) != 0); in npf_nat_getport()
460 KASSERT((np->n_flags & NPF_NAT_PORTMAP) != 0); in npf_nat_takeport()
487 KASSERT((np->n_flags & NPF_NAT_PORTMAP) != 0); in npf_nat_putport()
582 if ((np->n_flags & NPF_NAT_PORTS) == 0 || in npf_nat_create()
601 if ((np->n_flags & NPF_NAT_PORTMAP) != 0) { in npf_nat_create()
[all …]
/dports/cad/pcb/pcb-4.2.0/src/hid/common/
H A Dflags.c28 static int n_flags = 0; variable
42 n_flags += n; in hid_register_flags()
67 all_flags = (HID_Flag *)malloc (n_flags * sizeof (HID_Flag)); in hid_find_flag()
71 qsort (all_flags, n_flags, sizeof (HID_Flag), flag_sort); in hid_find_flag()
75 upper = n_flags + 1; in hid_find_flag()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxldmem.c405 while (!(this->n_flags & MARK)) in mark()
410 this->n_flags |= MARK|LEFT; in mark()
414 this->n_flags |= MARK; in mark()
418 this->n_flags |= MARK; in mark()
427 this->n_flags |= MARK; in mark()
449 if (prev->n_flags & LEFT) { /* came from left side */ in mark()
450 prev->n_flags &= ~LEFT; in mark()
496 p, (p->n_flags & MARK ? "" : "un"), getinst(p)); in sweep()
499 if (!(p->n_flags & MARK)) { in sweep()
542 p->n_flags &= ~MARK; in sweep()
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/devel/smake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dnet.c33 n->n_flags = NA_NONE; in new_Net_memory()
74 n->n_flags = NA_NONE; in new_Net()
104 if (NT_GET_0STR(ntype) == NT_P_SUPPLY0) n->n_flags = NA_FIXED; in new_Net()
107 if (NT_GET_1STR(ntype) == NT_P_SUPPLY1) n->n_flags = NA_FIXED; in new_Net()
176 if ((n->n_flags & NA_CLOCK)) in Net_posedgeNotify()
196 if ((n->n_flags & NA_CLOCK)) in Net_negedgeNotify()
252 if ((n->n_flags & NA_FIXED)) return; in Net_set()
325 if ((n->n_flags & NA_FIXED)) return; in Net_setRange()
/dports/editors/ved/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dbulk.c51 N->n_flags = N->n_pflags = 0;
225 if (N->n_flags & N_IDOT) {
253 if ((len = ((N->n_flags & N_IDOT) ?
375 (((N->n_flags & (N_IFILE|N_NFILE)) == 0) ||
376 (N->n_flags & N_IDOT) ?
431 if (N->n_flags & N_IDOT) {
438 if ((N->n_flags & (N_IFILE|N_IDOT|N_NFILE)) && /* Want to create new s.file */
456 if (N->n_flags & N_GETI) { /* get file, but dir may be missing */
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/news/husky/husky-1.9.20191207/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/fastlst/
H A Dinpblk.cc726 word n_flags = 0; // node flags in ProcessFile() local
732 n_flags |= B_zone; in ProcessFile()
735 n_flags |= B_region; in ProcessFile()
738 n_flags |= B_host; in ProcessFile()
741 n_flags |= B_hub; in ProcessFile()
746 n_flags |= B_point; in ProcessFile()
749 n_flags |= B_CM; in ProcessFile()
754 n_flags |= fd->flag_w; in ProcessFile()
761 n_flags |= ad->w.w1; in ProcessFile()
873 n_flags &= B_admin; in ProcessFile()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/libmar/src/
H A Dmar_create.c37 uint32_t n_offset, n_length, n_flags; in mar_push() local
57 n_flags = htonl(flags); in mar_push()
65 memcpy(data, &n_flags, sizeof(n_flags)); in mar_push()
66 data += sizeof(n_flags); in mar_push()

12345678