Home | History | Annotate | Download | only in libpopt

Lines Matching refs:execs

195     con->execs = NULL;
266 /*@uses con->execs, con->numExecs, con->flags, con->doExec,
273 if (con->execs == NULL || con->numExecs <= 0) /* XXX can't happen */
277 item = con->execs + i;
292 con->doExec = con->execs + i;
1083 if (con->execs != NULL)
1085 item = con->execs + i;
1093 con->execs = _free(con->execs);
1132 items = &con->execs;