Lines Matching refs:in_parser_context
445 if (!in_parser_context(NVRAM)) {
1627 $1 == "group" && in_parser_context(NVRAM) {
1633 in_parser_context(SymbolContext) \
1639 $1 == "fmt" && in_parser_context(Var) {
1645 $1 == "all1" && in_parser_context(Var) {
1651 ($1 == "desc" || $1 == "help") && in_parser_context(Var) {
1657 $1 == "srom" && in_parser_context(NVRAM) {
1663 $1 == "srom" && in_parser_context(SromLayout) {
1669 (in_parser_context(SromLayout) || in_parser_context(SromLayoutFilter)) \
1676 $1 ~ "("REL_OFF_REGEX"|"OFF_REGEX")[:,|]?" && in_parser_context(SromEntry) {
1686 /}/ && !in_parser_context(NVRAM) {
1687 while (!in_parser_context(NVRAM) && $0 ~ "}") {
1694 /}/ && in_parser_context(NVRAM) {
1699 $1 && in_parser_context(SymbolContext) {
3717 function in_parser_context(class, _ctx) { function