Home
last modified time | relevance | path

Searched refs:CPRINT (Results 1 – 25 of 25) sorted by relevance

/dports/misc/libemos/libemos-4.5.9-Source/bufrdc_wmo/
H A Dbuivar.F66 CHARACTER*256 CROOT, HDEFAULT,CPRINT
185 CPRINT=' '
187 CALL GETENV('PRINT_TABLE_NAMES',CPRINT)
188 ILN=INDEX(CPRINT,' ')
192 IF(CPRINT(1:ILN-1).EQ.'FALSE'.OR.
193 1 CPRINT(1:ILN-1).EQ.'false') OPRINT=.FALSE.
H A Dbuevar.F68 CHARACTER*256 CROOT, HDEFAULT,CPRINT local
207 CPRINT=' '
209 CALL GETENV('PRINT_TABLE_NAMES',CPRINT)
210 ILN=INDEX(CPRINT,' ')
214 IF(CPRINT(1:ILN-1).EQ.'FALSE'.OR.
215 1 CPRINT(1:ILN-1).EQ.'false') OPRINT=.FALSE.
/dports/www/cgichk/cgichk/
H A Dcgichk.c58 CPRINT(" \r"); in check_dir_only()
59 CPRINT(" Looking for /%s\r", r->v[count]); in check_dir_only()
63 CPRINT(" \r"); in check_dir_only()
77 CPRINT(" \r"); in check_hole()
78 CPRINT(" Looking for %s\r", hole); in check_hole()
82 CPRINT(" \r"); in check_hole()
132 CPRINT(" Looking for /%s \r", r->v[y]); in check_interest()
144 CPRINT(" \r"); in check_interest()
145 CPRINT(" Looking for /%s \r", temp); in check_interest()
H A Dcgichk.h134 void CPRINT(char *arg, ...);
H A Dmisc.c35 void CPRINT(char *arg, ...) in CPRINT() function
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwDebug.h150 #undef CPRINT
151 #define CPRINT(C) \ macro
193 #undef CPRINT
194 #define CPRINT(C) macro
H A DhwInteractor.h344 #define CPRINT(C) fprintf (stderr, "%12f %12f %12f", C.r, C.g, C.b) ; macro
358 #define CPRINT(C) 0 macro
/dports/lang/yap/yap-6.2.2/library/regex/
H A Dcclass.h42 CLOWER, CPRINT, CPUNCT, CSPACE, CUPPER, CXDIGIT} citype; enumerator
56 {"print", CPRINT},
H A Dregcomp.c961 case CPRINT:
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/stdlib/
H A Dcclass.h43 CLOWER, CPRINT, CPUNCT, CSPACE, CUPPER, CXDIGIT} citype; enumerator
57 {"print", CPRINT},
H A Dregcomp.c909 case CPRINT:
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/stdlib/
H A Dcclass.h43 CLOWER, CPRINT, CPUNCT, CSPACE, CUPPER, CXDIGIT} citype; enumerator
57 {"print", CPRINT},
H A Dregcomp.c909 case CPRINT:
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/posix/
H A Dcclass.h43 CLOWER, CPRINT, CPUNCT, CSPACE, CUPPER, CXDIGIT} citype; enumerator
57 {"print", CPRINT},
H A Dregcomp.c906 case CPRINT:
/dports/games/xkoules/koules1.4/
H A Dnet.h20 #define CPRINT 0 macro
/dports/sysutils/mcelog/mcelog-178/
H A Dmcelog.c557 #define CPRINT(str, field) \ in dump_mce_raw_ascii() macro
560 CPRINT("TIME %llu", time); in dump_mce_raw_ascii()
561 CPRINT("SOCKETID %u", socketid); in dump_mce_raw_ascii()
562 CPRINT("APICID %u", apicid); in dump_mce_raw_ascii()
563 CPRINT("MCGCAP %#llx", mcgcap); in dump_mce_raw_ascii()
564 #undef CPRINT in dump_mce_raw_ascii()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/
H A DhwPortOGL.c840 CPRINT(c); in _dxf_SET_BACKGROUND_COLOR()
1345 CPRINT(color) ; in _dxf_DEFINE_LIGHT()
1382 CPRINT(color) ; in _dxf_DEFINE_LIGHT()
1411 CPRINT(color) ; in _dxf_DEFINE_LIGHT()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dtak.vim38 syn keyword takOptions AUTODAMP CPRINT CSGDUMP GPRINT HPRINT LODTMP
H A Dsinda.vim57 syn keyword sindaSubRoutine CPRINT CRASH CRVINT CRYTRN CSIFLX
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dtak.vim38 syn keyword takOptions AUTODAMP CPRINT CSGDUMP GPRINT HPRINT LODTMP
H A Dsinda.vim57 syn keyword sindaSubRoutine CPRINT CRASH CRVINT CRYTRN CSIFLX
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwPortXGL.c1951 DPRINT("\ncolor\n") ; CPRINT(color) ; in _dxf_DEFINE_LIGHT()
1981 DPRINT("\ncolor\n") ; CPRINT(color) ; in _dxf_DEFINE_LIGHT()
1998 DPRINT("\ncolor\n") ; CPRINT(color) ; in _dxf_DEFINE_LIGHT()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwPortSB.c1132 CPRINT(color) ; in _dxf_DEFINE_LIGHT()
1178 CPRINT(color) ; in _dxf_DEFINE_LIGHT()
/dports/security/gnutls/gnutls-3.6.16/src/
H A Dcerttool.c1355 cinfo.cprint = HAVE_OPT(CPRINT); in cmd_parser()