Home | History | Annotate | Download | only in i18n

Lines Matching refs:ar

7905 /*   ar   is the array to display                                     */
7908 static void decDumpAr(char name, const Unit *ar, Int len) {
7932 if (i==len-1) printf("%ld ", (LI)ar[i]);
7933 else printf(spec, ar[i]);