Home | History | Annotate | Download | only in sysinst

Lines Matching refs:item

13  *    notice, item list of conditions and the following disclaimer.
15 * notice, item list of conditions and the following disclaimer in the
18 * or promote products derived from item software without specific prior
76 /* Assume item starts a line. */
125 process(const struct lookfor *item, char *line)
134 if (finddata(item, line, found, &numfound)) {
150 switch (item->todo[0]) {
152 p = item->todo;
165 *((int *)item->var+j)
169 strlcpy(*((char **)item->var+j),
171 item->size);
179 if (j >= item->nument)
184 error = (*item->func)(found, numfound, item);
201 finddata(const struct lookfor *item, char *line, struct data *found, size_t *numfound)
209 for (fmt = item->fmt; *fmt; fmt++) {