Searched refs:nl (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c953 ListWidget nl = (ListWidget) new; local
955 XFontSetExtents *ext = XExtentsOfFontSet(nl->list.fontset);
959 if ( nl->core.width != cl->core.width )
960 nl->list.freedoms |= WidthLock;
961 if ( nl->core.width == 0 )
962 nl->list.freedoms &= ~WidthLock;
964 if ( nl->core.height != cl->core.height )
965 nl->list.freedoms |= HeightLock;
966 if ( nl->core.height == 0 )
967 nl
[all...]
H A DLabel.c253 char *nl; local
277 else if ((nl = index(lw->label.label, '\n')) != NULL) {
281 for (label = lw->label.label; nl != NULL; nl = index(label, '\n')) {
282 int width = XmbTextEscapement(fset, label, (int)(nl - label));
286 label = nl + 1;
310 else if ((nl = index(lw->label.label, '\n')) != NULL) {
314 for (label = lw->label.label; nl != NULL; nl = index(label, '\n')) {
318 width = XTextWidth16(fs, (TXT16*)label, (int)(nl
535 char *nl; local
551 char *nl; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Label.c161 char *nl; local
181 else if ((nl = index(lw->label.label, '\n')) != NULL) {
185 for (label = lw->label.label; nl != NULL; nl = index(label, '\n')) {
186 int width = XTextWidth(fs, label, (int)(nl - label));
188 label = nl + 1;
295 char *nl; local
296 while ((nl = index(label, '\n')) != NULL) {
299 y, label, (int)(nl - label));
301 label = nl
[all...]
H A DXaw3_1List.c820 ListWidget nl = (ListWidget) new; local
837 nl->list.row_height = nl->list.font->max_bounds.ascent
838 + nl->list.font->max_bounds.descent
839 + nl->list.row_space;
861 nl->list.highlight = NO_HIGHLIGHT;
865 nl->list.highlight = NO_HIGHLIGHT;
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c809 int nl = d->authNameLen; local
818 auth = GenerateAuthorization ( d->authName, nl);

Completed in 20 milliseconds