Searched refs:display (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-10.0-release/sys/pc98/include/pc/
H A Ddisplay.h31 #include <i386/pc/display.h>
/freebsd-10.0-release/contrib/texinfo/info/
H A Ddisplay.c0 /* display.c -- How to display Info windows.
2 $Id: display.c,v 1.7 2004/04/11 17:56:45 karl Exp $
23 #include "display.h"
27 static void free_display (DISPLAY_LINE **display);
34 /* An array of display lines which tell us what is currently visible on
35 the display. */
52 display_clear_display (DISPLAY_LINE **display) argument
56 for (i = 0; display[i]; i++)
58 display[
133 DISPLAY_LINE **display = the_display; local
615 DISPLAY_LINE **display; local
632 free_display(DISPLAY_LINE **display) argument
[all...]
H A Ddisplay.h0 /* display.h -- How the display in Info is done.
2 $Id: display.h,v 1.3 2004/04/11 17:56:45 karl Exp $
37 /* An array of display lines which tell us what is currently visible on
38 the display. */
51 extern void display_clear_display (DISPLAY_LINE **display);
/freebsd-10.0-release/usr.bin/hexdump/
H A DMakefile5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
H A Dhexdump.c80 display();
/freebsd-10.0-release/usr.bin/talk/
H A DMakefile5 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
H A Dio.c128 display(&his_win, buf, nb);
140 display(&my_win, buf, nb);
/freebsd-10.0-release/usr.bin/ipcs/
H A Dipcs.c110 int display = SHMINFO | MSGINFO | SEMINFO; local
132 display = SHMTOTAL;
135 display = SHMINFO;
147 display = MSGTOTAL;
150 display = MSGINFO;
153 display = SEMTOTAL;
156 display = SEMINFO;
159 display = SHMTOTAL | MSGTOTAL | SEMTOTAL;
198 if ((display & (MSGINFO | MSGTOTAL))) {
199 if (display
[all...]
/freebsd-10.0-release/libexec/rpc.rusersd/
H A Drusers_proc.c14 * must display the following acknowledgement:
77 XqueryIdle(char *display) argument
85 if (!(dpy= XOpenDisplay(display))) {
86 syslog(LOG_ERR, "Cannot open display %s", display);
91 syslog(LOG_ERR, "%s: unable to get idle time", display);
95 syslog(LOG_ERR, "%s: Xidle extension not loaded", display);
100 syslog(LOG_ERR, "%s: server grabbed for over 10 seconds", display);
112 getidle(const char *tty, const char *display __unused)
124 if (display
[all...]
/freebsd-10.0-release/contrib/dialog/samples/
H A Dtextbox9 Hi, this is a text dialog box. It can be used to display text from a file.
H A Dtextbox29 Hi, this is a text dialog box. It can be used to display text from a file.
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dwpa_debug.c278 const char *display; local
282 display = " [NULL]";
284 display = "";
300 display = strbuf;
302 display = " [REMOVED]";
308 title, (long unsigned int) len, display, local
316 const char *display;
320 display = " [NULL]";
322 display = "";
335 display
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dsession.h47 char *display; member in struct:Session
/freebsd-10.0-release/gnu/usr.bin/texinfo/info/
H A DMakefile6 SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \
/freebsd-10.0-release/release/picobsd/tinyware/help/
H A Dhelp.c36 int display(FILE *, const char *);
56 s=display(fd, argc>1 ? argv[1] : "help");
60 s|=display(fd, argv[i++]);
85 display(FILE *fd, const char *fname) function
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css20 display : inline;
54 display : block;
63 display : inline;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css20 display : inline;
54 display : block;
63 display : inline;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css20 display : inline;
54 display : block;
63 display : inline;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css20 display : inline;
54 display : block;
63 display : inline;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css20 display : inline;
54 display : block;
63 display : inline;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css20 display : inline;
54 display : block;
63 display : inline;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css20 display : inline;
54 display : block;
63 display : inline;
/freebsd-10.0-release/contrib/top/
H A DMakefile.X1 # Makefile for "top", a top 10 process display for Unix
39 # TOPN - default number of processes to display
42 # set TOPN to -1 to indicate infinity (so that top will display as many
48 CFILES = top.c commands.c display.c screen.c username.c \
50 OBJS = top.o commands.o display.o screen.o username.o \
79 top.o: boolean.h display.h screen.h top.h top.local.h utils.h machine.h
81 display.o: boolean.h display.h layout.h screen.h top.h top.local.h utils.h
/freebsd-10.0-release/usr.bin/systat/
H A Dkeyboard.c82 display();
113 /* Timeout or signal. Call display another time */
114 display();
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.h44 int (*display) (struct dwarf_section *, void *); member in struct:dwarf_section_display

Completed in 533 milliseconds

12345