Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
Dtix.py1524 def close(self, entrypath): argument
1526 self.tk.call(self._w, 'close', entrypath)
1528 def getmode(self, entrypath): argument
1530 return self.tk.call(self._w, 'getmode', entrypath)
1532 def open(self, entrypath): argument
1534 self.tk.call(self._w, 'open', entrypath)
1536 def setmode(self, entrypath, mode='none'): argument
1546 self.tk.call(self._w, 'setmode', entrypath, mode)
1571 def close(self, entrypath): argument
1573 self.tk.call(self._w, 'close', entrypath)
[all …]
/third_party/curl/lib/
Dftp.h120 char *entrypath; /* the PWD reply when we logged on */ member
Dftp.c884 if(conn->bits.reuse && ftpc->entrypath && in ftp_state_cwd()
892 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2902 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2903 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2904 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2906 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
2911 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2912 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2913 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2915 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
[all …]