Home
last modified time | relevance | path

Searched refs:MAXFLAG (Results 1 – 8 of 8) sorted by relevance

/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dprefs.h57 char *(fimage_name[MAXFLAG]); /* flagmap filenames */
60 flag_type[MAXFLAG]; /* flag combination */
H A Dpreflist.h90 {""}, 0, MAXFLAG, &prefs.nfimage_name},
92 {"OR","AND","MIN", "MAX", "MOST",""}, 0, MAXFLAG, &idummy},
H A Dplist.h41 plistoff_flag[MAXFLAG], plistoff_wflag, plistoff_dthresh, plistoff_var,
H A Dtypes.h101 FLAGTYPE imaflag[MAXFLAG]; /* flags from FLAG-images */
103 int imanflag[MAXFLAG]; /* number of MOST flags */
H A Ddefine.h45 #define MAXFLAG 4 /* max. # of FLAG-images */ macro
H A Dmakeit.c53 picstruct *dfield, *field,*pffield[MAXFLAG], *wfield,*dwfield; in makeit()
H A Dscan.c76 FLAGTYPE *pfscan[MAXFLAG]; in scanimage()
/dports/japanese/today/ja-today-2.12_2/
H A Devent.c17 #define MAXFLAG 64 macro
78 static unsigned char evflag[(MAXFLAG + 7) / 8];
529 if (pf < 1 || pf > MAXFLAG) { in analysis_ev_day()