Lines Matching defs:nl
321 char *nl;
335 while ((nl = strchr(label, '\n')) != NULL) {
338 (int)(nl - label));
340 label = nl + 1;
348 while ((nl = strchr(label, '\n')) != NULL) {
352 (_Xconst XChar2b*)label, (int)(nl - label) >> 1);
355 tip->tip.left_margin, y, label, (int)(nl - label));
358 label = nl + 1;
407 char *nl;
415 if ((nl = strchr(label, '\n')) != NULL) {
418 int w = XmbTextEscapement(fset, label, (int)(nl - label));
422 if (*nl == '\0')
424 label = nl + 1;
427 if ((nl = strchr(label, '\n')) == NULL)
428 nl = strchr(label, '\0');
436 if ((nl = strchr(label, '\n')) != NULL) {
440 XTextWidth16(fs, (_Xconst XChar2b*)label, (int)(nl - label) >> 1) :
441 XTextWidth(fs, label, (int)(nl - label));
444 if (*nl == '\0')
446 label = nl + 1;
449 if ((nl = strchr(label, '\n')) == NULL)
450 nl = strchr(label, '\0');