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

/ast/src/cmd/tw/
H A Dexpr.c43 static Exid_t symbols[] = variable
782 state.expr.symbols = symbols;
861 if (!(sym = (Exid_t*)dtmatch(state.program->symbols, fp->t_str)))
/ast/src/lib/libexpr/
H A Dexpr.h70 #define EX_PURE (1<<4) /* no default symbols/keywords */
212 Exid_t* symbols; /* static symbols */ member in struct:Exdisc_s
233 Dt_t* symbols; /* symbol table */ member in struct:Expr_s
/ast/src/cmd/ss/
H A Dssd.c192 * and here we have the status symbols
195 static struct symbol symbols[] = variable in typeref:struct:symbol
207 static struct nlist names[elementsof(symbols) + 1];
394 for (n = 0; n < elementsof(symbols); n++)
395 names[n].n_name = symbols[n].name;
422 for (n = 0; n < elementsof(symbols); n++)
573 for (n = 0; n < elementsof(symbols); n++)
574 if (symbols[n].once >= 0)
578 if (read(kf, symbols[n].addr, symbols[
[all...]
/ast/src/cmd/html/
H A Dtroff2html.h237 Hash_table_t* symbols; /* symbol dictionary */ member in struct:State_s

Completed in 52 milliseconds