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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1List.c194 * Description: Resets the new list when important things change.
355 /* If in right margin handle things right. */
408 int things; local
413 things = lw->list.nrows;
415 things = lw->list.ncols;
417 mod_item = item % things;
418 if ( (mod_item >= ul % things) && (mod_item <= lr % things ) )
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c274 * Description: Resets the new list when important things change.
421 /* If in right margin handle things right. */
476 int things; local
481 things = lw->list.nrows;
483 things = lw->list.ncols;
485 mod_item = item % things;
486 if ( (mod_item >= ul % things) && (mod_item <= lr % things ) )

Completed in 13 milliseconds