Searched defs:ellipsis (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dstring.c230 int i, offset, ellipsis; local
236 /* we need an ellipsis if all the words won't fit in the string */
237 ellipsis = ( ndata * 9 > nstring );
238 if ( ellipsis )
242 /* if the ellipsis won't fit then print one less word */
254 if ( ellipsis )

Completed in 42 milliseconds