Searched refs:cmptoken (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/calendar/ |
H A D | io.c | 201 cmptoken(char *line, const char* token) in cmptoken() function 222 if (cmptoken(line, "endif")) { in token() 235 walk = cmptoken(line, "ifdef"); in token() 258 walk = cmptoken(line, "ifndef"); in token() 281 walk = cmptoken(line, "else"); in token() 308 walk = cmptoken(line, "include"); in token() 346 walk = cmptoken(line, "define"); in token() 363 walk = cmptoken(line, "undef"); in token() 385 walk = cmptoken(line, "warning"); in token() 391 walk = cmptoken(line, "error"); in token()
|