Home
last modified time | relevance | path

Searched refs:eof_token_entry (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h216 extern struct token eof_token_entry;
217 #define eof_token(x) ((x) == &eof_token_entry)
H A Dtokenize.c449 struct token eof_token_entry; variable
456 eof_token_entry.pos = end->pos; in mark_eof()
460 eof_token_entry.next = &eof_token_entry; in mark_eof()
461 eof_token_entry.pos.newline = 1; in mark_eof()
463 end->next = &eof_token_entry; in mark_eof()
H A Dpre-process.c287 *p = &eof_token_entry; in collect_arg()
313 *p = &eof_token_entry; in collect_arg()
459 token->next = &eof_token_entry; in stringify()
469 arg = &eof_token_entry; in expand_arguments()
627 *where = &eof_token_entry; in copy()
751 *list = &eof_token_entry; in substitute()
1230 list->next = &eof_token_entry; in parse_arguments()
1250 arg->next->next = &eof_token_entry; in parse_arguments()
1288 arg->next->next = &eof_token_entry; in parse_arguments()
1565 value->next = &eof_token_entry; in predefine()
[all …]
H A Dgdbhelpers297 while ($t != &eof_token_entry)