Searched refs:MF_TRY1NULL (Results 1 – 2 of 2) sorted by relevance
169 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;185 map->map_mflags &= ~MF_TRY1NULL;1029 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;1045 map->map_mflags &= ~MF_TRY1NULL;1744 map->map_mflags &= ~MF_TRY1NULL;1746 if (val.dptr == NULL && bitset(MF_TRY1NULL, map->map_mflags))2414 map->map_mflags &= ~MF_TRY1NULL;2416 if (st != 0 && bitset(MF_TRY1NULL, map->map_mflags))2759 map->map_mflags &= ~MF_TRY1NULL;2761 if (yperr == YPERR_KEY && bitset(MF_TRY1NULL, map->map_mflags))[all …]
1232 #define MF_TRY1NULL 0x00000200 /* try with the null byte */ macro