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

/ast/src/cmd/std/
H A Ddd.c87 #define NOTRUNC (1<<12) macro
349 NOTRUNC,
653 if (state.oseek.value.number && (state.conv.value.number & NOTRUNC))
708 else if (!(state.out.fp = sfopen(NiL, s, (state.conv.value.number & NOTRUNC) ? "a+b" : state.oseek.value.number ? "w+b" : "wb")))

Completed in 11 milliseconds