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

/illumos-gate/usr/src/head/
H A Dlanginfo.h107 /* YESSTR and NOSTR marked as legacy in XPG5 and removed in SUSv3 */
110 #define NOSTR 42 /* negative response for yes/no queries */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlanginfo.h77 #define NOSTR 42 /* Negative response for yes/no queries */ macro
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c48 #define NOSTR ((wchar_t *)0) /* Null string pointer for lint */ macro
121 outp = NOSTR;
355 outp = NOSTR;
475 * "outp" points to the next available space therein. When outp is NOSTR,
494 if (outp == NOSTR)
514 * its way. Set outp to NOSTR to indicate the absence of the current
521 if (outp == NOSTR)
525 outp = NOSTR;
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h233 #define NOSTR ((char *)NULL) macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h386 #define NOSTR (char *) 0 macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h507 #define NOSTR ((tchar *) 0) macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h88 #define NOSTR ((char *)0) /* Nill string pointer */ macro

Completed in 84 milliseconds