Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c81 static int defin(int, wchar_t *);
341 (void) defin(0, L"$end");
343 (void) defin(0, L"error");
344 (void) defin(1, L"$accept");
894 defin(int t, wchar_t *s) in defin() function
1309 return (defin(t, s)); in chfind()