Searched refs:leader (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dmake-relnotes3 # Transform RELEASE_NOTES, split into "leader", and "major changes",
6 # Input format: the leader text is copied verbatim; each paragraph
16 %leader = (); %body = ();
17 $append_to = \%leader;
50 if ($append_to eq \%leader) {
76 print $leader{"default"};
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Drpl.vim16 " and insert the comment leader when hitting <CR> or using "o".
H A Daap.vim18 " and insert the comment leader when hitting <CR> or using "o".
H A Dcs.vim15 " and insert the comment leader when hitting <CR> or using "o".
H A Dlua.vim15 " the comment leader when hitting <CR> or using "o".
H A Dmake.vim18 " and insert the comment leader when hitting <CR> or using "o".
H A Ddtrace.vim22 " and insert the comment leader when hitting <CR> or using "o".
H A Djavascript.vim16 " " and insert the comment leader when hitting <CR> or using "o".
H A Dmail.vim23 " Set 'formatoptions' to break text lines and keep the comment leader ">".
H A Doccam.vim23 " Break comment lines and insert comment leader in this case
H A Dc.vim21 " and insert the comment leader when hitting <CR> or using "o".
H A Dhamster.vim22 " and insert the comment leader when hitting <CR> or using "o".
H A Djava.vim28 " and insert the comment leader when hitting <CR> or using "o".
H A Dverilog.vim24 " and insert the comment leader when hitting <CR> or using "o".
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtoken.cpp454 RefPointer<TokenDaemon> leader; local
476 if (!leader || tokend->score() > leader->score())
477 leader = tokend; // a new front runner, he is...
482 return leader;
/macosx-10.10.1/libresolv-57/
H A Dns_print.c467 const char *leader; local
489 leader = "\n\t\t";
492 leader = " ";
494 T(addstr(leader, strlen(leader), &buf, &buflen));
509 const char *leader; local
550 leader = "\n\t\t";
553 leader = " ";
557 T(addstr(leader, strlen(leader),
587 const char *leader; local
[all...]
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dtoken.h81 int leader();
222 inline int token::leader() function in class:token
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl89 class.leader idx-leader
332 html::tag* tr class $config(class.leader) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveDebugVariables.cpp113 UserValue *leader; ///< Equivalence class leader. member in class:__anon9953::UserValue
139 : variable(var), offset(o), dl(L), leader(this), next(0), locInts(alloc)
142 /// getLeader - Get the leader of this value's equivalence class.
144 UserValue *l = leader;
145 while (l != l->leader)
146 l = l->leader;
147 return leader = l;
169 End->leader = L1, End = End->next;
170 End->leader
[all...]
/macosx-10.10.1/rsync-45/rsync/
H A Dauthenticate.c218 /* Possibly negotiate authentication with the client. Use "leader" to
225 char *leader)
240 io_printf(f_out, "%s%s\n", leader, challenge);
224 auth_server(int f_in, int f_out, int module, char *host, char *addr, char *leader) argument
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dwm.rb171 def Wm.group(win, leader = nil)
172 if leader
173 tk_call('wm', 'group', win.epath, leader)
179 def group(leader = nil)
180 Wm.group(self, leader)
/macosx-10.10.1/vim-55/src/
H A Dmisc1.c527 int lead_len; /* length of comment leader */
528 char_u *lead_flags; /* position in 'comments' for comment leader */
529 char_u *leader = NULL; /* copy of comment leader */ local
568 * with the indenting and comment leader to its heart's content. Then
634 * set because automatically inserting a comment leader also sets did_ai.
834 * Find out if the current line starts with a comment leader.
844 char_u *lead_repl = NULL; /* replaces comment leader */
855 * If the comment leader has the start, middle or end flag, it may not
856 * be used or may be replaced with the middle leader
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dhtml_cssdefaults.tcl142 DIV.idx-header, DIV.idx-footer, DIV.idx-leader {
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim575 let l:leader = g:mapleader
577 let l:leader = '\'
582 \ "<Tab>" . escape(l:leader . "a" . a:Keys , '\') .
586 \ escape(l:leader . "a" . a:Keys , '\') .
590 \ escape(l:leader . "a" . a:Keys , '\') .
600 let l:leader = g:mapleader
602 let l:leader = '\'
607 \ "<Tab>" . escape(l:leader . "a" . a:Keys , '\') .
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochPort.cpp503 DCLNuDCLLeader * leader = (DCLNuDCLLeader*)fProgramBuffer ; local
505 leader->pNextDCLCommand = NULL ; // unused - always NULL
506 leader->opcode = kDCLNuDCLLeaderOp ;
507 leader->program = fDCLPool ;
510 opcodes = (DCLCommand*)leader ;

Completed in 421 milliseconds

12