Searched refs:ind (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libodelta/
H A Dmtchstring.c72 register char **ind; local
112 ind = Index[i];
118 ind = n_ind == 0 ?
120 (char**)realloc(ind,(n_ind+ALPHA)*sizeof(char*));
121 Index[i] = ind;
123 if(ind)
125 ind[n_ind] = sp;
142 ind = Alloced ? Index[i] : (char**)0;
149 if(ind)
151 src = n_ind > 0 ? *ind
[all...]
/ast/src/cmd/3d/features/
H A Dsyscall.sh462 ind=
619 then ind="*"
638 echo "extern $r $y(const int, $p$ind);" >> $tmp.e
689 set $r${comma}int${comma}$p$ind
764 1) e=$ind ;;
/ast/src/cmd/mam/
H A Dshmam.awk2064 function f_ldep_more(ind, iorder, i,j,k,tmp,arr, jj, itype, jjn, dir, nm)
2066 return(ldep_more[ind]);
2067 if (ind in ldep_more) {
2075 iorder=ldep_more[ind] #k is the index into ins array

Completed in 1091 milliseconds