Searched refs:num_commands (Results 1 – 3 of 3) sorted by relevance
42 static int num_commands = 0; variable65 while (--num_commands >= 0) { in cleanup()66 free(commands[num_commands].arg); in cleanup()157 if ((c = realloc(commands, sizeof(*c) * (num_commands + 1))) == NULL) { in set_mode()163 commands[num_commands].mode = new_mode; in set_mode()164 commands[num_commands].arg = NULL; in set_mode()165 num_commands++; in set_mode()172 commands[num_commands - 1].arg = s; in set_mode()296 if ((build || reload) && num_commands) { in parse_command_line()302 if (num_commands == 0 && reload == 0 && build == 0) { in parse_command_line()[all …]
78 VGint num_commands; member97 if (itr->position >= itr->num_commands) in stroke_fw_itr_coords()124 if (itr->position >= itr->num_commands) in stroke_bw_itr_coords()157 if (it->position == it->num_commands -1) in stroke_bw_current_command()166 return itr->position < (itr->num_commands - 1); in stroke_fw_has_next()201 itr->num_commands = cmds->num_elements; in stroke_itr_common_init()227 itr->position = itr->num_commands - 1; in stroke_backward_iterator()294 || itr->position < (itr->num_commands - 1); in stroke_flat_has_next()307 if (itr->curve_index <= -1 && itr->position >= itr->num_commands) in stroke_flat_itr_coords()
2252 uint32_t num_commands = m_commands.GetSize(); in GetDescription() local2253 for (uint32_t i = 0; i < num_commands; i++) in GetDescription()