Home | History | Annotate | Download | only in autosetup

Lines Matching defs:defs

1248 # Internal helper for proj-dump-defs-json. Expects to be passed a
1250 # proj-dump-defs-json. If it finds a pattern match for the given
1254 proc proj-defs-type_ {name spec} {
1266 # Internal helper for proj-defs-format_: returns a JSON-ish quoted
1276 # An internal impl detail of proj-dump-defs-json. Requires a data
1278 # the formatted value or the value $::proj__Config(defs-skip) if the caller
1281 set ::proj__Config(defs-skip) "-proj-defs-format_ sentinel"
1282 proc proj-defs-format_ {type value} {
1288 set value $::proj__Config(defs-skip)
1302 set v [proj-defs-format_ -auto $v]
1303 if {$::proj__Config(defs-skip) ne $v} {
1310 set value $::proj__Config(defs-skip)
1313 proj-fatal "Unknown type in proj-dump-defs-json: $type"
1320 # @proj-dump-defs-json outfile ...flags
1352 proc proj-dump-defs-json {file args} {
1357 set type [proj-defs-type_ $n $args]
1358 set value [proj-defs-format_ $type [get-define $n]]
1359 if {$::proj__Config(defs-skip) ne $value} {