Lines Matching refs:Month
139 /^ *month *= */ { do_month(); next }
174 Month = ""
234 Month = ($0 ~ /[=] *"/) ? get_value($0) : get_abbrev($0)
235 gsub(/[\"]/,"",Month)
236 gsub(/ *# *\\slash *# */," / ",Month)
237 gsub(/ *# *-+ *# */," / ",Month)
238 n = split(Month,parts," */ *")
239 Month = ""
241 Month = Month ((k > 1) ? " / " : "") \
665 label = Volume "(" Number "):" Month ":" Year
970 return ("Volume " wrap(Volume) ", Number " wrap(Number) ", " wrap(Month) ", " wrap(Year))