Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tix/samples/
DSHList2.py127 entrypath = '.' + mgr + '.' + key
132 hlist.add(entrypath, text=name, style=style['empl_name'])
133 hlist.item_create(entrypath, 1, itemtype=Tix.TEXT,
/external/python/cpython2/Lib/lib-tk/
DTix.py1529 def close(self, entrypath): argument
1531 self.tk.call(self._w, 'close', entrypath)
1533 def getmode(self, entrypath): argument
1535 return self.tk.call(self._w, 'getmode', entrypath)
1537 def open(self, entrypath): argument
1539 self.tk.call(self._w, 'open', entrypath)
1541 def setmode(self, entrypath, mode='none'): argument
1551 self.tk.call(self._w, 'setmode', entrypath, mode)
1576 def close(self, entrypath): argument
1578 self.tk.call(self._w, 'close', entrypath)
[all …]
/external/curl/lib/
Dftp.h120 char *entrypath; /* the PWD reply when we logged on */ member
Dftp.c945 if(conn->bits.reuse && ftpc->entrypath) { in ftp_state_cwd()
951 PPSENDF(&conn->proto.ftpc.pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2882 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2883 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2884 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2886 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
2891 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2892 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2893 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2895 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
[all …]