Searched refs:ParseFindKeyword (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dparse.c281 * ParseFindKeyword
288 ParseFindKeyword(const char *str) function
554 if ((kw = ParseFindKeyword(src)) != NULL) {
827 if ((kw = ParseFindKeyword(line)) != NULL) {
/freebsd-10.1-release/contrib/bmake/
H A Dparse.c355 static int ParseFindKeyword(const char *);
616 * ParseFindKeyword --
630 ParseFindKeyword(const char *str) function
975 int keywd = ParseFindKeyword(src);
1276 int keywd = ParseFindKeyword(line);

Completed in 109 milliseconds