Home | History | Annotate | Download | only in allegrocl

Lines Matching full:identifier

311 ;;; You can define your own identifier converter if you want.
312 ;;; Use the -identifier-converter command line argument to
327 (cl::apply *swig-identifier-converter* id
356 (if (eq *swig-identifier-converter* 'identifier-convert-lispify)
378 (cl::defun identifier-convert-null (id &key type class arity)
380 `(cl::setf ,(identifier-convert-null
405 (cl::defun identifier-convert-lispify (cname &key type class arity)
408 (cl::return-from identifier-convert-lispify
409 `(cl::setf ,(identifier-convert-lispify
418 (cl::apply *swig-identifier-converter* name kwargs)
557 (cl::funcall *swig-identifier-converter*
591 (starts-with-p (cl::symbol-name sym) (cl::symbol-name :identifier-convert-)))