Home
last modified time | relevance | path

Searched defs:NUL (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmbchar.c38 typedef enum {ESCAPE, DOLLAR, BRACKET, AT, B, J, NUL, JIS_CHAR, OTHER, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixlib.h81 #define NUL '\0' macro
/openbsd/gnu/gcc/fixincludes/
H A Dfixlib.h100 #define NUL '\0' macro
/openbsd/gnu/usr.bin/texinfo/info/
H A Dinfomap.c847 #define NUL '\0' macro
/openbsd/usr.bin/yacc/
H A Ddefs.h71 #define NUL '\0' /* the null character */ macro
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py37 NUL = 0 # Fill character; ignored on input. variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp657 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local