Searched refs:SEEK (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexenix.c66 #define SEEK(_fd, _position, _error_message, _error_arg) \
116 SEEK (infd, segpos, "seek error on %s", a_name);
157 SEEK (infd, segpos, "seek error on %s", a_name);
158 SEEK (outfd, segpos, "seek error on %s", new_name);
185 SEEK (infd, textpos, "seek error on %s", a_name);
186 SEEK (outfd, textpos, "seek error on %s", new_name);
189 SEEK (outfd, datapos, "seek error on %s", new_name);
197 SEEK (infd, segpos, "seek error on %s", a_name);
200 SEEK (infd, u_xsegp->xs_filpos, "seek error on %s", a_name);
204 SEEK (outf
65 #define SEEK macro
[all...]
H A Dunexalpha.c99 #define SEEK(_fd, _position, _error_message, _error_arg) \
373 SEEK (new, old_got_section->s_scnptr,
377 SEEK (new, nhdr.aout.tsize + nhdr.aout.dsize,
422 SEEK (new, 0, "seeking to start of header in %s", new_name);
498 SEEK (new, newref, "seeking to dynamic symbol in %s", new_name);
98 #define SEEK macro
H A Dunexmips.c100 #define SEEK(_fd, _position, _error_message, _error_arg) \
288 SEEK (old, hdr.fhdr.f_symptr, "seeking to start of symbols in %s", a_name);
322 SEEK (new, 0, "seeking to start of header in %s", new_name);
99 #define SEEK macro
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/IO/
H A DScalar.pm398 sub SEEK { shift->seek(@_); } subroutine
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageUFISubclass.h282 virtual bool SEEK(
H A DIOUSBMassStorageUFISubclass.cpp3056 // SEEK - Command Builder [PROTECTED]
3060 IOUSBMassStorageUFIDevice::SEEK ( function in class:IOUSBMassStorageUFIDevice
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbasic.vim62 syn keyword basicStatement SEEK seek Seek SELECT select Select
97 syn keyword basicFunction SEEK seek Seek SETMEM setmem Setmem
H A Dclipper.vim35 syn keyword clipperStatement RUN SAVE SEEK SELECT
H A Dfreebasic.vim69 syn keyword freebasicFiles LOCK LOF OPEN OUTPUT RANDOM RESET SEEK UNLOCK WRITE
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dregistry.c373 #define TELL(trans) (SEEK (trans, 0, SEEK_CUR))
374 #define SEEK(trans,off,mode) (DownSeek ((trans), (off), (mode))) macro
381 #define TELL(trans) (SEEK (trans, 0, SEEK_CUR))
382 #define SEEK(trans,off,mode) (Tcl_Seek ((trans)->parent, (off), (mode))) macro
1896 result = SEEK (trans, offset, mode);
1968 result = SEEK (trans, offsetDown, SEEK_CUR);
4152 SEEK (trans, offsetDown, SEEK_CUR);
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm562 sub SEEK { shift->seek(@_); } subroutine

Completed in 212 milliseconds