Searched refs:Value_t (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/html/
H A Dtroff2html.h128 } Value_t; typedef in typeref:struct:Value_s
148 Value_t ft; /* font index */
149 Value_t in; /* left indent */
150 Value_t ll; /* line length */
151 Value_t po; /* page offset */
152 Value_t ps; /* font size */
153 Value_t ti; /* temporary indent */
154 Value_t vs; /* vertical spacing */
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c39 } Value_t; typedef in typeref:struct:Value_s
59 Value_t* v;
72 state->dictdisc.key = offsetof(Value_t, value);
117 if (!(v = vmnewof(vm, NiL, Value_t, 1, sfvalue(sp))))
/ast/src/cmd/pax/
H A Doptions.h174 Value_t perm;
175 Value_t temp;
H A Dpaxlib.c81 paxstash(Pax_t* pax, Value_t* v, const char* s, size_t z)
H A Dpax.h648 #define Paxvalue_t Value_t
745 extern char* stash(Value_t*, const char*, size_t);
H A Dmisc.c1019 stash(register Value_t* v, const char* s, size_t z)
H A Dformat.c568 register Value_t* vp;
H A Dpax-tar.c335 Value_t* vp;
H A Dpax.c383 Value_t* vp;
/ast/src/cmd/dsslib/xml/
H A Dxml.c50 struct Value_s; typedef struct Value_s Value_t; typedef in typeref:struct:Value_s
138 Value_t* val;
148 if (!(var = vmnewof(cx->vm, 0, Cxvariable_t, 1, sizeof(Value_t) + n)))
154 var->data = val = (Value_t*)(var + 1);
155 strcpy((char*)(var->name = (const char*)(var + 1) + sizeof(Value_t)), name);
339 ((Value_t*)v->data)->record = f->record;
340 ((Value_t*)v->data)->offset = vp - vb;
341 ((Value_t*)v->data)->size = 1;
411 ((Value_t*)v->data)->record = f->record;
412 ((Value_t*)
[all...]
/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c70 } Value_t; typedef in typeref:union:__anon261
141 Value_t* value = (Value_t*)vp;
/ast/src/cmd/nmake/
H A Dmisc.c299 } Value_t; typedef in typeref:union:Value_u
317 Value_t* value = (Value_t*)vp;
/ast/src/cmd/tests/sfio/
H A Dtprintf.c67 } Value_t; typedef in typeref:union:Value_u
84 ((Value_t*)val)->l = 0x04050607;
85 ((Value_t*)val)->c = 0;
93 ((Value_t*)val)->s = "abc";
/ast/src/lib/libdss/
H A Ddssprintf.c72 } Value_t; typedef in typeref:union:__anon349
91 Value_t* value = (Value_t*)vp;
/ast/src/cmd/tw/
H A Dfind.c177 } Value_t; typedef in typeref:union:Value_u
556 Value_t* value = (Value_t*)vp;
/ast/src/lib/libast/comp/
H A Dconf.sh1521 } Value_t;
1526 Value_t limit;
1527 Value_t minmax;
/ast/src/cmd/std/
H A Ddd.c114 } Value_t; typedef in typeref:struct:__anon222
121 Value_t value;
/ast/src/cmd/dsslib/flat/
H A Dflat.c70 struct Value_s; typedef struct Value_s Value_t; typedef in typeref:struct:Value_s
2653 static Value_t flat_swap_val[] =
2665 register Value_t* v;
2773 register Value_t* v;

Completed in 58 milliseconds