Home
last modified time | relevance | path

Searched refs:newNS (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java89 private String newNS; field in pmTop
143 newNS = "files"; in pmTopInit()
427 if (newNS.startsWith("files")) { in southPanel()
441 pmUtility.getResource("Naming.Service:") + " " + newNS); in southPanel()
882 if (newNS.startsWith("files")) { in pmsetNS()
885 } else if (newNS.equals("NIS")) { in pmsetNS()
888 } else if (newNS.equals("LDAP")) { in pmsetNS()
896 Debug.message("CLNT: newNS: " + newNS + in pmsetNS()
902 if (newNS.startsWith("files")) { in pmsetNS()
905 } else if (newNS.equals("NIS")) { in pmsetNS()
[all …]