Searched +refs:mode +refs:line +refs:buffer +refs:id (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/iptcutil/
H A Diptcutil.c32 id; member in struct:_tag_spec
247 if (tags[i].id == recnum)
262 buffer[4]; local
266 c = buffer[i] = getc(ifile);
270 taglen = (((long) buffer[ 0 ]) << 24) |
271 (((long) buffer[ 1 ]) << 16) |
272 (((long) buffer[ 2 ]) << 8) |
273 (((long) buffer[ 3 ]));
286 /* make a buffer to hold the tag data and snag it from the input stream */
316 int tokenizer(unsigned inflag,char *token,int tokmax,char *line,
372 *buffer; local
376 mode; /* iptc binary, or iptc text */ local
460 *line, local
807 tokenizer(unsigned inflag,char *token,int tokmax,char *line, char *white,char *brkchar,char *quote,char eschar,char *brkused, int *next,char *quoted) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl41 proc base64 {-mode what -- chunk} {
44 proc quoted-printable {-mode what -- chunk} {
87 # cid: last child-id assigned
586 if {[lsearch -exact $state(lowerL) content-id] < 0} {
587 lappend state(lowerL) content-id
591 lappend header(content-id) [uniqueID]
674 if {($pos > $last) || ([set x [gets $state(fd) line]] <= 0)} {
683 set line ""
685 set line [lindex $state(lines) $state(lines.current)]
687 set x [string length $line]
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A D2html.vim20 " this file uses line continuations
25 let s:end=line('$')
77 " Return opening HTML tag for given highlight id
78 function! s:HtmlOpening(id)
80 if synIDattr(a:id, "inverse")
82 let x = s:HtmlColor(synIDattr(a:id, "fg#", s:whatterm))
84 let x = s:HtmlColor(synIDattr(a:id, "bg#", s:whatterm))
87 let x = s:HtmlColor(synIDattr(a:id, "bg#", s:whatterm))
89 let x = s:HtmlColor(synIDattr(a:id, "fg#", s:whatterm))
92 if synIDattr(a:id, "bol
[all...]
H A Dprogress.vim51 " If you like to highlight the whole line of
70 syn keyword ProgressReserved fram[e] frame-col frame-db frame-down frame-field frame-file frame-inde[x] frame-line frame-name frame-row frame-val[ue]
74 syn keyword ProgressReserved last last-even[t] last-key last-of lastkey ldbname leave library like line-count[er] listi[ng] locked lookup machine-class
82 syn keyword ProgressReserved scroll sdbname search seek select self session set setuser[id] share[-lock] shared show-stat[s] skip some space status stream
85 syn keyword ProgressReserved use-index use-revvideo use-underline user user[id] using v6frame value values variable view view-as vms wait-for web-con[text]
120 " This next line works reasonably well.
126 " operation appears at the beginning or end of a line.
127 " This next line trips up on "no-undo" etc.
132 syn keyword ProgressOperator attach[ment] auto-end-key auto-endkey auto-go auto-ind[ent] auto-resize auto-z[ap] available-formats ave[rage] avg backward[s] base-key batch[-mode] bgc[olor] binary
134 syn keyword ProgressOperator border-right-pix[els] border-t[op] border-t[op-chars] border-top-pixel[s] both bottom box box-select[able] browse browse-header buffer buffe
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
55 % Which mode to use is controlled by setting \columnsperpage above.
108 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
146 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
158 % This next line is useful when designing the layout.
163 %% in case we never use \columnb (two-column mode)
179 % we won't be using math mode much, so redefine some of the characters
220 % If an \halign is entered while in vertical mode, a parskip is never
231 % typeset in a typewriter font with line break
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlreader.c119 int mode; /* the parsing mode */ member in struct:_xmlTextReader
140 xmlBufPtr buffer; /* used to return const xmlChar * */ member in struct:_xmlTextReader
222 * @not: A id
224 * Deallocate the memory used by an id definition
227 xmlFreeID(xmlIDPtr id) { argument
230 if (id == NULL) return;
232 if (id->doc != NULL)
233 dict = id->doc->dict;
235 if (id
252 xmlIDPtr id; local
1228 xmlBufferPtr buffer; local
4167 xmlTextReaderLocator(void *ctx, const char **file, unsigned long *line) argument
5394 xmlReaderForMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
5617 xmlReaderNewMemory(xmlTextReaderPtr reader, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
[all...]
H A Dtree.c680 * Set the buffer allocation method. Types are
682 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
698 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
1371 * Flush buffer so far
1421 xmlChar buffer[10]; local
1424 l = xmlCopyCharMultiByte(buffer, charval);
1425 buffer[l] = 0;
1427 if (xmlBufCat(buf, buffer))
1567 * Flush buffer so far
1612 xmlChar buffer[1 local
1680 xmlChar *buffer; local
1695 xmlChar *buffer; local
1765 xmlChar *buffer; local
1777 xmlChar *buffer; local
4053 xmlChar *id; local
4619 xmlChar *buffer = NULL, *temp; local
5307 xmlNodeBufGetContent(xmlBufferPtr buffer, xmlNodePtr cur) argument
7720 xmlSetDocCompressMode(xmlDocPtr doc, int mode) argument
7747 xmlSetCompressMode(int mode) argument
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim430 " following line causes a Press ENTER in windows -- can't seem to work around it!!!
524 fun! netrw#Nread(mode,fname)
525 " call Dfunc("netrw#Nread(mode=".a:mode." fname<".a:fname.">)")
527 call netrw#NetRead(a:mode,a:fname)
538 " mode: =0 read remote file and insert before current line
539 " =1 read remote file and insert after current line
542 fun! netrw#NetRead(mode,...)
543 " call Dfunc("netrw#NetRead(mode
[all...]
H A Dgetscript.vim14 " expecting vim to be in its vi-compatible mode!
203 let lastline = line("$")
220 " evidently a :r creates a new buffer (the "#" buffer) that is subsequently unused -- bwiping it
222 " call Decho(".dependency checking<".plugin."> line$=".line("$"))
233 " found a "GetLatestVimScripts: # #" line in the script;
235 " the (prior to reading in the plugin script) last line plus one of the GetLatestVimScripts.dat file,
236 " for the script-id with no wrapping allowed.
237 let curline = line("
[all...]
H A Dphpcomplete.vim23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
36 let line = getline('.')
38 let curline = line('.')
40 while start >= 0 && line[start - 1] =~ '[a-zA-Z_0-9\x7f-\xff$]'
572 " line above
573 " or line in tags file
577 while i < line('.')
578 let line = getline(line('
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c117 int mode; /* the parsing mode */ member in struct:_xmlTextReader
138 xmlBufferPtr buffer; /* used to return const xmlChar * */ member in struct:_xmlTextReader
219 * @not: A id
221 * Deallocate the memory used by an id definition
224 xmlFreeID(xmlIDPtr id) { argument
227 if (id == NULL) return;
229 if (id->doc != NULL)
230 dict = id->doc->dict;
232 if (id
249 xmlIDPtr id; local
1212 xmlBufferPtr buffer; local
5245 xmlReaderForMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
5465 xmlReaderNewMemory(xmlTextReaderPtr reader, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
[all...]
H A Dtree.c677 * Set the buffer allocation method. Types are
679 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
694 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
1643 xmlChar *buffer; local
1645 buffer = xmlEncodeEntitiesReentrant(doc, node->content);
1646 if (buffer != NULL) {
1647 ret = xmlStrcat(ret, buffer);
1648 xmlFree(buffer);
1655 xmlChar *buffer; local
1664 buffer
1725 xmlChar *buffer; local
1737 xmlChar *buffer; local
4002 xmlChar *id; local
4534 xmlChar *buffer = NULL, *temp; local
5216 xmlNodeBufGetContent(xmlBufferPtr buffer, xmlNodePtr cur) argument
5363 xmlBufferPtr buffer; local
5384 xmlBufferPtr buffer; local
5415 xmlBufferPtr buffer; local
7556 xmlSetDocCompressMode(xmlDocPtr doc, int mode) argument
7583 xmlSetCompressMode(int mode) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dproto.c80 #line 1 "proto.c"
83 #line 148
198 #line 1 "../../lib/libpp/ppproto.c"
200 #line 13
201 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2008-05-11 $\000\n"; variable
203 #line 1 "../../lib/libpp/ppfsm.c"
205 #line 1 "../../lib/libpp/pplib.h"
207 #line 108
225 char* buffer; member in struct:ppinstk
233 int line; member in struct:ppinstk
273 int line; member in struct:ppmacstk
311 struct ppfileid id; member in struct:pathid
327 unsigned char c; unsigned char index; unsigned char type; union { char* buffer; char* sp; struct ppdirs* subdir; } info; struct ppfileid id; member in struct:ppdirs
385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals
437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext
1297 int line; member in struct:proto
1534 Id_t id[64]; member in struct:Notice_s
1729 int line; local
2706 int line; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm216 - (void)_autoscrollForDraggingInfo:(id)dragInfo timeDelta:(NSTimeInterval)repeatDelta;
217 - (BOOL)_shouldAutoscrollForDraggingInfo:(id)dragInfo;
221 - (id)_oldFirstResponderBeforeBecoming;
381 - (BOOL)validateUserInterfaceItemWithoutDelegate:(id <NSValidatedUserInterfaceItem>)item;
386 id target; // Non-retained. Don't retain delegates.
387 id defaultTarget;
389 - (id)initWithTarget:(id)target defaultTarget:(id)defaultTarget;
823 - (id)_initWithFram
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm38 mode supports easy logging in simple scripts:
57 C<:easy> mode like
137 C<Log::Log4perl::Appender::File> attached. The line
160 parameter C<mode>:
164 log4perl.appender.FileApp.mode = write
217 The DOS command line
394 then all C<die()> messages will be routed to a file properly. The line
402 in the pattern layout to be replaced by the filename, the line number
581 But, you also want it to take command line parameters to set values
584 both a static Log4perl configuration file and a dynamic command line
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el1 ;;; gnus-sum.el --- summary mode commands for Gnus
32 (defvar tool-bar-mode))
48 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" nil t)
49 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
59 "*If non-nil, kill the summary buffer when you exit from it.
60 If nil, the summary will become a \"*Dead Summary*\" buffer, and
69 displayed in the Summary buffer. If this variable is t, Gnus
87 "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
98 scattered all over the summary buffer, Gnus can gather them.
238 "*Fuzziness factor for the zcore in the summary buffer
[all...]
H A Dgnus-agent.el85 (defcustom gnus-agent-group-mode-hook nil
92 (add-hook 'gnus-agent-group-mode-hook 'gnus-xmas-agent-group-menu-add))
94 (defcustom gnus-agent-summary-mode-hook nil
101 (add-hook 'gnus-agent-summary-mode-hook 'gnus-xmas-agent-summary-menu-add))
103 (defcustom gnus-agent-server-mode-hook nil
110 (add-hook 'gnus-agent-server-mode-hook 'gnus-xmas-agent-server-menu-add))
193 The user may remove or add servers using the Server buffer.
231 (defvar gnus-agent-buffer-alist nil)
246 (defvar gnus-agent-overview-buffer nil)
267 (gnus-agent-create-buffer)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl67 # when modifying this line, make sure that the auto-upgrade check
124 buffer 512
219 ## You can set this from the command line with -exec ""
220 ## A side effect is that all tkcon command line args will be used
274 ## Handle command line arguments before sourcing resource file to
299 ## Handle rest of command line arguments after sourcing resource file
418 ## Source extra command line argument files into slave executable
443 puts "buffer line limit:\
444 [expr {$OPT(buffer)
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclInt.h187 long nsId; /* Unique id for the namespace. */
388 int id; /* Integer id used to distinguish among member in struct:ArraySearch
832 int* line; /* Lines the words of the command start on */ member in struct:CmdFrame
923 int word; /* Index of word in ExtCmdLoc.loc[cmd]->{line,literal}[.] */
930 * compiler and direct evaluator use this information to adjust their line
932 * continuation line marker as a whole has been removed already, meaning that
933 * the \n which was part of it is gone as well, breaking regular line
1044 * should be compiled "out of line" by emitting code
1319 * Values for the selection mode,
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dncurses.c91 #define ACS_S3 (CURSES_ACS_ARRAY['p']) /* scan line 3 */
92 #define ACS_S7 (CURSES_ACS_ARRAY['r']) /* scan line 7 */
99 #define ACS_S3 (A_ALTCHARSET + 'p') /* scan line 3 */
100 #define ACS_S7 (A_ALTCHARSET + 'r') /* scan line 7 */
110 #define WACS_S3 (&(CURSES_WACS_ARRAY['p'])) /* scan line 3 */
111 #define WACS_S7 (&(CURSES_WACS_ARRAY['r'])) /* scan line 7 */
199 /* Common function to allow ^T to toggle trace-mode in the middle of a test
228 wGetstring(WINDOW *win, char *buffer, int limit) argument
237 x = (int) strlen(buffer);
239 if (x > (int) strlen(buffer))
357 wGet_wstring(WINDOW *win, wchar_t *buffer, int limit) argument
1151 char buffer[4096]; local
2087 wchar_t buffer[10]; local
4489 panner_legend(int line) argument
5478 static int mode = REQ_INS_MODE; local
6521 char buffer[BUFSIZ]; local
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm38 mode supports easy logging in simple scripts:
57 C<:easy> mode like
137 C<Log::Log4perl::Appender::File> attached. The line
160 parameter C<mode>:
164 log4perl.appender.FileApp.mode = write
217 The DOS command line
395 then all C<die()> messages will be routed to a file properly. The line
404 in the pattern layout to be replaced by the filename, the line number
583 But, you also want it to take command line parameters to set values
586 both a static Log4perl configuration file and a dynamic command line
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclInt.h230 long nsId; /* Unique id for the namespace. */
491 int id; /* Integer id used to distinguish among member in struct:ArraySearch
1075 int *line; /* Lines the words of the command start on. */ member in struct:CmdFrame
1141 * ExtCmdLoc.loc[cmd]->line[.] */
1148 * compiler and direct evaluator use this information to adjust their line
1150 * continuation line marker as a whole has been removed already, meaning that
1151 * the \n which was part of it is gone as well, breaking regular line
1593 * Values for the selection mode, i.e the package require preferences.
1637 * line numbe
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm122 my (undef,$file,$line) = caller;
126 print STDERR "DEBUG: $file:$line: $msg\n";
180 warn "IPv6 support re-enabled in __PACKAGE__, got disabled in file $caller_force_inet4[1] line $caller_force_inet4[2]";
211 # http://rt.cpan.org/Ticket/Display.html?id=39550
669 my $buffer=\$_[2];
679 $$buffer = '' if !defined $$buffer;
681 if ($offset>length($$buffer)) {
682 $$buffer.="\0" x ($offset-length($$buffer)); #mimi
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges174 to accomodate the need for a single buffer reset.
247 by kmx on https://rt.cpan.org/Ticket/Display.html?id=45983)
248 * (ms) Added 'utf8' option to screen appender and easy mode, some of
250 http://rt.cpan.org/Public/Bug/Display.html?id=36673 by
256 * (ms) Added test cases on syswrite in recreate mode
277 * (ms) As explained in http://rt.cpan.org/Ticket/Display.html?id=41505
304 (http://rt.cpan.org/Ticket/Display.html?id=38537).
307 (http://rt.cpan.org/Ticket/Display.html?id=34399).
324 (http://rt.cpan.org/Ticket/Display.html?id=34051)
326 hard-coded line number
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dpath.c644 error_info.line = 0;
1005 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT;
1169 ((struct checkpt*)shp->jmplist)->mode = SH_JMPEXIT;
1305 shp->readscript = error_info.id;
1323 static struct tms buffer; variable in typeref:struct:tms
1354 before = times(&buffer);
1372 after = times(&buffer);
1373 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime);
1374 sabuf.ac_stime = compress(buffer
[all...]

Completed in 423 milliseconds

12