Searched refs:once (Results 176 - 200 of 451) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmason.vim63 syn region masonOnce matchgroup=Delimiter start="<%once>" end="</%once>" contains=@perlTop
/macosx-10.10.1/vim-55/src/GvimExt/
H A Dgvimext.h18 #pragma once
54 // Initialize GUIDs (should be done only and at-least once per DLL/EXE)
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dthread.c309 (*control)->once = once_init;
316 return pthread_once(&control->once, func);
/macosx-10.10.1/configd-699.1.5/IPMonitorControl/
H A DIPMonitorControl.c114 STATIC dispatch_once_t once; local
116 dispatch_once(&once, ^{
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_client.c216 static dispatch_once_t once; local
219 dispatch_once(&once, ^{
/macosx-10.10.1/configd-699.1.5/dnsinfo/
H A Ddnsinfo_server.c110 static dispatch_once_t once; local
113 dispatch_once(&once, ^{
/macosx-10.10.1/libdispatch-442.1.4/src/
H A DMakefile.am14 once.c \
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dspin.rb30 window all at once, you can scan through the value by dragging \
/macosx-10.10.1/sudo-73/src/
H A Ddef_data.in49 never once always
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns.tcl337 constructor {{once 0}} {
338 set singleshot $once
H A Dnns_auto.tcl191 constructor {once search} {
192 set mysingleshot $once
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Ddebcontrol.vim8 " Do these settings once per buffer
/macosx-10.10.1/vim-55/runtime/indent/
H A Dbst.vim19 " Only define the function once.
H A Dcmake.vim22 " Only define the function once.
H A Dcucumber.vim15 " Only define the function once.
H A Deruby.vim38 " Only define the function once.
H A Dhaml.vim17 " Only define the function once.
H A Dhamster.vim17 " Define the appropriate indent function but only once
H A Didlang.vim17 " Only define the function once.
H A Dishd.vim19 " Only define the function once.
H A Dliquid.vim32 " Only define the function once.
H A Dlogtalk.vim19 " Only define the function once.
H A Dlua.vim21 " Only define the function once.
H A Dmatlab.vim18 " Only define the function once.
H A Dobjc.vim22 " Only define the function once.

Completed in 184 milliseconds

1234567891011>>