Searched defs:NONE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/port/
H A Dastlicense.c54 #define NONE 0 macro
175 LIC("none", NONE),
546 notice.type = NONE;
740 case NONE:
761 if (notice.item[STYLE].data != lic[NONE].data)
/ast/src/lib/libast/regex/
H A Dregnexec.c116 #define NONE 0 /* no parse found */ macro
405 int r = NONE;
461 r = NONE;
509 return NONE;
512 return NONE;
524 return NONE;
527 return NONE;
561 r = NONE;
565 r = NONE;
839 if (n != NONE)
[all...]

Completed in 13 milliseconds