Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c79 static int defin(int, wchar_t *);
335 (void) defin(0, L"$end"); in setup()
337 (void) defin(0, L"error"); in setup()
338 (void) defin(1, L"$accept"); in setup()
886 defin(int t, wchar_t *s) in defin() function
1301 return (defin(t, s)); in chfind()