Searched refs:STA_DEL (Results 1 – 4 of 4) sorted by relevance
41 #if defined(STA_DEL) || (defined(HAVE_DECL_STA_DEL) && HAVE_DECL_STA_DEL)43 static_assert((STA_DEL) == (0x0020), "STA_DEL != 0x0020");46 # define STA_DEL 0x0020136 XLAT(STA_DEL),
6 STA_DEL 0x0020
266 tx.status = STA_DEL; in main()277 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()317 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()323 tx.status = STA_DEL; in main()
175 #define STA_DEL 0x0020 /* delete leap (rw) */ macro