Lines Matching refs:_cmdline
34 static struct cmdline_context *_cmdline;
48 while (i < _cmdline->num_commands)
49 if (!strncmp(text, _cmdline->commands[i++].name, len))
50 return strdup(_cmdline->commands[i - 1].name);
76 for (j = 0; j < _cmdline->num_commands; j++) {
80 p = _cmdline->commands[j].name;
86 com = _cmdline->commands + j;
100 if (!(c = (_cmdline->the_args +
116 l = (_cmdline->the_args +
196 _cmdline = cmdline;
198 _cmdline->interactive = 1;