Lines Matching refs:SIGN
409 #define SIGN 1 /* unsigned/signed */ macro
463 if (spec.flags & SIGN) { in number()
657 spec.flags |= SIGN; in err_ptr()
2663 ['d'] = { FORMAT_STATE_NUM, 0, SIGN, 10 }, in format_decode()
2664 ['i'] = { FORMAT_STATE_NUM, 0, SIGN, 10 }, in format_decode()
2727 if (!(spec.flags & SIGN)) in convert_num_spec()