Lines Matching defs:format
2 * table ... :TABLE: [class=name] [format={lower,upper}]
8 * format=upper[lower] converts var names to upper[lower] case
18 local table=$(I) class format ignore map name novariables options list state $(~$(I)) $(>)
34 if format
35 format := F=%($(format))s
37 format := :$(format)
52 : $(.TABLE.SET. $(table) "$(class)" $(format) "$(state)" "$(map)" "$(ignore)" "$(list)")
67 local I J M N V (row name format assign map ignore list) $(%)
82 N := $("$(name)$(I)":/[^a-zA-Z_0-9]/_/G:$(format))
99 : $(.TABLE.SET. $(row).$(I) $(N)_ "$(format)" "$(assign)" "$(map)" "$(ignore)" "$(list)")