OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_commands
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcc.cc
3269
int
n_commands
; /* # of command. */
3292
for (
n_commands
= 1, i = 0; argbuf.iterate (i, &arg); i++)
3294
n_commands
++;
3297
commands = XALLOCAVEC (struct command,
n_commands
);
3315
for (
n_commands
= 1, i = 0; argbuf.iterate (i, &arg); i++)
3322
commands[
n_commands
].prog = argbuf[i + 1];
3323
commands[
n_commands
].argv
3325
string = find_a_program(commands[
n_commands
].prog);
3327
commands[
n_commands
].argv[0] = string;
3328
n_commands
++
3252
int
n_commands
; \/* # of command. *\/
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcc.cc
3264
int
n_commands
; /* # of command. */
3287
for (
n_commands
= 1, i = 0; argbuf.iterate (i, &arg); i++)
3289
n_commands
++;
3292
commands = XALLOCAVEC (struct command,
n_commands
);
3310
for (
n_commands
= 1, i = 0; argbuf.iterate (i, &arg); i++)
3317
commands[
n_commands
].prog = argbuf[i + 1];
3318
commands[
n_commands
].argv
3320
string = find_a_program(commands[
n_commands
].prog);
3322
commands[
n_commands
].argv[0] = string;
3323
n_commands
++
3247
int
n_commands
; \/* # of command. *\/
local
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026