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

/xsrc/external/mit/xedit/dist/lisp/
H A Dstring.c464 LispObj *oweight, *oradix, *result = NIL; local in function:Lisp_DigitChar
467 oweight = ARGUMENT(0);
469 CHECK_FIXNUM(oweight);
470 weight = FIXNUM_VALUE(oweight);

Completed in 3 milliseconds