Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmap/
H A Didmap.c211 cmd_pos_t *pos[1];
236 static int do_show_mapping(flag_t *f, int argc, char **argv, cmd_pos_t *pos);
237 static int do_dump(flag_t *f, int argc, char **argv, cmd_pos_t *pos);
238 static int do_import(flag_t *f, int argc, char **argv, cmd_pos_t *pos);
240 cmd_pos_t *pos);
242 cmd_pos_t *pos);
244 cmd_pos_t *pos);
245 static int do_flush(flag_t *f, int argc, char **argv, cmd_pos_t *pos);
246 static int do_exit(flag_t *f, int argc, char **argv, cmd_pos_t *pos);
247 static int do_export(flag_t *f, int argc, char **argv, cmd_pos_t *pos);
[all …]
H A Didmap_engine.h54 } cmd_pos_t; typedef
63 cmd_pos_t *pos); /* handle */
H A Didmap_engine.c115 run_command(int argc, char **argv, cmd_pos_t *pos) in run_command()
433 cmd_pos_t pos; in source_interp()