Home
last modified time | relevance | path

Searched refs:c_register (Results 1 – 7 of 7) sorted by relevance

/dports/math/calc/calc-2.14.0.14/custom/
H A DMakefile186 c_pmodm127.c c_register.c
198 c_pmodm127.o c_register.o
1296 c_register.o: ../alloc.h
1298 c_register.o: ../block.h
1300 c_register.o: ../calc.h
1302 c_register.o: ../cmath.h
1305 c_register.o: ../decl.h
1307 c_register.o: ../hash.h
1318 c_register.o: ../sha1.h
1319 c_register.o: ../str.h
[all …]
H A DMakefile.simple157 c_pmodm127.c c_register.c
169 c_pmodm127.o c_register.o
1301 c_register.o: ../alloc.h
1303 c_register.o: ../block.h
1305 c_register.o: ../calc.h
1307 c_register.o: ../cmath.h
1310 c_register.o: ../decl.h
1312 c_register.o: ../hash.h
1323 c_register.o: ../sha1.h
1324 c_register.o: ../str.h
[all …]
H A Dcusttbl.c61 E_FUNC VALUE c_register(char*, int, VALUE**);
118 1, 2, c_register },
H A Dc_register.c82 c_register(char *UNUSED(name), int count, VALUE **vals) in c_register() function
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dtype.h54 c_register, enumerator
H A Dtype.cpp422 case c_register: o << "register "; break; in print()
H A Dparse.y1212 | REGISTER { $$ = basic(b_abstract, s_none, c_register); }