Searched refs:blank (Results 551 - 575 of 667) sorted by relevance

<<21222324252627

/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDTypes.h455 UInt8 blank:1; member in struct:CDTrackInfo
468 UInt8 blank:1; member in struct:CDTrackInfo
/macosx-10.10/IODVDStorageFamily-35/
H A DIODVDTypes.h414 UInt8 blank:1; member in struct:DVDRZoneInfo
427 UInt8 blank:1; member in struct:DVDRZoneInfo
H A DIODVDBlockStorageDriver.cpp103 if (rzoneInfo.blank) { /* is rzone invisible? */
/macosx-10.10/vim-55/runtime/indent/
H A Dconfig.vim41 " Find a non-blank line above the current line.
H A Ddylan.vim30 "Find the previous non-blank line
H A Dmma.vim39 " Find a non-blank line above the current line.
H A Dsdl.vim25 " Find a non-blank line above the current line.
H A Dsqlanywhere.vim244 " Get previous non-blank line
258 " But only if the next line is blank. This would be true if
268 " " echom 'previous non blank - break: ' . prevline
330 " This is a new blank line since we just typed a carriage return
H A Dvim.vim21 " Find a non-blank line above the current line.
H A Deiffel.vim45 " Find a non-blank line above the current line.
H A Dperl6.vim86 " Find a non-blank line above the current line.
/macosx-10.10/screen-22/screen/
H A Dresize.c50 extern unsigned char *blank, *null;
546 blank = (unsigned char *)xrealloc((char *)blank, maxwidth);
559 if (!(blank && null && mline_old.image && mline_old.attr IFFONT(&& mline_old.font) IFCOLOR(&& mline_old.color) IFCOLORX(&& mline_old.colorx)))
562 MakeBlankLine(blank, maxwidth);
565 mline_blank.image = blank;
815 l = p->w_x; /* cursor is non blank */
H A Dmisc.c42 extern unsigned char *null, *blank;
323 bcopy((char *)blank, p, n);
/macosx-10.10/nano-12/src/
H A Dglobal.c458 #define IFSCHELP(help, blank, nextvar) help, blank, nextvar
460 #define IFSCHELP(help, blank, nextvar) nextvar
1280 #define IFTHELP(help, blank, nextvar) help, blank, nextvar
1282 #define IFTHELP(help, blank, nextvar) nextvar
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSection.css65 .section .header .title.blank-title {
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dbuild_libcurl_pc.com102 $! blank lines
H A Dbuild_curl-config_script.com99 $! blank lines
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dgamegrid.el54 (defvar gamegrid-blank 0)
80 (make-variable-buffer-local 'gamegrid-blank)
366 (defun gamegrid-init-buffer (width height blank)
370 (make-string width blank)
/macosx-10.10/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h.blt26071 char uniname2ctype_pool_str19[sizeof("blank")];
26691 char uniname2ctype_pool_str3292[sizeof("blank")];
27101 "blank"
27343 "blank",
H A Dname2ctype.h26071 char uniname2ctype_pool_str19[sizeof("blank")];
26691 char uniname2ctype_pool_str3292[sizeof("blank")];
27101 "blank"
27343 "blank",
/macosx-10.10/swig-12/Source/
H A DMakefile.am141 indent -kr --honour-newlines --line-length160 --indent-level2 --braces-on-func-def-line --leave-optional-blank-lines $(SWIGTYPEDEFS) $(INDENTFILE) -o $(INDENTFILE).tmp;
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DColumnGrouper.pm48 A new blank ColumnnGrouper object.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDatafile.pm60 # ignore comments and blank lines
135 After the first line, blank lines will be ignored, along with comment
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dimage.rb197 def blank method in class:TkPhotoImage
198 tk_send_without_enc('blank')
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dobject.cpp267 int object::blank() function in class:object
273 int blank; member in struct:bounding_box
282 : blank(1)
288 if (blank) {
291 blank = 0;
950 if (!bb.blank) {

Completed in 515 milliseconds

<<21222324252627