Searched refs:PARAM (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dspecmiss13 if (/^%(PARAM)\s+(\S+)/) {
19 if (/^%(PARAM)\s+(\S+)/) {
H A Dpostconf2html63 elsif ($block =~ /^%PARAM/) {
H A Dxpostdef84 if (/^%PARAM/) {
91 print "%PARAM $name $defval\n";
120 print "%PARAM $name $defval\n$text";
H A Dxpostconf20 # %PARAM param-name mode
40 if ($category eq "PARAM") {
51 die "Unknown category: $category. Need PARAM or CLASS.\n";
64 if (/^%(PARAM|CLASS)/) {
108 } elsif ($category eq "PARAM") {
112 die "Unknown category: $category. Need CLASS or PARAM\n";
H A Dfixman39 if ($category eq "PARAM") {
53 die "Unknown category: $category. Need PARAM or CLASS.\n";
131 if (/^%(PARAM|CLASS)/) {
195 if (/(\/\*|#) +CONFIGURATION +PARAM/) {
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dcacheout.pl46 if (open(PARAM,'/usr/include/sys/param.h')) {
48 while (<PARAM>) {
51 close PARAM;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTX.h111 PARAM = 4, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::AddressSpace
H A DNVPTXutil.cpp28 if (MI->getOperand(2).getImm() != NVPTX::PTXLdStInstCode::PARAM)
H A DNVPTXISelDAGToDAG.cpp130 case llvm::ADDRESS_SPACE_PARAM: return NVPTX::PTXLdStInstCode::PARAM;
H A DNVPTXAsmPrinter.cpp564 if (strstr(symbname, ".PARAM") == symbname) {
627 case NVPTX::PTXLdStInstCode::PARAM: O << ".param"; break;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_rdengine_c.tcl8 ## Implementation of the PackRat Machine (PARAM), a virtual machine on
47 /* Global PARAM management, per interp
88 /* Release the whole PARAM. */
94 ## Main command, PARAM creation.
H A Dpt_peg_to_cparam.tcl3 # Conversion of PEG to C PARAM, customizable text blocks.
13 # expression grammar and produces text in PARAM assembler, i.e.
14 # readable machine code for the PARAM virtual machine.
16 ## NOTE: Should have cheat sheet of PARAM instructions (which parts of
240 @format@ C/PARAM \
H A Dpt_peg_to_tclparam.tcl3 # Conversion of PEG to Tcl/C PARAM, customizable text blocks.
13 # expression grammar and produces text in PARAM assembler, i.e.
14 # readable machine code for the PARAM virtual machine.
16 ## NOTE: Should have cheat sheet of PARAM instructions (which parts of
206 @format@ Tcl/PARAM \
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dhstmt.h81 typedef struct PARAM struct
/macosx-10.10.1/ruby-106/ruby/lib/cgi/
H A Dhtml.rb864 for element in %w[ IMG BASE BASEFONT BR AREA LINK PARAM HR INPUT
915 for element in %w[ IMG BASE BR AREA LINK PARAM HR INPUT COL META ]
966 for element in %w[ IMG BASE BASEFONT BR AREA LINK PARAM HR INPUT
1055 for element in %w[ IMG BASE BR AREA LINK PARAM HR INPUT COL META
/macosx-10.10.1/ruby-106/ruby/
H A Diseq.c1937 #define PARAM(i, type) ( \ macro
1954 rb_ary_push(args, PARAM(i, req));
1967 rb_ary_push(args, PARAM(iseq->arg_rest, rest));
1979 rb_ary_push(args, PARAM(i, req));
1993 rb_ary_push(args, PARAM(iseq->arg_keyword, keyrest));
1998 rb_ary_push(args, PARAM(iseq->arg_block, block));
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcsp.vim135 syn keyword cspRttPragmaSdlArg PARAM SKIP OPTIONAL CHOICE ARRAY nextgroup=cspRttPragmaSdlName contained
H A Dnastran.vim156 syn keyword nastranUtilCard ECHOON ECHOOFF INCLUDE PARAM

Completed in 172 milliseconds