Home
last modified time | relevance | path

Searched refs:UNION_DEF (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStructs.h167 #define UNION_DEF(v) 0, 0, 0, 0, 0, v, 0 macro
184 #define UNION_DEF(v) (ParseType) (v) macro
DLYrcFile.c217 #define PARSE_MBM(n,h) {n, 1, CONF_MBM, UNION_DEF(0), 0, 0, 0, h}
226 #define MAYBE_MBM(n,h) {n, 0, CONF_MBM, UNION_DEF(0), 0, 0, 0, h}
228 #define PARSE_NIL {NULL, 1, CONF_NIL, UNION_DEF(0), 0, 0, 0, 0}
DLYReadCFG.c525 #define PARSE_PRG(n,v) {n, CONF_PRG, UNION_DEF(v), 0}
531 #define PARSE_DEF(n,v) {n, CONF_ADD_TRUSTED, UNION_DEF(v), 0}
532 #define PARSE_NIL {NULL, CONF_NIL, UNION_DEF(0), 0}
DLYMain.c2469 #define PARSE_NIL {NULL, 0, UNION_DEF(0), NULL}