Searched refs:chfind (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 83 static int chfind(int, wchar_t *); 372 start = chfind(1, tokname); 396 if ((t = chfind(1, tokname)) < NTBASE) { 488 j = chfind(0, tokname); 661 prdptr[0][1] = chfind(1, tokname); 675 *mem = chfind(1, tokname); 701 *mem = chfind(1, tokname); 719 j = chfind(2, tokname); 747 j = chfind(1, actname); 1289 chfind(int t, wchar_t *s) in chfind() function [all …]
|