Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c166 if ((com[i].tablecmd_tblh == 0) || in undo_commands()
169 (void) ptree_delete_prop(com[i].tablecmd_tblh); in undo_commands()
170 (void) ptree_destroy_prop(com[i].tablecmd_tblh); in undo_commands()
975 command->tablecmd_tblh = 0; in parse_table()
1002 command->tablecmd_tblh = tblh; in process_table()
1018 command->tablecmd_tblh = tblh; in process_table()
1067 cmds->commands[cmds->current_tbl].tablecmd_tblh, in process_endrow()
H A Dpicld_pluginutil_impl.h148 #define tablecmd_tblh u.table.tblh macro