Lines Matching refs:subsystem
64 if (state == "expecting-subsystem") {
65 print "must declare a subsystem before declaring a call " \
104 subsystem = ""
105 state = "expecting-subsystem"
110 # Subsystem declaration. We use this to generate header file guards,
113 state == "expecting-subsystem" && \
114 /^subsystem[ \t]+[a-zA-Z]+[a-zA-Z0-9\-]*[ \t]*;[ \t]*$/ {
115 subsystem = $2
118 gsub(";$", "", subsystem)
120 subsystem_ub = subsystem
126 call_name_prefix = subsystem "-"