Lines Matching full:commands_idx
136 unsigned int commands_idx, int two_colon,
464 unsigned int commands_idx = 0;
483 cmds_started, commands, commands_idx, two_colon, \
487 commands_idx = 0; \
552 if (commands_idx == 0)
555 if (linelen + 1 + commands_idx > commands_len)
557 commands_len = (linelen + 1 + commands_idx) * 2;
560 bcopy (line, &commands[commands_idx], linelen);
561 commands_idx += linelen;
562 commands[commands_idx++] = '\n';
1182 commands_idx = 0;
1197 commands_idx += len;
1198 commands[commands_idx++] = '\n';
1869 by COMMANDS and COMMANDS_IDX, coming from FILENAME:COMMANDS_STARTED.
1881 unsigned int commands_idx, int two_colon,
1897 if (commands_idx > 0)
1902 cmds->commands = savestring (commands, commands_idx);