Home
last modified time | relevance | path

Searched refs:TOK_VERSION (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsksiteconfig_parse.h58 TOK_VERSION = 274, enumerator
83 #define TOK_VERSION 274 macro
H A Dsksiteconfig_parse.y127 %token TOK_SENSOR TOK_SENSORS TOK_TYPE TOK_VERSION
219 | TOK_VERSION error TOK_NL { do_err_ctx("group", "version"); }
234 | TOK_VERSION error TOK_NL { do_err_ctx("class", "version"); }
277 TOK_VERSION int TOK_NL { if (do_version($2)) { YYABORT; } }
278 | TOK_VERSION error TOK_NL { do_err_args("version"); }
H A Dsksiteconfig_lex.l135 <INITIAL>version { BEGIN(ST_ARGS); return TOK_VERSION; }
H A Dsksiteconfig_parse.c85 TOK_VERSION = 274, enumerator
110 #define TOK_VERSION 274 macro
H A Dsksiteconfig_lex.c996 { BEGIN(ST_ARGS); return TOK_VERSION; }
/dports/devel/gengetopt/gengetopt-2.23/src/
H A Dparser.h53 TOK_VERSION = 259, enumerator
92 #define TOK_VERSION 259 macro
H A Dparser.yy161 %token TOK_VERSION "version"
257 : TOK_VERSION TOK_STRING
H A Dscanner.ll84 <INITIAL>version updateTokenInfo (-1); return TOK_VERSION;
H A Dparser.cc236 TOK_VERSION = 259, enumerator
275 #define TOK_VERSION 259 macro
H A Dscanner.cc1033 updateTokenInfo (-1); return TOK_VERSION;
/dports/textproc/kmflcomp/kmflcomp-0.9.9/src/
H A Dyacc.h89 TOK_VERSION = 305, enumerator
141 #define TOK_VERSION 305 macro
H A Dyacc.y97 %token <simple> TOK_VERSION
138 | TOK_VERSION T_BYTES TOK_NL
142 | TOK_VERSION T_STRING TOK_NL
H A Dyacc.c116 TOK_VERSION = 305, enumerator
168 #define TOK_VERSION 305 macro
H A Dlex.l66 VERSION {BEGIN(KBDVER);return TOK_VERSION;}
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/rpcgen/
H A Drpc_scan.h84 TOK_VERSION, enumerator
H A Drpc_parse.c165 scan(TOK_VERSION, &tok); in def_program()
241 scan2(TOK_VERSION, TOK_RBRACE, &tok); in def_program()
242 } while (tok.kind == TOK_VERSION); in def_program()
H A Drpc_util.c369 {TOK_VERSION, "version"},
H A Drpc_scan.c402 {TOK_VERSION, "version"},
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dmsg.h92 #define TOK_VERSION "V" macro
93 #define CMD_VERSION MSG_VERSION, TOK_VERSION
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dtoken.h260 TOK_VERSION, enumerator
H A Dscanner.c293 { ".VERSION", TOK_VERSION },
/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Dexpression.c223 #define TOK_VERSION 21 macro
252 { "V", TOK_VERSION},
432 qtok = TOK_VERSION; in rdToken()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dmsg.h46 #define TOK_VERSION "+" /* 43 */ macro
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dpacket.c224 add_CommandX(MSG_VERSION, TOK_VERSION, m_version, MAXPARA, M_UNREGISTERED|M_USER|M_SERVER); in init_CommandHash()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dparse.c433 TOK_VERSION,

12