Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c716 cmds->commands[cmds->current_row].rowcmd_nproph == 0) in process_prop()
903 cmds->commands[cmds->current_row].rowcmd_nproph == 0) in process_refprop()
1056 curr_row = &cmds->commands[cmds->current_row]; in process_endrow()
1186 cmds->commands[cmds->current_row].rowcmd_nproph++; in parse_and_tokenize_line()
1203 cmds->commands[cmds->current_row].rowcmd_nproph++; in parse_and_tokenize_line()
1243 if (cmds->commands[cmds->current_row].rowcmd_nproph <= 0) in parse_and_tokenize_line()
1297 cmds->current_row = cmds->count; in check_line_syntax()
1300 cmds->current_row = 0; in check_line_syntax()
1532 cmds->commands[cmds->current_row] in process_commands()
1551 cmds->current_row = index; in process_commands()
[all …]
H A Dpicld_pluginutil_impl.h126 int current_row; member