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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmknodes.c78 static struct str *curstr; /* current structure */ variable in typeref:struct:str
134 if (curstr && curstr->nfields > 0)
135 curstr->done = 1;
149 curstr = sp;
165 if (curstr == NULL || curstr->done)
171 fp = &curstr->field[curstr->nfields];
200 curstr
[all...]

Completed in 70 milliseconds