Home
last modified time | relevance | path

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

12345678910>>...21

/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_reginabridge.c263 int *novalue ) in readRexx() argument
288 if ( novalue ) in readRexx()
289 *novalue = 0; in readRexx()
294 if ( novalue ) in readRexx()
295 *novalue = 1; in readRexx()
376 int *novalue ) in GCI_readRexx() argument
384 novalue ); in GCI_readRexx()
419 int *novalue ) in GCI_readNewRexx() argument
427 novalue ); in GCI_readNewRexx()
H A Dgci_execute.c66 int novalue; member
303 rdr->novalue = 0; in readString()
309 &rdr->novalue ); in readString()
310 if ( rdr->novalue && novalueBreakout ) in readString()
372 rdr->novalue = 0; in readValue()
378 &rdr->novalue ); in readValue()
379 if ( rdr->novalue && novalueBreakout ) in readValue()
468 if ( rdr->novalue ) in readTree()
483 if ( rdr->novalue ) in readTree()
494 rdr->novalue = 0; in readTree()
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DParameters.pm48 $n++ unless $$parameter{novalue}; }
55 next if $$parameter{novalue};
64 …return map { $p = $_; $v = $p && $p->read($gullet, $fordefn); ($$p{novalue} ? () : $v); } @$self; }
73 if (!$$parameter{novalue}) {
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dagraf.c33 bool nobreakp, novalue; in ft_agraf() local
61 novalue = cp_getvar("noasciiplotvalue", CP_BOOL, NULL, 0); in ft_agraf()
62 if (!novalue && !vec_eq(xscale, vecs)) in ft_agraf()
65 novalue = TRUE; in ft_agraf()
107 if (!novalue) in ft_agraf()
188 if (!novalue) in ft_agraf()
241 if (!novalue && (v == vecs)) in ft_agraf()
309 if (!novalue) { in ft_agraf()
334 if (!novalue) in ft_agraf()
/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Dagraf.c33 bool nobreakp, novalue; local
67 if (!cp_getvar(kw_noasciiplotvalue, VT_BOOL, (char *) &novalue) &&
72 novalue = true;
110 if (!novalue)
190 if (!novalue)
244 if (!novalue && (dl == dl0))
308 if (!novalue) {
333 if (!novalue)
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/functions/output/
H A Dfunction.makeyesno.php33 function makeyesno($name, $yesvalue, $novalue = '', $yesselected = '', $disabled = false) argument
50 . $lng['panel']['yes'] . '</option><option value="' . $novalue . '"'
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dtodo.txt.fold11 Call Mom @Phone +Family due:2010-01-02 nokey::novalue nokey:novalue: key:value
/dports/www/moodle311/moodle/admin/templates/
H A Dsetting_encryptedpassword.mustache35 {{#novalue}}data-novalue="y"{{/novalue}}>
/dports/lang/nim/nim-1.6.2/tests/misc/
H A Dtparseopt.nim138 var p = parseopt.initOptParser(args, shortnoVal = {'n'}, longnoVal = @["novalue"])
142 var r = parseopt.initOptParser(@["-v ABC"], shortnoVal = {'n'}, longnoVal = @["novalue"])
146 var s = parseopt.initOptParser("-v ABC", shortnoVal = {'v'}, longnoVal = @["novalue"])
150 var m = parseopt.initOptParser("-v ABC", shortnoVal = {'n'}, longnoVal = @["novalue"])
154 var n = parseopt.initOptParser("-j4 ok", shortnoVal = {'n'}, longnoVal = @["novalue"])
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result)
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/types/
H A Doperand.go21 novalue // operand represents no value (result of a function call w/o result) const
33 novalue: "no value",
122 case invalid, novalue, builtin, typexpr:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/types/
H A Doperand.go22 novalue // operand represents no value (result of a function call w/o result) const
34 novalue: "no value",
123 case invalid, novalue, builtin, typexpr:

12345678910>>...21