Home
last modified time | relevance | path

Searched refs:NULLPT (Results 1 – 23 of 23) sorted by relevance

/dports/textproc/ml1/ml1-4.12/
H A Dmi6.c219 do_entry((INT **) NULLPT,(INT **) NULLPT); /* GR */ in init_delchn()
220 do_entry((INT **) NULLPT,(INT **) NULLPT); /* EN */ in init_delchn()
221 do_entry((INT **) NULLPT,(INT **) NULLPT); /* BC */ in init_delchn()
222 do_entry((INT **) NULLPT,(INT **) NULLPT); /* EQ */ in init_delchn()
223 do_entry((INT **) NULLPT,(INT **) NULLPT); /* TO */ in init_delchn()
224 do_entry((INT **) NULLPT,(INT **) NULLPT); /* , */ in init_delchn()
225 do_entry((INT **) NULLPT,(INT **) NULLPT); /* , */ in init_delchn()
226 do_entry((INT **) NULLPT,(INT **) NULLPT); /* ) */ in init_delchn()
227 do_entry((INT **) NULLPT,(INT **) NULLPT); /* , */ in init_delchn()
230 do_entry((INT **) NULLPT,(INT **) NULLPT); /* NL */ in init_delchn()
[all …]
H A Dmi4.c191 if(nodept == NULLPT) erlia(); in getdel()
195 if(chanpt != NULLPT) { in getdel()
204 nodept = NULLPT; in getdel()
217 nodept = NULLPT; in getdel()
231 if(chanpt == NULLPT) erlia(); in getdel()
286 if(lulayk(FALSE) == NULLPT) return(TRUE); in gsratm()
305 if(chanpt != NULLPT) { in joinch()
312 if(oab.allpt != NULLPT) *chanpt = oab.allpt - chanpt; in joinch()
365 if(chanpt != NULLPT) {
H A Dmi3.c173 { if((varpt == NULLPT) || (meval > *varpt) || (meval <= 0)) erlme(); in er1tst()
442 if(chanpt == NULLPT) macerr((INT) 10);
482 return(NULLPT);
486 if(ptr == kspacs) return(NULLPT);
583 if(((INT *) *tpt) == NULLPT) goto mkr1;
647 if(((INT *) *tpt) == NULLPT) goto mkr1;
705 sdb.labpt = NULLPT;
767 while(chanpt != NULLPT) {
843 if(htabpt == NULLPT) {
893 if(chanpt == NULLPT) macerr((INT) 12);
H A Dmi2.c143 htabpt = NULLPT; in basic_scan()
147 if(chanpt == NULLPT) macerr((INT) 1); in basic_scan()
167 while(chanpt != NULLPT) { /* Find the best match */ in basic_scan()
346 *lfpt = (INT) NULLPT; in basic_scan()
437 if((meval == 0) && (sdb.argpt != NULLPT)) break; in basic_scan()
1025 nodept = NULLPT; in basic_scan()
1093 oab.allpt = NULLPT; in basic_scan()
1120 if(chanpt == NULLPT) macerr((INT) 6); in basic_scan()
1158 if(chanpt != NULLPT) { in basic_scan()
1237 if(chanpt == NULLPT) macerr((INT) 8); in basic_scan()
[all …]
H A Dmi1.c269 sdb.argpt = sdb.tvarpt = sdb.stoppt = sdb.labpt = sdb.stakpt = NULLPT;
284 *lfpt = (INT) NULLPT;
H A Dml1.h153 #define NULLPT ((INT *) 0) /* Must be different from any pointer value */ macro
157 #define NULLPT ((INT *) 0L) /* Must be different from any pointer value */ macro
H A Dmi5.c301 if(ptr == NULLPT) break; in prenv()
344 if(pt != NULLPT) { /* Print keyword for layout characters */ in prid()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/go/
H A Dmember_pointer_runme.go45 _ = NULLPT
/dports/devel/swig/swig-4.0.2/Examples/test-suite/tcl/
H A Dmember_pointer_runme.tcl42 set memberPtr $NULLPT
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Dmember_pointer_const_runme.py41 memberPtr = NULLPT
H A Dmember_pointer_runme.py41 memberPtr = NULLPT
/dports/devel/swig/swig-4.0.2/Examples/test-suite/perl5/
H A Dmember_pointer_runme.pl47 $memberPtr = $member_pointer::NULLPT;
/dports/devel/swig/swig-4.0.2/Examples/test-suite/d/
H A Dmember_pointer_runme.2.d33 memberPtr = NULLPT; in main()
H A Dmember_pointer_runme.1.d32 memberPtr = NULLPT; in main()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/csharp/
H A Dmember_pointer_runme.cs37 memberPtr = member_pointer.NULLPT; in Main()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/lua/
H A Dmember_pointer_runme.lua42 memberPtr = mp.NULLPT
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Dmember_pointer_runme.java47 memberPtr = member_pointer.NULLPT; in main()
H A Dmember_pointer_const_runme.java47 memberPtr = member_pointer_const.NULLPT; in main()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/octave/
H A Dmember_pointer_runme.m41 memberPtr = NULLPT;
/dports/devel/swig/swig-4.0.2/Examples/test-suite/chicken/
H A Dmember_pointer_runme.ss25 (define test (NULLPT))
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dmember_pointer_const.i123 %constant double (Shape::*NULLPT)(void) const = 0;
H A Dmember_pointer.i122 %constant double (Shape::*NULLPT)(void) = 0;
H A Dmember_funcptr_galore.i98 %constant double (Space::Shape::*NULLPT)(void) = 0;