HomeSort by: relevance | last modified time | path
    Searched refs:value_t (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/tip/
value.c 47 static void vassign(value_t *, char *);
48 static value_t *vlookup(const char *);
49 static void vprint(value_t *);
58 value_t *p;
94 vassign(value_t *p, char *v)
138 value_t *p;
163 value_t *p;
199 vprint(value_t *p)
261 static value_t *
264 value_t *p
    [all...]
tip.h 109 value_t; typedef in typeref:struct:__anone4f81e9c0108
146 * if we defined the value entry in value_t, then we couldn't
183 extern value_t vtable[]; /* variable table */
vars.c 47 value_t vtable[] = {

Completed in 14 milliseconds