Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DUtils.c122 static PDirHandleRec
125 PDirHandleRec d; in get_dh()
130 d = (PDirHandleRec) prima_array_get_storage(SvRV(sv)); in get_dh()
146 PDirHandleRec d; in Utils_closedir()
245 PDirHandleRec dh; in Utils_open_dir()
252 if (( dh = (PDirHandleRec) prima_array_get_storage(dhsv)) == NULL) { in Utils_open_dir()
280 PDirHandleRec d; in Utils_read_dir()
314 PDirHandleRec d; in Utils_rewinddir()
329 PDirHandleRec d; in Utils_seekdir()
404 PDirHandleRec d; in Utils_telldir()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_file.c154 apc_fs_closedir( PDirHandleRec dh) in apc_fs_closedir()
198 apc_fs_opendir( const char* path, PDirHandleRec dh) in apc_fs_opendir()
210 apc_fs_readdir( PDirHandleRec dh, char * entry) in apc_fs_readdir()
226 apc_fs_rewinddir( PDirHandleRec dh ) in apc_fs_rewinddir()
239 apc_fs_seekdir( PDirHandleRec dh, long position ) in apc_fs_seekdir()
286 apc_fs_telldir( PDirHandleRec dh ) in apc_fs_telldir()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dfiles.c644 apc_fs_closedir( PDirHandleRec dh) in socket_select()
722 apc_fs_opendir( const char* path, PDirHandleRec dh) in socket_select()
795 apc_fs_readdir( PDirHandleRec dh, char * entry) in socket_select()
829 apc_fs_rewinddir( PDirHandleRec dh ) in socket_select()
863 apc_fs_seekdir( PDirHandleRec dh, long position ) in socket_select()
938 apc_fs_telldir( PDirHandleRec dh ) in socket_select()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h4044 } DirHandleRec, *PDirHandleRec; typedef
4056 apc_fs_closedir( PDirHandleRec dh);
4074 apc_fs_opendir( const char *path, PDirHandleRec dh);
4081 apc_fs_readdir( PDirHandleRec dh, char * entry);
4087 apc_fs_rewinddir( PDirHandleRec dh );
4093 apc_fs_seekdir( PDirHandleRec dh, long position );
4105 apc_fs_telldir( PDirHandleRec dh );