Searched refs:FILL (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/libiconv-42/libiconv/lib/
H A Djohab_hangul.h54 #define FILL 0xff macro
56 NONE, FILL, 0x01, 0x02, 0x04, 0x07, 0x08, 0x09,
62 NONE, NONE, FILL, 0x1f, 0x20, 0x21, 0x22, 0x23,
68 NONE, FILL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
131 if (jamo2 != NONE && jamo2 != FILL) {
140 if (jamo1 != NONE && jamo1 != FILL) {
244 /* They are not all three == FILL because that would correspond to
247 if (jamo1 != FILL)
249 if (jamo2 != FILL)
251 if (jamo3 != FILL)
261 #undef FILL macro
[all...]
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h112 #define FILL 368 macro
H A Dpic.y199 %token FILL
226 %left CHOP SOLID DASHED DOTTED UP DOWN FILL COLORED OUTLINED
917 | object_spec FILL
922 | object_spec FILL expr
H A Dlex.cpp471 { "fill", FILL },
472 { "filled", FILL },
H A Dpic.cpp184 #define FILL 368 macro
3211 "THICKNESS","FILL","COLORED","OUTLINED","SHADED","ALIGNED","SPRINTF","COMMAND",
3327 "object_spec : object_spec FILL",
3328 "object_spec : object_spec FILL expr",
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt19 * interpret 0 rows/cols to be FILL
/macosx-10.10/vim-55/runtime/syntax/
H A Dld.vim31 \ PROVIDE EXCLUDE_FILE SORT KEEP FILL
H A Dprescribe.vim22 syn keyword prescribeStatement FDIR FILL FLAT FLST FONT FPAT FRPO FSET FTMD
H A Dpic.vim83 syn keyword picDirective EXTERN FILL GLOBAL IDATA __IDLOCS IF IFDEF IFNDEF
H A Dforth.vim149 syn keyword forthMemBlks MOVE ERASE CMOVE CMOVE> FILL BLANK
/macosx-10.10/groff-38/groff/src/preproc/grn/
H A Dmain.cpp164 OUTLINE, FILL, BOTH enumerator in enum:E
586 polyfill = FILL;
H A Dhgraph.cpp41 OUTLINE, FILL, BOTH enumerator in enum:E
154 * on first pass (polyfill=FILL), do the interior using 'P'
169 if (polyfill == FILL || polyfill == BOTH) {
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c562 #define FILL(field,byte) do { \
577 FILL(header->header.mtime, '0');
578 FILL(header->header.mode, '0');
579 FILL(header->header.uid, '0');
580 FILL(header->header.gid, '0');
581 FILL(header->header.devmajor, 0);
582 FILL(header->header.devminor, 0);
559 #define FILL macro
/macosx-10.10/ruby-106/ruby/
H A Dsprintf.c99 #define FILL(c, l) do { \ macro
676 FILL(' ', width-1);
679 FILL(' ', width-1);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.c322 * The ZERO & FILL macros must handle spans < 2*sizeof(long) bytes.
328 # define FILL(n, cp) \ macro
347 # define FILL(n, cp) \ macro
440 FILL(n, cp);
453 #undef FILL macro
/macosx-10.10/dtrace-147/disassembler/
H A Ddis_tables.c211 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Ddis_tables.c213 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro

Completed in 199 milliseconds