Home
last modified time | relevance | path

Searched refs:checkenum (Results 1 – 9 of 9) sorted by relevance

/dports/lang/tolua/tolua-5.2.4/src/tests/
H A Dtenum.lua6 assert(checkenum(a)==TRUE)
7 assert(checkenum(b)==FALSE)
H A Dtenum.h15 Status checkenum (Order o);
H A Dtenum.pkg13 Status checkenum (Order o);
H A Dtenum.c6 Status checkenum (Order o) in checkenum() function
/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dcheck.h31 checkenum type; /* CHECKIMAGE_TYPE */
36 checkstruct *initcheck(char *, checkenum, int next);
H A Dprefs.h131 checkenum check_type[MAXCHECK]; /* check-image types */
H A Dtypes.h63 CHECK_MAPSOM} checkenum; typedef
H A Dmakeit.c151 checkenum c; in makeit()
H A Dcheck.c143 checkstruct *initcheck(char *filename, checkenum check_type, int next) in initcheck()