Searched defs:num_atoms (Results 1 - 1 of 1) 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 );

Completed in 15 milliseconds