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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dyyerror.c48 * to match BSD cc: #define FMT "\"%s\", line %d: "
50 * to match Mips cc: #define FMT "pswrap: Error: %s, line %d: "
59 #define FMT "\"%s\", line %d: "
62 void ErrIntro(int line) argument
68 fprintf(stderr,FMT,ifile,line);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_msg.c31 drm_debug_print(int cmn_err, const char *func, int line, const char *fmt, ...) argument
37 func, line, fmt);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_msg.c12 drm_debug_print(int cmn_err, const char *func, int line, const char *fmt, ...) argument
18 func, line, fmt);
H A Defb_drv.c805 efb_wait_fifo(efb_private_t *efb_priv, int n, const char *func, int line) argument
832 func, line, n, regr(RBBM_STATUS));
839 efb_wait_idle(efb_private_t *efb_priv, const char *func, int line) argument
853 if (efb_wait_fifo(efb_priv, 64, func, line) != DDI_SUCCESS) {
860 if (efb_wait_fifo(efb_priv, 64, func, line) != DDI_SUCCESS) {
886 func, line, regr(RBBM_STATUS));
897 efb_wait_host_data(efb_private_t *efb_priv, const char *func, int line) argument
911 if (efb_wait_fifo(efb_priv, 64, func, line) != DDI_SUCCESS) {
918 if (efb_wait_fifo(efb_priv, 64, func, line) != DDI_SUCCESS) {
960 func, line, reg
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c244 char *line = XFetchBuffer(XtDisplay(w), &nbytes, buffer); local
246 _SelectionReceived(w, (caddr_t)NULL, &selection, &type, (caddr_t)line,
916 * Description: Breaks the line at the previous word boundry when
936 line_num--; /* backup a line. */
1424 {"beginning-of-line", (XtActionProc)MoveToLineStart},
1425 {"end-of-line", (XtActionProc)MoveToLineEnd},
1426 {"next-line", (XtActionProc)MoveNextLine},
1427 {"previous-line", (XtActionProc)MovePreviousLine},
1432 {"scroll-one-line-up", (XtActionProc)ScrollOneLineUp},
1433 {"scroll-one-line
[all...]
H A DXaw3_1Text.c622 * is displayed at the beginning of the next line.
631 int line; local
635 if ( LineAndXYForPosition(ctx, ctx->text.insertPos, &line, &x, &y) ) {
636 if (line < ctx->text.lt.lines)
637 y += (ctx->text.lt.info[line + 1].y - ctx->text.lt.info[line].y) + 1;
639 y += (ctx->text.lt.info[line].y - ctx->text.lt.info[line - 1].y) + 1;
738 * NOTE: it is illegal to call this routine unless there is a valid line table!
741 /*** figure out what line i
748 int fromx, line, width, height; local
782 int line; local
1343 int line = 0; local
1354 int line = 0; local
1726 int height, line, i, lastPos = ctx->text.lastPos; local
2019 int line = 0, old_height; local
2200 int line, x = rect->x, y = rect->y; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c67 /* The max line length is really 256, but why make things that are hard
79 /* Command line information */
942 /* Caller must free returned line */
947 char *line; local
955 line = ckmalloc(len+1, "Failed to allocate input line.");
956 strcpy(line, lineBuffer);
958 if (line[len-1] == '\\') { /* Continued... */
959 line[len-1] = '\0';
963 return line;
1001 char *line; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c312 char *line = XFetchBuffer(XtDisplay(w), &nbytes, buffer); local
314 _SelectionReceived(w, (XtPointer) NULL, &selection, &type, (XPointer)line,
847 /* WARNING: the next line frees memory not allocated in Xaw. */
1479 * Description: Breaks the line at the previous word boundry when
1499 line_num--; /* backup a line. */
1638 /* If we didn't break in preceding line, it was a good hex char. */
2027 * removes and reinserts CRs to maximize line length without clipping */
2186 {"beginning-of-line", MoveToLineStart},
2187 {"end-of-line", MoveToLineEnd},
2188 {"next-line", MoveNextLin
[all...]
H A DText.c662 * is displayed at the beginning of the next line.
671 int line; local
675 if ( LineAndXYForPosition(ctx, ctx->text.insertPos, &line, &x, &y) ) {
676 if (line < ctx->text.lt.lines)
677 y += (ctx->text.lt.info[line + 1].y - ctx->text.lt.info[line].y) + 1;
679 y += (ctx->text.lt.info[line].y - ctx->text.lt.info[line - 1].y) + 1;
822 * NOTE: it is illegal to call this routine unless there is a valid line table!
825 /*** figure out what line i
832 int fromx, line, width, height; local
866 int line; local
1076 int line; local
1466 int line = 0; local
1477 int line = 0; local
2057 int height, line, i, lastPos = ctx->text.lastPos; local
2410 int line = 0, old_height; local
2600 int line, x = rect->x, y = rect->y; local
3150 int line; local
[all...]
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessX.c2662 char line[256]; local
2664 int size = sizeof(line);
2670 ptr = fgets(line, size, fp);
2675 ptr = fgets(line, size, fp);
2690 reallocsize += strlen(line);
2700 strcat (generalHelpString, line);
2701 ptr = fgets(line, size, fp);
2708 /* remove the comment line */
2709 ptr = fgets(line, size, fp);
2725 reallocsize += strlen(line);
[all...]

Completed in 43 milliseconds