Home
last modified time | relevance | path

Searched refs:doExec (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libpopt/
Dpoptint.h86 poptItem doExec; member
Dpopt.c245 con->doExec = NULL; in poptResetContext()
291 if (con->doExec == NULL) { in handleExec()
292 con->doExec = con->execs + i; in handleExec()
383 poptItem item = con->doExec; in execCommand()
729 if (con->doExec) return execCommand(con); in poptGetNextOpt()