Searched defs:override (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/probe/
H A Dprobe.c49 " \b--override\b.) A probe information file (see \b--key\b) with"
77 " \bprobe.ini\b may completely override the \bprobe\b script by"
81 " for some processors or tools. See \b--override\b for details.]"
94 "[o:override?Make a writable copy of the probe information file in the"
97 " specified then the override path is listed but not created. When"
99 " the bin directory of the standard probe information the override"
100 " information will be used. Note that since the override file is user"
292 char* override; local
334 override = opt_info.arg;
586 if (!(v = strrchr(override, '/')))
[all...]
/ast/src/cmd/coshell/
H A Dservice.h66 int idle_override; /* restore idle override */ \
72 unsigned long override; /* override expiration */ \
93 #define SHELL_OVERRIDE (1<<3) /* override on open */
107 #define OVERRIDE (2*60) /* override reprieve */
309 int override; member in struct:__anon66
/ast/src/cmd/nmake/
H A Dmake.h246 #define MERGE_FORCE (1<<4) /* override attributes */
668 char* import; /* explicit env override vars */
803 unsigned char override; /* override explicit rules */ member in struct:State_s

Completed in 20 milliseconds