Searched defs:NUL (Results 1 – 12 of 12) sorted by relevance
26 private static final PrintWriter NUL = new PrintWriter(new Writer() { field in Main
17 #define NUL 0x00 macro
3 NUL = 0x00 # ^@ variable
58 public static final byte NUL = 0; field in Ascii
383 #define NUL '\0' macro
703 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
685 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
1090 class NUL: class
1021 class NUL: class
79 NUL = b"\0" # the null character variable
67 NUL = "\0" # the null character variable