Searched refs:endtoken (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | tokenize.c | 1008 struct token * tokenize_buffer(void *buffer, unsigned long size, struct token **endtoken) in tokenize_buffer() argument 1014 *endtoken = tokenize_stream(&stream); in tokenize_buffer() 1018 …ize(const struct position *pos, const char *name, int fd, struct token *endtoken, const char **nex… in tokenize() argument 1028 return endtoken; in tokenize() 1033 if (endtoken) in tokenize() 1034 end->next = endtoken; in tokenize()
|
/third_party/toybox/kconfig/ |
D | zconf.tab.c_shipped | 171 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 2155 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) 2157 if (id->token != endtoken) {
|