Searched defs:US (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dflowlib.h86 #define US ((Nftime_t)1000000) macro
/ast/src/lib/libcmd/
H A Dstty.c118 #define US 0x0010 /* unset in sane mode */ macro
166 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") },
169 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") },
171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },
223 { "ignbrk", BIT, I_FLAG, US, IGNBRK, IGNBRK, C("Ignore (do not ignore) break characters") },
229 { "inlcr", BIT, I_FLAG, US, INLCR, INLCR, C("Translate (do not translate) carriage return to newline") },
230 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") },
232 { "iuclc", BIT, I_FLAG, US, IUCLC, IUCLC, C("Map (do not map) upper-case to lower case") },
236 { "ixany", BIT, I_FLAG, US, IXANY, IXANY, C("Any character (only start character) can restart output.") },
239 { "ixoff", BIT, I_FLAG, US, IXOF
[all...]

Completed in 9 milliseconds