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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1376 int num_atoms; local
1382 num_atoms = *num_params;
1383 if (num_atoms > 256)
1384 num_atoms = 256;
1385 for (sel=selections; --num_atoms >= 0; sel++, params++)
1387 num_atoms = *num_params;
1388 _XawTextSaltAwaySelection( (TextWidget) w, selections, num_atoms );
H A DText.c1792 _XawTextSaltAwaySelection (ctx, selections, num_atoms)
1795 int num_atoms;
1800 for (i = 0; i < num_atoms; i++)
1802 if (num_atoms == 0)
1809 XtMalloc( (unsigned) ( num_atoms * sizeof (Atom) ) );
1836 for (i = 0; i < num_atoms; i++)

Completed in 23 milliseconds