Searched refs:RUN (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/ntp/scripts/build/
H A Dmkver.in23 RUN="`cat .version`"
24 RUN="`expr $RUN + 1`"
25 echo $RUN > .version
27 ConfStr="$ConfStr (${RUN})"
/freebsd-9.3-release/usr.sbin/ntp/scripts/
H A Dmkver29 RUN="`cat .version`"
30 RUN="`expr $RUN + 1`"
31 echo $RUN > .version
33 ConfStr="$ConfStr (${RUN})"
/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dcheck_performance41 RUN=true
51 RUN=false
65 RUN=false
77 if $RUN; then
/freebsd-9.3-release/usr.bin/systat/
H A Dvmstat.c127 static enum state { BOOT, TIME, RUN } state = TIME; enumerator in enum:state
535 case RUN:
582 state = RUN;
596 if (state == RUN) {
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh.h356 #define RUN(what,arg,gen) ((temparg.what = (arg)), run(&temparg,(gen))) macro
H A Dsh1.c509 RUN(aword, trapstr, nlchar);
H A Dsh3.c842 return(RUN(awordlist, t->words+1, wdchar));

Completed in 108 milliseconds