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

/xsrc/external/mit/xman/dist/
H A DScrollByL.c105 static Boolean ScrollVerticalText(Widget w, int new_line, Boolean force_redisp);
376 * new_line - the new location for the line pointer
383 ScrollVerticalText(Widget w, int new_line, Boolean force_redisp) argument
394 if (new_line < 0) {
395 new_line = 0;
404 if (new_line > max_lines) {
405 new_line = max_lines;
415 sblw->scroll.line_pointer = new_line; /* Set current top of page. */
420 if (new_line == old_line)
427 else if (new_line < old_lin
572 int new_line; /* The new location for the line pointer. */ local in function:VerticalJump
594 int new_line; /* The new location for the line pointer. */ local in function:VerticalScroll
[all...]
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_device_name.c246 char * new_line; local in function:populate_vendor
266 new_line = strchr( buf, '\n' );
267 if ( new_line != NULL ) {
268 *new_line = '\0';
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c2055 int new_line, new_text, new_fillspans, new_fillarea; local in function:sunGXValidateGC
2097 new_line = FALSE;
2116 new_line = TRUE;
2148 new_line = TRUE;
2157 new_line = TRUE;
2282 new_line = TRUE;
2289 if (new_rrop || new_fillspans || new_text || new_fillarea || new_line)
2298 new_rrop = new_line = new_fillspans = new_text = new_fillarea = 0;
2313 if (new_line)
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c2055 int new_line, new_text, new_fillspans, new_fillarea; local in function:sunGXValidateGC
2097 new_line = FALSE;
2116 new_line = TRUE;
2148 new_line = TRUE;
2157 new_line = TRUE;
2282 new_line = TRUE;
2289 if (new_rrop || new_fillspans || new_text || new_fillarea || new_line)
2298 new_rrop = new_line = new_fillspans = new_text = new_fillarea = 0;
2313 if (new_line)

Completed in 20 milliseconds