HomeSort by: relevance | last modified time | path
    Searched defs:NUL (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xkbevd/dist/
utils.h 48 #ifndef NUL
49 #define NUL '\0'
  /xsrc/external/mit/xkbprint/dist/
utils.h 40 #ifndef NUL
41 #define NUL '\0'
  /xsrc/external/mit/xkbcomp/dist/
utils.h 45 #ifndef NUL
46 #define NUL '\0'
  /xsrc/external/mit/MesaLib/dist/src/glx/
glxextensions.c 337 #define NUL '\0'
359 for (base = 0; server_string[base] != NUL; /* empty */ ) {
363 && (server_string[base + len] != NUL); len++) {
377 && (server_string[base] != NUL); base++) {
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxextensions.c 384 #define NUL '\0'
406 for (base = 0; server_string[base] != NUL; /* empty */ ) {
410 && (server_string[base + len] != NUL); len++) {
424 && (server_string[base] != NUL); base++) {
  /xsrc/external/mit/xtrap/dist/
chparse.c 94 #define NUL 0x00
134 case NUL:
246 else if (state != NUL) {
273 if (private != NUL && private != 'X')
xtrapchar.c 115 #define NUL 0x00
130 static int state = NUL; /* Parser state (n.z. if incomplete) */
322 if (private != NUL && private != 'X' &&
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glxswapcontrol.c 77 #define NUL '\0'
678 for ( i = 0 ; string[i] != NUL ; i++ ) {
692 while ( string[ base ] != NUL ) {
697 ; (string[ base + i ] != NUL) && (string[ base + i ] != ' ')
723 string_tab[ idx ][i] = NUL;
732 ; (string[ base ] == ' ') && (string[ base ] != NUL)
  /xsrc/external/mit/xterm/dist/
ptyx.h 1322 DATA(NUL) = 0

Completed in 14 milliseconds