Home
last modified time | relevance | path

Searched defs:MSG_STATUS (Results 1 – 6 of 6) sorted by relevance

/dports/misc/lifelines/lifelines-3.1.1/src/hdrs/
H A Dfeedback.h31 typedef enum { MSG_ERROR=-1, MSG_INFO, MSG_STATUS } MSG_LEVEL; enumerator
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dsupport.h125 #define MSG_STATUS -3 macro
/dports/audio/pms/pms-0.42/src/
H A Dmessage.h38 MSG_STATUS = 0, enumerator
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dmsgwindow.h46 MSG_STATUS = 0, /**< Index of the status message tab */ enumerator
/dports/devel/geany/geany-1.38/src/
H A Dmsgwindow.h46 MSG_STATUS = 0, /**< Index of the status message tab */ enumerator
/dports/math/linbox/linbox-1.6.3/linbox/util/
H A Dcommentator.h73 #define MSG_STATUS(ret) (ret ? MSG_PASSED : MSG_FAILED) macro