Home
last modified time | relevance | path

Searched refs:cflist (Results 1 – 25 of 30) sorted by relevance

12

/dports/science/cdcl/dcl-5.4.8-C/src/grph1/swpack/
H A Dswqfnm.c46 static char cflist[80*3]; in swqfnm_() local
67 s_copy(cflist, cpx, (ftnlen)80, lcp); in swqfnm_()
75 s_cat(cflist, a__1, i__1, &c__2, (ftnlen)80); in swqfnm_()
76 s_copy(cflist + 80, cpx, (ftnlen)80, lcp); in swqfnm_()
80 s_cat(cflist + 160, a__1, i__1, &c__2, (ftnlen)80); in swqfnm_()
85 s_cat(cflist, a__1, i__1, &c__2, (ftnlen)80); in swqfnm_()
86 s_copy(cflist + 80, cpx, (ftnlen)80, lcp); in swqfnm_()
90 s_cat(cflist + 160, a__1, i__1, &c__2, (ftnlen)80); in swqfnm_()
101 cfsrch_(cplist, &np, cflist, &nf, cfname, (ftnlen)80, (ftnlen)80, in swqfnm_()
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/umpack/
H A Dumqfnm.c33 static char cflist[80*3]; in umqfnm_() local
42 s_copy(cflist + (n - 1) * 80, cpara, (ftnlen)80, cpara_len); in umqfnm_()
45 clower_(cflist + 80, (ftnlen)80); in umqfnm_()
46 cupper_(cflist + 160, (ftnlen)80); in umqfnm_()
47 cfsrch_(cplist, &c__3, cflist, &c__3, cfname, (ftnlen)80, (ftnlen)80, in umqfnm_()
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uipack/
H A Duiqfnm.c31 static char cflist[80*3]; in uiqfnm_() local
40 s_copy(cflist + (n - 1) * 80, cpara, (ftnlen)80, cpara_len); in uiqfnm_()
43 clower_(cflist + 80, (ftnlen)80); in uiqfnm_()
44 cupper_(cflist + 160, (ftnlen)80); in uiqfnm_()
45 cfsrch_(cplist, &c__3, cflist, &c__3, cfname, (ftnlen)80, (ftnlen)80, in uiqfnm_()
/dports/science/cdcl/dcl-5.4.8-C/src/math1/syslib/
H A Dglqfnm.c33 static char cflist[80*1], cplist[80*3]; in glqfnm_() local
38 glcget_(cpara, cflist, cpara_len, (ftnlen)80); in glqfnm_()
39 cfsrch_(cplist, &c__3, cflist, &c__1, cfname, (ftnlen)80, (ftnlen)80, in glqfnm_()
H A Dcfsrch.c22 /* Subroutine */ int cfsrch_(char *cplist, integer *np, char *cflist, integer in cfsrch_() argument
45 cflist -= 80; in cfsrch_()
56 i__3[1] = 80, a__1[1] = cflist + n * 80; in cfsrch_()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/tests/common/
H A Dtest-config-api.c2 cflist *cf_add_string(char *k, char *s) in cf_add_string()
4 cflist *node; in cf_add_string()
/dports/devel/tass64/64tass-1.56.2625-src/
H A Derror.c286 lastfl->parent = cflist; in enterfile()
288 cflist = lastfl; in enterfile()
299 cflist->pass = pass; in enterfile()
300 current_file_list = &cflist->flist; in enterfile()
305 if (cflist->parent != NULL) current_file_list = &cflist->parent->flist; in exitfile()
1028 new_error_msg(SV_NOTE, cflist, epoint); in err_msg_double_note()
1133 bool more = new_error_msg(severity, cflist, epoint2); in err_msg_double_defined2()
1151 err_msg_double_note(cflist, epoint, labelname2); in err_msg_double_definedo()
1364 const struct file_list_s *cflist = err->file_list; in print_error() local
1369 if (cflist != &file_list.flist) { in print_error()
[all …]
H A Dvariables.c424 …tr_t *name, Namespace *context, uint8_t strength, bool *exists, const struct file_list_s *cflist) { in new_label() argument
436 if (not_in_file(name->data, cflist->file)) str_cpy(&lastlb->name, name); in new_label()
440 lastlb->file_list = cflist; in new_label()
455 void label_move(Label *label, const str_t *name, const struct file_list_s *cflist) { in label_move() argument
458 if (not_in_file(name->data, cflist->file)) str_cpy(&label->name, name); in label_move()
464 label->file_list = cflist; in label_move()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_util.c58 static cfrec *cflist = NULL; variable
71 n->next = cflist; in sf_regcleanfunc()
72 cflist = n; in sf_regcleanfunc()
79 while (cflist) { in sf_cleanup_all()
80 cfrec *n = cflist->next; in sf_cleanup_all()
81 if (cflist->func) in sf_cleanup_all()
82 cflist->func(); in sf_cleanup_all()
83 free(cflist); in sf_cleanup_all()
84 cflist = n; in sf_cleanup_all()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_tsv.py82 def remove_rows(self, cflist): argument
88 findlist = [self.field_index(cfent[0]) for cfent in cflist]
89 ncf = len(cflist)
95 if row[findlist[findex]] == cflist[findex][1]:
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dconfig.c98 static cflist *scf_list_first = NULL;
99 static cflist *scf_list_last = NULL;
567 cflist *pl; in cf_do_line()
574 pl = (cflist *) xmalloc(sizeof(cflist)); in cf_do_line()
934 static cflist *last_listp = NULL; in cf_get_string()
980 cflist *config_first(void) in config_first()
988 cflist *p, *n; in config_free()
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dengine-main.c242 char* cflist = sl_join(trycf, "\n "); in main() local
243 logerr("Couldn't find config file: tried:\n %s\n", cflist); in main()
244 free(cflist); in main()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgOptimiser.cxx653 int *cflist = new int [ b_ent -> getNumKids () ] ; in ssgStripify() local
669 if ( s == slist [ i ] && c == cflist [ i ] ) in ssgStripify()
675 cflist [ i ] = c ; in ssgStripify()
699 OptVertexList list ( slist [ i ], cflist [ i ] ) ; in ssgStripify()
707 ((ssgLeaf *) k ) -> getCullFace() == cflist [ i ] ) in ssgStripify()
805 delete [] cflist ; in ssgStripify()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/util/
H A Dconfval.c57 cflist *pFirst = NULL; in main()
/dports/devel/mercurial/mercurial-6.0/contrib/
H A Dhgk2566 $cflist delete 0 end
2567 $cflist insert end "Comments"
2748 $cflist insert end $f
3190 global treediffs cflist
3192 $cflist insert end $f
3371 global ctext cflist currentid
3673 $cflist delete 0 end
3733 global ctext cflist
3740 $cflist delete 0 end
3741 $cflist insert end "Top"
[all …]
/dports/math/yacas/yacas-1.9.1/scripts/newly.rep/
H A Dcode.ys457 Local(n,cflist, r1, r2);
458 cflist := ContFracList(r);
460 r1 := ContFracEval(Take(cflist,n));
463 While (n<Length(cflist) And ( Abs(N(Eval(r2-r1))) > Abs(N(Eval(eps*r)) ) ) )
467 r1 := ContFracEval(Take(cflist,n));
472 n=Length(cflist),
/dports/math/reduce/Reduce-svn5758-src/packages/lessons/
H A Dless4.red394 begin integer hipow; scalar temp, cflist, cf0, cf1, cf2;
398 cflist := coeff(lhsmrhs, x);
407 soln(1) := first(cflist)/second(cflist);
411 cf0 := first(cflist)/third(cflist);
412 cf1 := -second(cflist)/third(cflist)/2;
/dports/devel/git-svn/git-2.34.1/gitk-git/
H A Dgitk2484 set cflist .bright.cfiles
2486 text $cflist \
2494 lappend bglist $cflist
2495 lappend fglist $cflist
3434 $cflist delete 0.0 end
3458 global cmitmode cflist
3476 global cflist
3484 global cflist
8364 global cflist cflist_top
8370 $cflist see $cline.0
[all …]
/dports/devel/git-gui/git-2.34.1/gitk-git/
H A Dgitk2484 set cflist .bright.cfiles
2486 text $cflist \
2494 lappend bglist $cflist
2495 lappend fglist $cflist
3434 $cflist delete 0.0 end
3458 global cmitmode cflist
3476 global cflist
3484 global cflist
8364 global cflist cflist_top
8370 $cflist see $cline.0
[all …]
/dports/devel/git-p4/git-2.34.1/gitk-git/
H A Dgitk2484 set cflist .bright.cfiles
2486 text $cflist \
2494 lappend bglist $cflist
2495 lappend fglist $cflist
3434 $cflist delete 0.0 end
3458 global cmitmode cflist
3476 global cflist
3484 global cflist
8364 global cflist cflist_top
8370 $cflist see $cline.0
[all …]
/dports/devel/git/git-2.34.1/gitk-git/
H A Dgitk2484 set cflist .bright.cfiles
2486 text $cflist \
2494 lappend bglist $cflist
2495 lappend fglist $cflist
3434 $cflist delete 0.0 end
3458 global cmitmode cflist
3476 global cflist
3484 global cflist
8364 global cflist cflist_top
8370 $cflist see $cline.0
[all …]
/dports/devel/git-cvs/git-2.34.1/gitk-git/
H A Dgitk2484 set cflist .bright.cfiles
2486 text $cflist \
2494 lappend bglist $cflist
2495 lappend fglist $cflist
3434 $cflist delete 0.0 end
3458 global cmitmode cflist
3476 global cflist
3484 global cflist
8364 global cflist cflist_top
8370 $cflist see $cline.0
[all …]
/dports/devel/cgit/cgit-1.2.3/git/gitk-git/
H A Dgitk2475 text $cflist \
2483 lappend bglist $cflist
2484 lappend fglist $cflist
3416 $cflist delete 0.0 end
3418 $cflist insert end $first
3440 global cmitmode cflist
3458 global cflist
3466 global cflist
3470 $cflist insert end "\n"
8352 $cflist see $cline.0
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/taylor/
H A Dtaysubst.red213 symbolic procedure change!-coefflist(cflist,pl);
214 for each cf in cflist collect
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/include/
H A Dstructs.h496 } cflist; typedef

12