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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1893 unsigned int amount, max_len = MAX_CUT_LEN(XtDisplay(w)); local
1916 amount = Min ( (len = strlen((char *)ptr)), max_len);
1918 XA_STRING, 8, PropModeReplace, ptr, amount); local
1923 amount = Min (len, max_len);
1926 tptr, amount); local
3012 * h, v - amount of offset in the horiz and vert directions.

Completed in 13 milliseconds