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

/freebsd-9.3-release/bin/sh/
H A Dmknodes.c91 static struct str *curstr; /* current structure */ variable in typeref:struct:str
137 if (curstr && curstr->nfields > 0)
138 curstr->done = 1;
152 curstr = sp;
168 if (curstr == NULL || curstr->done)
174 fp = &curstr->field[curstr->nfields];
203 curstr
[all...]

Completed in 36 milliseconds