Searched defs:OUT (Results 1 – 5 of 5) sorted by relevance
283 sub OUT { shift->[1] } subroutine
84 #define OUT(s) { fwrite(s, sizeof(u_char), psl, stdout); } macro
156 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
116 #define OUT 0 macro
2468 #define OUT(x) { *output_ptr++ = (x); if (output_ptr == output_ptr_end) flush (); } macro