Lines Matching refs:chfind
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
1511 t = chfind(1, tokname); in cpyact()