Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c258 warray(L"yyr1", levprd, nprod); in others()
264 warray(L"yyr2", temp1, nprod); in others()
273 warray(L"yychk", temp1, nstate); in others()
275 warray(L"yydef", defact, nstate); in others()
H A Ddextern.h283 extern void warray(wchar_t *, int *, int);
H A Dy3.c488 warray(wchar_t *s, int *v, int n) in warray() function