Home
last modified time | relevance | path

Searched refs:INI_NONE (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dinifile.c54 INI_NONE = 0, enumerator
325 if (type == INI_NONE) return (slot); in key_slot()
687 slot = key_slot(inip, section, key, INI_NONE); in ini_getstr()
708 if (slot->type != INI_NONE) in ini_getstr()
730 slot = key_slot(inip, section, key, INI_NONE); in ini_getint()
760 if (slot->type != INI_NONE) in ini_getint()
788 slot = key_slot(inip, section, key, INI_NONE); in ini_getbool()
817 if (slot->type != INI_NONE) in ini_getbool()
833 slot = key_slot(inip, section, key, INI_NONE); in ini_getref()
882 if (slot->type != INI_NONE) in ini_getref()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp_target.h96 #define VALID_INI(ini) (ini != INI_NONE && ini != INI_ANY)
H A Dispvar.h305 #define INI_NONE ((uint64_t) 0) macro
H A Disp_netbsd.c492 if (retval || (pair.wwpn == INI_NONE && in ispioctl()
493 pair.wwnn == INI_NONE)) { in ispioctl()
H A Disp.c2397 uint64_t wwn = INI_NONE; in isp_get_wwn()
2967 if (node_wwn == INI_NONE) { in isp_scan_loop()
4794 if (*wwnn == INI_NONE) { in isp_control()
4800 if (*wwnp == INI_NONE) { in isp_control()
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidutils/src/ini/
H A Dini.cpp114 INI_NONE = 0, enumerator
561 parser.state = INI_NONE; in __ini_extractField()