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

/ast/src/cmd/dsslib/validate/
H A Dvalidate.c42 struct Invalid_s; typedef struct Invalid_s Invalid_t; typedef in typeref:struct:Invalid_s
100 Invalid_t* ap = (Invalid_t*)a;
101 Invalid_t* bp = (Invalid_t*)b;
289 Invalid_t key;
290 Invalid_t* ip;
349 if (!(ip = (Invalid_t*)dtsearch(state->invalid, &key)))
352 if (!(ip = vmnewof(state->vm, 0, Invalid_t, 1, n)))
394 Invalid_t* i
[all...]

Completed in 9 milliseconds