Searched refs:EXEC (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dmakellvm7 set EXEC = opt
55 set EXEC = $argv[1]
58 echo "DEBUG: EXEC = $EXEC"
130 set CMD = "make $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && make $GMAKE_OPTS)"
/macosx-10.10/sudo-73/src/
H A Dgram.h16 #define EXEC 272 macro
H A Dtoke.l388 EXEC[[:blank:]]*: {
389 LEXTRACE("EXEC ");
390 LEXRETURN(EXEC);
H A Dgram.y147 %token <tok> EXEC /* don't preload dummy execve() */
446 | cmndtag EXEC {
H A Dgram.c160 #define EXEC 272 macro
509 "PASSWD","NOEXEC","EXEC","SETENV","NOSETENV","LOG_INPUT","NOLOG_INPUT",
573 "cmndtag : cmndtag EXEC",
H A Dtoke.c2095 LEXTRACE("EXEC ");
2096 LEXRETURN(EXEC); variable
/macosx-10.10/shell_cmds-179/apply/
H A Dapply.c58 #define EXEC "exec " macro
134 cmdsize = sizeof(EXEC) - 1 + strlen(argv[0])
145 offset = snprintf(cmd, cmdsize, EXEC "%s", argv[0]);
165 offset = snprintf(cmd, cmdsize, EXEC "%s", argv[0]);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsparclynx.c124 #define SET_ARCH_MACH(ABFD, EXEC) \
125 NAME(lynx,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
H A Daout-cris.c99 #define SET_ARCH_MACH(BFD, EXEC) \
100 MY_set_arch_mach (BFD, DEFAULT_ARCH, N_MACHTYPE (EXEC))
H A Dmipsbsd.c48 #define SET_ARCH_MACH(ABFD, EXEC) \
49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
H A Daoutf1.h159 #define SET_ARCH_MACH(ABFD, EXEC) \
160 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
/macosx-10.10/vim-55/runtime/syntax/
H A Dvsejcl.vim16 syn keyword vsejclKeyword DLBL EXEC JOB ASSGN EOJ
H A Desqlc.vim23 syntax keyword esqlcPreProc EXEC SQL INCLUDE
H A Dcobol.vim122 syn keyword cobolEXECs EXEC END-EXEC
H A Dabap.vim45 syn keyword abapStatement EDITOR-CALL ELSE ELSEIF END-OF-DEFINITION END-OF-PAGE END-OF-SELECTION ENDAT ENDCASE ENDDO ENDEXEC ENDFORM ENDFUNCTION ENDIF ENDIFEND ENDLOOP ENDMODULE ENDON ENDPROVIDE ENDSELECT ENDWHILE EXEC EXPORT EXPORTING EXTRACT
H A Dfgl.vim43 syn keyword fglKeyword EXEC EXECUTE EXISTS EXIT EXP EXPLAIN EXPRESSION EXTEND EXTENT
H A Dfreebasic.vim99 syn keyword freebasicShell CHDIR DIR COMMAND ENVIRON EXEC EXEPATH KILL NAME MKDIR RMDIR RUN
H A Ddircolors.vim21 \ DOOR EXEC
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dmktest.sh67 [+EXEC [ \aarg\a ... ]]?Run the command under test with
69 the standard input of the previous EXEC is used. The standard
70 input of the first EXEC in a TEST group is an empty regular
385 IO=${IO//$command\[*([0-9])\]:\ .\[*([0-9])\]:\ @(EXEC|PROG)\[*([0-9])\]:\ /}
466 function EXEC function
468 RUN EXEC "$@"
H A Dregress.sh95 [+EXEC \b[ \aarg\a ... ]]?Runs the command under test with
625 function EXEC # arg ... function
644 EXEC "$@"
1330 typeset ARGS COMMAND COPY DIAGNOSTICS ERROR EXEC FLUSHED=0 GROUP=INIT
1447 alias EXEC='LINE=$LINENO; EXEC'
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim8633 function! EXEC(cmd) function
8673 call EXEC('echo novar') " normal error
8702 call EXEC(cmd . ' novar #') " normal plus syntax error
8749 call EXEC(cmd . ' {novar}') " normal plus syntax error
8790 delfunction EXEC

Completed in 481 milliseconds