Searched defs:SS (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/nmake/
H A DSYSTEM.mk7 * SS.MAIN is set to the first subsystem and its option table
21 * the default setting is in $(SS.TABLE)
26 * no lhs and no rhs clears SS.MAIN
31 SS.MAIN =
32 SS.CURRENT =
33 SS.TABLE = state format=upper map=obsolete
34 SS.CALLER =
35 SS.EXCLUDE =
36 SS.INTERCEPT = : :: :LIBRARY:
41 .INIT : .SS
[all...]
/ast/src/lib/libcmd/
H A Dstty.c113 #undef SS /* who co-opted this namespace? */ macro
117 #define SS 0x0004 /* set in sane mode */ macro
160 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") },
161 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") },
162 { "erase", CHAR, T_CHAR, SS, VERASE, 'H', C("Erase the last character entered") },
163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
164 { "eof", CHAR, T_CHAR, SS, VEOF, 'D', C("Send an end of file") },
173 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") },
176 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
179 { "dsusp", CHAR, T_CHAR, SS, VDSUS
[all...]
/ast/src/cmd/dsslib/time_t/
H A Dtime_t.c34 #define SS 4294967296.0 macro
120 t *= SS;
121 m *= SS;
138 m = t / SS;
142 m /= SS;
143 t /= SS;
/ast/src/lib/libjcl/
H A Dparse.c44 /* vendor SS in the standard namespace -- great */
46 #undef SS macro
51 static char SS[] = "//"; variable
822 s = SS;
1955 if (tok != SS)
1957 syntax(jcl, 2, tok, SS, NiL);

Completed in 628 milliseconds