Home | History | Annotate | Download | only in ocaml

Lines Matching refs:temp

34 %typemap(ignore) TYPEMAP(char temp[MAX+1]) {
35 $1 = ($1_ltype) temp;
57 %typemap(ignore) TYPEMAP(char temp[SIZE]) {
58 $1 = ($1_ltype) temp;
82 %typemap(in) TYPEMAP(char temp[MAX+1]) {
84 strncpy(temp,t,MAX);
85 $1 = ($1_ltype) temp;
221 %typemap(ignore) TYPEMAP($*1_ltype temp = 0) {
222 $1 = &temp;
250 %typemap(ignore) (TYPEMAP, SIZE) ($*1_ltype temp = 0, $*2_ltype tempn) {
251 $1 = &temp;