Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.h92 TOK_VERSION, enumerator
H A Drpc_parse.c302 scan(TOK_VERSION, &tok); in def_program()
380 scan2(TOK_VERSION, TOK_RBRACE, &tok); in def_program()
381 } while (tok.kind == TOK_VERSION); in def_program()
H A Drpc_util.c355 {TOK_VERSION, "version"},
H A Drpc_scan.c409 {TOK_VERSION, "version"},
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c88 #define TOK_VERSION 6 macro
1147 case TOK_VERSION: in parse_and_tokenize_line()
1276 if (command.type == TOK_VERSION) in check_line_syntax()