HomeSort by relevance Sort by last modified time
    Searched defs:NOSTR (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/head/
langinfo.h 107 /* YESSTR and NOSTR marked as legacy in XPG5 and removed in SUSv3 */
110 #define NOSTR 42 /* negative response for yes/no queries */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
langinfo.h 77 #define NOSTR 42 /* Negative response for yes/no queries */
  /onnv/onnv-gate/usr/src/cmd/fmt/
fmt.c 48 #define NOSTR ((wchar_t *)0) /* Null string pointer for lint */
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;
  /onnv/onnv-gate/usr/src/cmd/tip/
tip.h 233 #define NOSTR ((char *)NULL)
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.h 507 #define NOSTR ((tchar *) 0)
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
def.h 86 #define NOSTR ((char *)0) /* Nill string pointer */
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex.h 389 #define NOSTR (char *) 0

Completed in 360 milliseconds