Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmain.c134 char *rdb_commands = NULL; in main() local
149 rdb_commands = optarg; in main()
284 if (rdb_commands) { in main()
285 if ((yyin = fopen(rdb_commands, "r")) == NULL) { in main()
287 rdb_commands); in main()