HomeSort by relevance Sort by last modified time
    Searched refs:AWTNULL (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/crec/
srec_tokens.c 105 token->aword_backtrace[i] = AWTNULL;
124 if (stoken->aword_backtrace[i] != AWTNULL)
261 if (ftoken->aword_backtrace != AWTNULL)
336 for (awtoken = old_token; awtoken != AWTNULL; awtoken = next_awtoken)
346 return AWTNULL;
srec.c 89 return AWTNULL;
95 for (awtoken = batch->next_token; awtoken != AWTNULL; awtoken = next_awtoken)
113 else if (batch->next_token != AWTNULL)
132 batch = AWTNULL;
150 if ((awtoken = stoken->aword_backtrace[j]) != AWTNULL)
156 if ((awtoken = ftoken->aword_backtrace) != AWTNULL)
164 if ((awtoken = stoken->aword_backtrace[j]) != AWTNULL)
172 if ((awtoken = ftoken->aword_backtrace) != AWTNULL)
188 if (stoken->aword_backtrace[j] != AWTNULL)
199 if (ftoken->aword_backtrace != AWTNULL)
    [all...]
srec_debug.c 30 if (awtoken == AWTNULL) buf[0] = 0;
srec_stats.c 132 if (rec->altword_token_array[i].next_token == AWTNULL)
  /external/srec/srec/include/
srec.h 57 #define AWTNULL 0

Completed in 41 milliseconds