Searched refs:SECTION (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/pax/
H A Dbio.c64 switch ((a)->convert[SECTION(a)].on) \
67 if (state.forceconvert || SECTION(a) != SECTION_DATA || TEXT(b,c,t)) \
68 (a)->convert[SECTION(a)].on = 2; \
71 (a)->convert[SECTION(a)].on = 0; \
84 #define CONVERT(a,b,c) CVT(a,b,c,(a)->convert[SECTION(a)].f2t,(a)->convert[SECTION(a)].f2a)
85 #define REVERT(a,b,c) CVT(a,b,c,(a)->convert[SECTION(a)].t2f,(a)->convert[SECTION(a)].t2a)
821 an = ap->convert[SECTION(ap)].on ? n : 0;
824 if (state.checksum.sum && SECTION(a
[all...]
H A Dpax.h90 #define SECTION(p) (p)->section macro

Completed in 18 milliseconds