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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_dev.h45 int number; /* Unit number, else -1 */ member in struct:__anon21
50 int fd; /* File descriptor number, else -1 */
/solaris-x11-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c68 " -indent number amount to indent per level",
107 char number[32]; local
124 sprintf(number, "%d", rep->request_code);
125 XGetErrorDatabaseText(dpy, "XRequest", number, "", buffer, BUFSIZ);
172 case 'i': /* -indent number */
223 fprintf (stderr, "%s: bad window number \"%s\"\n",
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c140 char *number; member in struct:addrList
243 printf ("number: ");
244 dumpBytes (auth->number_length, auth->number);
257 unsigned short number_length, const char *number)
266 binaryEqual (a->number, number, number_length))
277 unsigned short number_length, const char *number)
281 if (checkAddr (family, address_length, address, number_length, number))
299 new->number = malloc (number_length);
300 if (!new->number) {
255 checkAddr(int family, unsigned short address_length, const char *address, unsigned short number_length, const char *number) argument
275 saveAddr(int family, unsigned short address_length, const char *address, unsigned short number_length, const char *number) argument
564 char *dot, *number; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c281 /* round down to an integral number of XReps */
408 nwords = size >> 1; /* number of 16 bit words to be unpacked */
447 * reads. If the number of bytes is not 0 mod 32, read additional pad
641 * KeymapNotify has no sequence number, but is always guaranteed
677 int extra, /* number of 32-bit words expected after the reply */
680 /* Pull out the serial number now, so that (currently illegal) requests
1275 char number[32]; local
1286 sprintf(number, "%d", event->request_code);
1287 XGetErrorDatabaseText(dpy, "XRequest", number, "", buffer, BUFSIZ);
1531 /* nwords is the number o
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c667 int PSReserveUserObjIndices(int number) argument
669 return DPSReserveUserObjIndices(DPSGetCurrentContext(), number);
672 int DPSReserveUserObjIndices(DPSContext ctxt, int number) argument
679 number--;
680 while (number-- > 0) (void) DPSNewUserObjectIndex();
684 void PSReturnUserObjIndices(int start, int number) argument
686 DPSReturnUserObjIndices(DPSGetCurrentContext(), start, number); local
689 void DPSReturnUserObjIndices(DPSContext ctxt, int start, int number) argument
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c320 * Set the number of actions.
650 * It is used to avoid a number of small, and potentially overlapping, screen
771 * This routine maps a source position in to the corresponding line number
791 * This routine maps a source position into the corresponding line number
918 * lastPos, but this method keeps the number of fill regions down to a
1237 * line - the line number (in the line table) of this line.
1314 * the number of displayable lines in the source. This routine does it as a
1480 * Description: Returns the number of the cut buffer.
1482 * Returns: the number of the cut buffer representing this atom or
2317 int x, y, number, line local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c324 * Set the number of actions.
699 * It is used to avoid a number of small, and potentially overlapping, screen
855 * This routine maps a source position in to the corresponding line number
875 * This routine maps a source position into the corresponding line number
1010 * lastPos, but this method keeps the number of fill regions down to a
1360 * line - the line number (in the line table) of this line.
1437 * the number of displayable lines in the source. This routine does it as a
1684 * Description: Returns the number of the cut buffer.
1686 * Returns: the number of the cut buffer representing this atom or
2730 int x, y, lines, number; local
[all...]

Completed in 36 milliseconds