Home
last modified time | relevance | path

Searched refs:pgflag (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/p5-PGPLOT/PGPLOT-2.21/
H A Dpgfun.c32 void PGFUNX(float fy(), int *n, float *xmin, float *xmax, int *pgflag);
33 void PGFUNY(float fx(), int *n, float *ymin, float *ymax, int *pgflag);
34 void PGFUNT(float fx(), float fy(), int *n, float *tmin, float *tmax, int *pgflag);
47 cpgfunx (float pgfun1(), int n, float xmin, float xmax, int pgflag) {
49 PGFUNX(pgfun1,&n,&xmin,&xmax,&pgflag);
53 cpgfuny (float pgfun1(), int n, float ymin, float ymax, int pgflag) {
55 PGFUNY(pgfun1,&n,&ymin,&ymax,&pgflag);
60 int pgflag) {
62 PGFUNT(pgfun1,pgfun2,&n,&tmin,&tmax,&pgflag);
H A DPGPLOT.xs409 pgfunt(fx,fy,n,tmin,tmax,pgflag)
415 int pgflag
419 cpgfunt(pgfun1,pgfun2,n,tmin,tmax,pgflag);
423 pgfunx(fy,n,xmin,xmax,pgflag)
428 int pgflag
431 cpgfunx(pgfun1,n,xmin,xmax,pgflag);
435 pgfuny(fx,n,ymin,ymax,pgflag)
440 int pgflag
443 cpgfuny(pgfun1,n,ymin,ymax,pgflag);
481 pghist(n,data,datmin,datmax,nbin,pgflag)
[all …]
/dports/devel/z88dk/z88dk/support/squsq/
H A Dusq.c111 char pgflag; /* Pager flag, wait for keypress */ variable
300 if ((pgflag)&&(lines>23)) { in unsqueeze()
395 if(pgflag = ((*(p+1) == 'P') || (*(p+1) == 'p'))) in obey()
/dports/mail/sma/sma-1.4/
H A Dsma.c90 int pgflag; variable
273 if (!pgflag) pgflag = 1; in main()
H A Dinit.c140 pgflag = 0; in init()
H A Dsma.h110 extern int pgflag;
H A Dhtml.c110 if (pgflag) { in html()
145 if (pgflag) { in html()
H A Dascii.c66 if (pgflag) { in ascii()
H A Dutils.c635 fprintf(handle, " PrintGeneralInfo %s\n", pgflag ? "yes" : "no"); in dump_config()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/opencontainers/runc/libcontainer/specconv/
H A Dspec_linux.go581 pgflag []int
638 pgflag = append(pgflag, f.flag)
643 return flag, pgflag, strings.Join(data, ",")
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/opencontainers/runc/libcontainer/specconv/
H A Dspec_linux.go581 pgflag []int
638 pgflag = append(pgflag, f.flag)
643 return flag, pgflag, strings.Join(data, ",")
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runc/libcontainer/specconv/
H A Dspec_linux.go581 pgflag []int
638 pgflag = append(pgflag, f.flag)
643 return flag, pgflag, strings.Join(data, ",")
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/opencontainers/runc/libcontainer/specconv/
H A Dspec_linux.go581 pgflag []int
638 pgflag = append(pgflag, f.flag)
643 return flag, pgflag, strings.Join(data, ",")
/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/runc/libcontainer/specconv/
H A Dspec_linux.go658 pgflag []int
727 pgflag = append(pgflag, f)
738 return flag, pgflag, strings.Join(data, ","), extFlags
/dports/lang/pcc/pcc-1.1.0/cc/cc/
H A Dcc.c283 int pgflag; variable
651 pgflag++; in main()
1703 { &pgflag, 1, "-p" },
1848 if (pgflag) { in setup_ld_flags()
1879 if (pgflag) in setup_ld_flags()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/specconv/
H A Dspec_linux.go757 pgflag []int
826 pgflag = append(pgflag, f)
837 return flag, pgflag, strings.Join(data, ","), extFlags
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/opencontainers/runc/libcontainer/specconv/
H A Dspec_linux.go757 pgflag []int
826 pgflag = append(pgflag, f)
837 return flag, pgflag, strings.Join(data, ","), extFlags
/dports/mail/sma/sma-1.4/contrib/
H A Dportugues.patch18 if (pgflag) {
282 if (pgflag) {
319 if (pgflag) {
/dports/graphics/pgplot/pgplot/cpg/
H A Dpgbind_prototypes51 C% int nbin, int pgflag);