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

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c651 const struct res_sym *symbols; local
655 symbols = __p_update_section_syms;
658 symbols = __p_default_section_syms;
661 return (sym_ntos(symbols, section, (int *)0));
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c154 int nrhs; /* Number of RHS symbols */
155 struct symbol **rhs; /* The RHS symbols */
169 ** symbols which are allowed to immediately follow the end of the rule.
237 int nsymbol; /* Number of terminal and nonterminal symbols */
238 int nterminal; /* Number of terminal symbols */
239 struct symbol **symbols; /* Sorted array of pointers to symbols */ member in struct:lemon
244 char *tokentype; /* Type of terminal symbols in the parser stack */
245 char *vartype; /* The default type of non-terminal symbols */
300 /* Routines for handling symbols o
[all...]

Completed in 22 milliseconds