Searched refs:in (Results 1 - 25 of 197) sorted by relevance

12345678

/ast/src/lib/libcoshell/
H A Dignore.sh30 do case $# in
33 case $1 in
34 *=*) case $RANDOM in
H A Dsilent.sh30 do case $# in
33 case $1 in
34 *=*) case $RANDOM in
/ast/src/cmd/std/
H A Dyes.sh26 case $(getopts '[-]' opt "--???man" 2>&1) in
50 do case $var in
55 case $KSH_VERSION in
/ast/src/cmd/INIT/
H A Dignore.sh23 case $-:$BASH_VERSION in
28 do case $# in
31 case $1 in
32 *=*) case $RANDOM in
H A Dsilent.sh23 case $-:$BASH_VERSION in
28 do case $# in
31 case $1 in
32 *=*) case $RANDOM in
H A Dmprobe.sh23 do case $1 in
H A Dexecrate.sh26 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
59 do case $OPT in
73 do case $1 in
82 case $# in
94 case $1 in
104 *) case $exec in
113 case $CMD in
115 *) for d in $bins
124 do case $1 in
130 case $exec in
[all...]
H A Diffe.sh26 # NOTE: .exe a.out suffix and [\\/] in path patterns for dos/nt
28 case $-:$BASH_VERSION in
33 version=2012-07-17 # update in USAGE too #
41 case $_compile_status in
49 case $_compile_status in
63 case $1 in
67 case $1 in
74 case $_is_hdr_status in
76 then case `grep '#.*error' $tmp.e` in
82 case $_is_hdr_status in
[all...]
H A Dcrossexec.sh26 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
34 [+DESCRIPTION?\bcrossexec\b runs a cross-compiled \acommand\a in an environment
38 is used to find an entry in \b$HOME/.crossexec\b that specifies
78 do case $OPT in
84 case $# in
107 case $code in
113 case $hosttype in
118 # fill in the defaults
120 case $usr in
124 case $dir in
[all...]
H A Dldd.cygwin.i3864 do case $f in
9 case $p in
13 case $p in
19 for w in $(sed -e 's/^[[:space:]]*//' -e '/^$/d' -e '/^Use /d')
H A Dmamprobe.sh24 case $-:$BASH_VERSION in
34 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
48 [+?\bmamprobe\b and \bmamake\b are used in the bootstrap phase of
80 do case $OPT in
87 do case $# in
90 case $1 in
111 case $1 in
116 case $2 in
120 case $# in
136 do case $# in
[all...]
/ast/src/lib/libast/comp/
H A Dmemmove.c36 register char* in = (char*)from;
40 else if (in + n <= out || out + n <= in)
42 else if (out < in)
43 do *out++ = *in++; while (--n > 0);
47 in += n;
48 do *--out = *--in; while(--n > 0);
/ast/src/cmd/nmake/
H A Dppcc.sh24 case $-:$BASH_VERSION in
47 do case $# in
50 case $1 in
52 case $1 in
53 -o) case $# in
61 *) case $RANDOM in
67 case $opt in
69 case $RANDOM in
74 *) case $opt in
75 *=*) case $RANDOM in
[all...]
/ast/src/lib/libpp/
H A Dgentab.sh35 case `(typeset -u s=a n=0; ((n=n+1)); print $s$n) 2>/dev/null` in
53 do case $1 in
60 case $1 in
68 do case $shell in
74 case $1 in
77 do case $1 in
94 case $1 in
97 case $define:$last in
98 1:?*) case $shell in
105 case $type in
[all...]
/ast/src/cmd/tw/
H A Dupdatedb.sh28 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
42 in \b/home\b. NOTE: this causes the home directories to be mounted
44 [d:directory|localpaths?Local directories to include in the database. If the
48 [k:keep?Directories to retain in the database; used to override
53 [r:netpaths?Network directories to include in the database. Currently
104 do case $OPT in
110 d|r) case $OPTARG in
114 for dir in $OPTARG
115 do case $dir in
125 k) case $OPTARG in
[all...]
/ast/src/cmd/mam/
H A Dmamexec.sh23 # NOTE: variables defined in this script may conflict with mamfile variables
27 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
86 do case $OPT in
98 do case $# in
101 case $1 in
104 *) case $_select_ in
112 case $_select_ in
116 case $_silent_ in
119 *) case $_exec_ in
124 case $_exec_ in
[all...]
/ast/src/lib/libcmd/
H A Drevlib.c33 * copy the lines starting at offset <start> from in <in> to <out>
34 * in reverse order
36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) argument
42 if(sfseek(in,(off_t)0,SEEK_CUR) < 0)
47 if(start>0 && sfmove(in, (Sfio_t*)0, start, -1) != start)
49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp))
51 in = tmp;
54 if((offset = sfseek(in,(off_
[all...]
/ast/src/lib/libcs/
H A Dgenshare.sh30 do case $# in
33 case $1 in
34 -[dr]) case $# in
39 case $1 in
56 case $1 in
63 case $s in
67 case $p in
72 for h in $t
73 do case $s in
80 s=`(echo "$t"; for h in
[all...]
/ast/src/cmd/ksh93/tests/
H A Dselect.sh42 select i in foo bar bam
43 do case $i in
53 select i in foo bar bam
54 do case $i in
/ast/src/cmd/sort/
H A Dtestsort.sh37 case $# in
45 # Other tests may be needed for files too big to fit in memory;
58 do case $dir in
61 case $NAWK in
65 else case $AWK in
72 case $SORT in
76 case $SUM in
87 case $ab in
90 *) for old in -o '-o 2' -s -xatt
92 case $ab in
[all...]
/ast/src/cmd/3d/
H A D3d.sh27 case $RANDOM in
31 case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in
47 directory tree on top of another. Files in the top level
48 (directory tree) obscure files in the lower level. Lower level files
49 have copy-on-write semantics to the top level. i.e., files in the lower
52 directories can be chained. All levels but the top in a chain are
57 in the current process.]
132 in those cases commands like \benv\b(1) that clear the enviroment
135 implementation system call names may differ from those listed in
138 [+?\b3d\b ignores calls not present in
[all...]
/ast/src/cmd/ksh93/features/
H A Dmath.sh42 case $_use_ast_standards in
46 case $_use_ieeefp in
58 do case $type in
61 case $_typ_long_double in
64 for a in $aka
65 do case $a in
71 case ",$libs" in
75 case $_typ_long_double in
82 do case $# in
85 case ",$nums" in
[all...]
/ast/src/cmd/3d/features/
H A Dsyscall.sh35 case $1 in
44 for i in $tmpsuf
55 case $shell in
86 for f in syscall.h sys/syscall.h
107 case $s in
136 for d in /lib /usr/lib /shlib /usr/shlib
137 do for s in "*.*" "*.[!a]*"
138 do for b in libc
139 do for i in $d/$b.$s
144 case $lib in
[all...]
/ast/src/cmd/at/
H A Dcrontab.sh26 case $prefix in
36 case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in
48 actual crontab entry is maintained in the file \b$HOME/.crontab\b.]
61 [+?Users are permitted to use \bcrontab\b if their names appear in the file
69 [+?In this implementation, each command in the \bcrontab\b file represents
108 [+?The sixth field of a line in a crontab entry is a string that will
110 in this field will be translated to a newline character. Any
134 do case $OPT in
144 case $# in
148 case $op in
[all...]
/ast/src/lib/libast/features/
H A Dsig.sh23 case $# in
69 for i in void int
70 do for j in int,... ... int
72 case `wc -l $tmp.e` in
75 case $i1 in
80 case $i1 in

Completed in 89 milliseconds

12345678