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

/ast/src/cmd/dsslib/text/
H A Dtext.c50 struct Text_s; typedef struct Text_s Text_t; typedef in typeref:struct:Text_s
81 if (!(file->data = vmnewof(file->dss->vm, 0, Cxvalue_t, ((Text_t*)file->dss->meth->data)->vars, 0)))
194 register Text_t* text = (Text_t*)file->dss->meth->data;
333 register Text_t* text = (Text_t*)file->dss->meth->data;
450 register Text_t* text;
484 if (!(meth = newof(0, Dssmeth_t, 1, sizeof(Text_t) + strlen(name) + 2 * strlen(schema) + 2)))
492 meth->data = text = (Text_t*)(meth + 1);

Completed in 1824 milliseconds