Lines Matching refs:in_parser_context
444 if (!in_parser_context(NVRAM)) {
1626 $1 == "group" && in_parser_context(NVRAM) {
1632 in_parser_context(SymbolContext) \
1638 $1 == "fmt" && in_parser_context(Var) {
1644 $1 == "all1" && in_parser_context(Var) {
1650 ($1 == "desc" || $1 == "help") && in_parser_context(Var) {
1656 $1 == "srom" && in_parser_context(NVRAM) {
1662 $1 == "srom" && in_parser_context(SromLayout) {
1668 (in_parser_context(SromLayout) || in_parser_context(SromLayoutFilter)) \
1675 $1 ~ "("REL_OFF_REGEX"|"OFF_REGEX")[:,|]?" && in_parser_context(SromEntry) {
1685 /}/ && !in_parser_context(NVRAM) {
1686 while (!in_parser_context(NVRAM) && $0 ~ "}") {
1693 /}/ && in_parser_context(NVRAM) {
1698 $1 && in_parser_context(SymbolContext) {
3716 function in_parser_context(class, _ctx) { function