Searched defs:IG (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | stty.c | 115 #define IG 0x0001 /* ignore display */ macro 136 { "speed", NUM, C_SPEED,IG, CBAUD }, 156 { "rows", WIND, W_SIZE, IG, 0, 24, C("\an\a is the number of lines for display") }, 157 { "cols", WIND, W_SIZE, IG, 1, 80, C("\an\a is the number of columns for display") }, 158 { "columns", WIND, W_SIZE, IG, 1, 80, C("Same as \bcols\b") }, 216 { "hup", BIT, C_FLAG, IG, HUPCL, HUPCL, C("Same as \bhupcl\b") }, 237 { "decctlq", BIT, I_FLAG, IG, IXANY, 0, C("Same as \b-ixany\b") }, 257 { "lfkc", BIT, L_FLAG, IG, ECHOK, ECHOK, C("Same as \bechok\b (\b-echok\b); obsolete") }, 308 { "cr0", BITS, O_FLAG, IG|SS, CRDLY, CR0 }, 314 { "nl0", BITS, O_FLAG, IG|U [all...] |
Completed in 20 milliseconds