Home
last modified time | relevance | path

Searched refs:CVAR (Results 101 – 125 of 354) sorted by relevance

12345678910>>...15

/dports/devel/9base/9base-6/awk/
H A Dawkgram.y368 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
369 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
424 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
430 | VAR { arglist = $$ = celltonode($1,CVAR); }
433 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
437 VAR { $$ = celltonode($1, CVAR); }
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Dawkgram.y365 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
366 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
422 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
428 | VAR { arglist = $$ = celltonode($1,CVAR); }
431 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
435 VAR { $$ = celltonode($1, CVAR); }
/dports/sysutils/heirloom/heirloom-070715/nawk/
H A Dawk.g.y359 | CALL '(' ')' { $$ = op2(CALL, valtonode($1,CVAR), NIL); }
360 | CALL '(' patlist ')' { $$ = op2(CALL, valtonode($1,CVAR), $3); }
416 | IVAR { $$ = op1(INDIRECT, valtonode($1, CVAR)); }
422 | VAR { arglist = $$ = valtonode($1,CVAR); }
423 | varlist comma VAR { arglist = $$ = linkum($1,valtonode($3,CVAR)); }
427 VAR { $$ = valtonode($1, CVAR); }
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/awk/
H A Dawkgram.y368 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
369 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
424 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
430 | VAR { arglist = $$ = celltonode($1,CVAR); }
433 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
437 VAR { $$ = celltonode($1, CVAR); }
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Dawkgram.y365 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
366 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
422 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
428 | VAR { arglist = $$ = celltonode($1,CVAR); }
431 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
435 VAR { $$ = celltonode($1, CVAR); }
/dports/games/zdoom/zdoom-2.8.1/src/timidity/
H A Dtimidity.cpp35 CVAR(String, midi_config, CONFIG_FILE, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
36 CVAR(Int, midi_voices, 32, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
37 CVAR(String, gus_patchdir, "", CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
38 CVAR(Bool, midi_dmxgus, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
39 CVAR(Int, gus_memsize, 0, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm10/llvm-10.0.1.src/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm11/llvm-11.0.1.src/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm90/llvm-9.0.1.src/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm80/llvm-8.0.1.src/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/devel/llvm70/llvm-7.0.1.src/test/Bitcode/
H A DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/dports/net/gnu-radius/radius-1.6.1/am/
H A Dcommon.m410 dnl $1 -- CVAR -- cache variable to check
13 dnl $2 -- TRUE -- what to do if the CVAR is not `no'
/dports/games/zdoom/zdoom-2.8.1/src/r_data/
H A Drenderstyle.cpp40 CVAR (Bool, r_drawtrans, true, 0)
41 CVAR (Int, r_drawfuzz, 1, CVAR_ARCHIVE)
/dports/net/mpich/mpich-3.4.3/
H A DREADME.envvar56 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
97 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
144 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
203 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
235 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
267 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
297 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
397 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
417 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
456 Description: This CVAR is only used when MPIR_CVAR_DEVICE_COLLECTIVES
[all …]
/dports/lang/cim/cim-3.37/src/
H A Dgenpar.c191 if (rex->rd->categ == CVAR || rex->rd->categ == CNAME )
194 (rex->left->rd->categ == CVAR || rex->left->rd->categ == CNAME))
411 else if (rex->rd->categ == CVAR)
415 if (rex->left->rd->categ == CVAR)
552 else if (rex->left->rd->categ == CVAR)
736 case CVAR:
869 case CVAR:
960 case CVAR:
1219 if (rex->rd->categ == CVAR)
1291 else if (rex->rd->categ == CVAR || rex->rd->categ == CNAME)

12345678910>>...15