Searched refs:S_flag (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c48 #define S_flag 0x08 macro
89 if (opt_flag & (s_flag | S_flag)) {
97 if (opt_flag & (s_flag | S_flag)) {
101 opt_flag |= S_flag;
135 if (opt_flag == S_flag)
/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c42 #define S_flag 0x08 macro
62 case S_flag:
137 opt_flag = S_flag;
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c120 static int S_flag = 0; variable
165 S_flag = 1;
180 if ((S_flag ^ (argc <= 0)) == 1)
194 if (S_flag) {
200 } while (S_flag && err_code == SUCCESS);
206 * If EOF is reached then S_flag is set to 0. Only the first 10 strings
220 S_flag = 0;

Completed in 73 milliseconds