Lines Matching +defs:symbol +defs:file

93 /* Include some file. TODO: move into os_mac.h */
559 /* Get the alias for the nth file, convert to an FSSpec */
591 * needs to know whether a particular file is open in the editor.
602 * file is open. If it is, return the modification date/time for that file
603 * in the appropriate location specified in the structure. If the file is
604 * not opened, put the value fnfErr(file not found) in that location.
611 FSSpec theFile; // identifies the file
677 * each open file that has been modified.
684 FSSpec theFile; // identifies the file
685 long theDate; // the date/time the file was last modified
731 /* Add this file to the list */
758 * the source code from a file. For example, when the user issues a
760 * the source code contained in the file.
771 * in theText to fit the data in the file. It must then copy the entire
772 * contents of the specified file into the memory location specified in
780 FSSpec theFile; /* identifies the file */
1103 /* If the file name was already in the buffer list we need to switch
1113 /* Change directory to the location of the first file. */
1120 /* Handle the drop, :edit to get to the file */
3006 /* Get file names dropped */
3111 * file). */
3831 * Last attempt. Look in the file "$VIM/rgb.txt".
5334 * Pop open a file browser and return the file selected, in allocated memory,
5336 * saving - TRUE if the file will be saved to, FALSE if it will be opened.
5337 * title - Title message for the file browser dialog.
5338 * dflt - Default name of file.
5345 * If these two strings were concatenated, then a choice of two file
5410 /* TODO: Shorten the file name if possible */
6130 GetFSSpecFromPath(char_u *file, FSSpec *fileFSSpec)
6137 (void) C2PascalString(file, &filePascal);
6157 char_u *FullPathFromFSSpec_save(FSSpec file)
6191 /* Start filling fname with file.name */
6192 vim_strncpy(filenamePtr, &file.name[1], file.name[0]);
6194 /* Get the info about the file specified in FSSpec */
6196 theCPB.dirInfo.ioNamePtr = file.name;
6197 theCPB.dirInfo.ioVRefNum = file.vRefNum;
6199 theCPB.dirInfo.ioDrDirID = file.parID;
6205 /* If we are called for a new file we expect fnfErr */
6209 /* Check if it's a file or folder */
6210 /* default to file if file don't exist */
6223 /* If the file to be saved does not already exist, it isn't possible
6225 FSSpec for the file's parent folder (since we have its volume and
6250 /* If the file to be saved already exists, we can get its full path
6252 error=FSpMakeFSRef(&file, &refFile);
6273 theCPB.dirInfo.ioDrParID = file.parID;
6274 theCPB.dirInfo.ioDrDirID = file.parID;
6276 if ((TRUE) && (file.parID != fsRtDirID /*fsRtParID*/))
6281 theCPB.dirInfo.ioVRefNum = file.vRefNum;
6305 /* Get the information about the volume on which the file reside */
6308 theCPB.dirInfo.ioVRefNum = file.vRefNum;
6323 if (file.vRefNum != dfltVol_vRefNum)
6722 NSSymbol symbol = NULL;
6733 || (symbol = NSLookupAndBindSymbol(symbolName)) == NULL)
6736 dataBrowserChangeAttributes = NSAddressOfSymbol(symbol);