Home
last modified time | relevance | path

Searched refs:csz_othr (Results 1 – 3 of 3) sorted by relevance

/dports/misc/lifelines/lifelines-3.1.1/src/liflines/
H A Dllexec.c50 extern INT csz_othr;
182 sscanf(optarg+1, "%ld,%ld", &csz_othr, &icsz_othr); in main()
H A Dmain.c72 extern INT csz_othr;
201 sscanf(optarg+1, "%ld,%ld", &csz_othr, &icsz_othr); in main()
/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dkeytonod.c128 INT csz_othr = 200; /* cache size for othr */ variable
523 othrcache = create_cache("OTHR", csz_othr); in init_caches()