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

/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c710 int ocount, ncount, count; local in function:AddScalables
716 ocount = fval->count;
717 ncount = ocount + count;
723 while (count && ocount) {
731 ocount--;
735 ocount--;
738 while (ocount) {
740 ocount--;
/xsrc/external/mit/xedit/dist/lisp/
H A Dxedit.c1452 LispObj *ooffset, *otype, *odirection, *ocount, *include; local in function:Xedit_Scan
1457 ocount = ARGUMENT(3);
1484 if (ocount == UNSPEC)
1487 CHECK_INDEX(ocount);
1488 count = FIXNUM_VALUE(ocount);
H A Dcore.c642 LispObj *result, *cons, *list, *ocount; local in function:Lisp_Butlast
644 ocount = ARGUMENT(1);
648 if (ocount == UNSPEC)
651 CHECK_INDEX(ocount);
652 count = FIXNUM_VALUE(ocount);
680 LispObj *result, *list, *ocount; local in function:Lisp_Nbutlast
682 ocount = ARGUMENT(1);
686 if (ocount == UNSPEC)
689 CHECK_INDEX(ocount);
690 count = FIXNUM_VALUE(ocount);
2076 LispObj *list, *ocount; local in function:Lisp_Last
4739 *test, *test_not, *ostart, *oend, *ocount, *key; local in function:LispDeleteRemoveXSubstitute
[all...]

Completed in 10 milliseconds