Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/bmake/
Dcond.c195 istoken(const char *str, const char *tok, size_t len) in istoken() function
886 if (!istoken(cp, fn_def->fn_name, fn_def->fn_name_len)) in compare_function()
1283 if (!istoken(line + 1, "ndif", 4)) in Cond_Eval()
1297 if (istoken(line, "se", 2)) { in Cond_Eval()
1339 if (istoken(ifp->form, line, ifp->formlen)) { in Cond_Eval()