Lines Matching refs:PRIVATE
43 #define PRIVATE macro
901 PRIVATE struct state *getstate(struct lemon *); /* forward reference */
963 PRIVATE void buildshifts(struct lemon *, struct state *); /* Forwd ref */
964 PRIVATE struct state *getstate(struct lemon *lemp) in getstate()
1024 PRIVATE void buildshifts(struct lemon *lemp, struct state *stp) in buildshifts()
1313 PRIVATE struct config *newconfig(void){ in newconfig()
1318 PRIVATE void deleteconfig(struct config *old) in deleteconfig()
3178 PRIVATE char *file_makename(struct lemon *lemp, const char *suffix) in file_makename()
3213 PRIVATE FILE *file_open( in file_open()
3317 PRIVATE void SetPrint(out,set,lemp)
3336 PRIVATE void PlinkPrint(out,plp,tag)
3520 PRIVATE char *pathsearch(char *argv0, char *name, int modemask) in pathsearch()
3568 PRIVATE int compute_action(struct lemon *lemp, struct action *ap) in compute_action()
3604 PRIVATE void tplt_xfer(char *name, FILE *in, FILE *out, int *lineno) in tplt_xfer()
3629 PRIVATE void tplt_skip_header(FILE *in, int *lineno) in tplt_skip_header()
3639 PRIVATE FILE *tplt_open(struct lemon *lemp) in tplt_open()
3695 PRIVATE void tplt_linedir(FILE *out, int lineno, char *filename) in tplt_linedir()
3707 PRIVATE void tplt_print(FILE *out, struct lemon *lemp, char *str, int *lineno) in tplt_print()
3798 PRIVATE char *append_str(const char *zText, int n, int p1, int p2){ in append_str()
3846 PRIVATE int translate_code(struct lemon *lemp, struct rule *rp){ in translate_code()
4043 PRIVATE void emit_code( in emit_code()
5233 PRIVATE unsigned strhash(const char *x) in strhash()
5592 PRIVATE int statecmp(struct config *a, struct config *b) in statecmp()
5607 PRIVATE unsigned statehash(struct config *a) in statehash()
5760 PRIVATE unsigned confighash(struct config *a) in confighash()