Searched defs:lhsalias (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c152 char *lhsalias; /* Alias for the LHS (NULL if none) */ member in struct:rule
1888 char *lhsalias; /* Alias for the LHS */ member in struct:pstate
1925 psp->lhsalias = 0;
1993 psp->lhsalias = x;
2008 "Missing \")\" following LHS alias name \"%s\".",psp->lhsalias);
2019 psp->lhs->name,psp->lhsalias);
2044 rp->lhsalias = psp->lhsalias;
2099 "Missing \")\" following LHS alias name \"%s\".",psp->lhsalias);
2565 /* if( rp->lhsalias ) print
[all...]

Completed in 70 milliseconds