winstype          683 source3/web/swat.c 	int winstype = 0;
winstype          700 source3/web/swat.c 		winstype = atoi(cgi_variable_nonull("WINSType"));
winstype          724 source3/web/swat.c 		switch ( winstype ) {
winstype          766 source3/web/swat.c 			winstype = 1;
winstype          768 source3/web/swat.c  		        winstype = 2;
winstype          773 source3/web/swat.c 	if ((winstype == 2) && lp_wins_support())
winstype          774 source3/web/swat.c 		winstype = 3;
winstype          804 source3/web/swat.c 	printf("<td><input type=radio name=\"WINSType\" value=\"0\" %s> %s&nbsp;</td>", ((winstype == 0) ? "checked" : ""), _("Not Used"));
winstype          805 source3/web/swat.c 	printf("<td><input type=radio name=\"WINSType\" value=\"1\" %s> %s&nbsp;</td>", ((winstype == 1) ? "checked" : ""), _("Server for client use"));
winstype          806 source3/web/swat.c 	printf("<td><input type=radio name=\"WINSType\" value=\"2\" %s> %s&nbsp;</td>", ((winstype == 2) ? "checked" : ""), _("Client of another WINS server"));
winstype          818 source3/web/swat.c 	if (winstype == 3) {