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

/osnet-11/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 63 milliseconds