Home
last modified time | relevance | path

Searched refs:TOK_CONFIG (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dminikconf.py317 TOK_CONFIG = 10; TOKENS[TOK_CONFIG] = '"config"'; variable
542 if self.tok != TOK_SOURCE and self.tok != TOK_CONFIG and \
549 if self.tok == TOK_CONFIG:
565 elif self.tok == TOK_CONFIG:
627 return TOK_CONFIG
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DtextFileFormat.tab.h79 TOK_CONFIG = 272, enumerator
H A DtextFileFormat.ll98 "config" { (*yylval_param) = std::string(yytext, yyleng); return TOK_CONFIG; }
H A DtextFileFormat.yy1203 %token TOK_CONFIG
1254 | TOK_CONFIG
2222 | TOK_CONFIG {
H A DtextFileFormat.lex.cpp1246 { (*yylval_param) = std::string(yytext, yyleng); return TOK_CONFIG; }
H A DtextFileFormat.tab.cpp1293 TOK_CONFIG = 272, enumerator
/dports/net/cvsync/cvsync-0.24.19/cvscan/
H A Dconfig.c76 TOK_CONFIG, enumerator
107 { "config", 6, TOK_CONFIG },
253 case TOK_CONFIG: in config_parse()
/dports/net/cvsync/cvsync-0.24.19/cvsyncd/
H A Dconfig.c76 TOK_CONFIG, enumerator
107 { "config", 6, TOK_CONFIG },
253 case TOK_CONFIG: in config_parse()
/dports/net/cvsync/cvsync-0.24.19/cvsync/
H A Dconfig.c69 TOK_CONFIG, enumerator
95 { "config", 6, TOK_CONFIG },
234 case TOK_CONFIG: in config_parse_file()