Home
last modified time | relevance | path

Searched refs:c_command (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/build/toolchain/mac/
DBUILD.gn6 c_command = "clang"
14 …command = "$c_command -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{…
32 …command = "$c_command -MMD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} -c {{source}} -o…
42 …command = "$c_command -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_objc}} -c…
/external/mksh/src/
Dfuncs.c113 {T_command, c_command},
628 c_command(const char **wp) in c_command() function
Dexec.c562 } else if (tp->val.f == c_command) { in comexec()
Dsh.h2466 int c_command(const char **);