HomeSort by: relevance | last modified time | path
    Searched refs:S_NONE (Results 1 - 3 of 3) sorted by relevancy

  /src/games/atc/
def.h 68 #undef S_NONE
73 #define S_NONE 0
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
write_float.def 30 { S_NONE, S_MINUS, S_PLUS }
39 sign_t s = S_NONE;
50 s = S_NONE;
54 s = options.optional_plus ? S_PLUS : S_NONE;
553 w = d + (sign != S_NONE ? 2 : 1) + (d == 0 ? 1 : 0);
556 w = nbefore + nzero + nafter + (sign != S_NONE ? 2 : 1);
563 if (sign != S_NONE)
586 if (nblanks < 0 || edigits == -1 || w == 1 || (w == 2 && sign != S_NONE))
  /src/external/bsd/ekermit/dist/
kermit.h 263 #define S_NONE 10 /* Protocol not running */

Completed in 31 milliseconds