Home
last modified time | relevance | path

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

/third_party/popt/src/
Dpoptint.h111 poptItem doExec; member
Dpopt.c218 con->doExec = NULL; in poptResetContext()
256 if (con->doExec == NULL) { in handleExec()
257 con->doExec = con->execs + i; in handleExec()
443 poptItem item = con->doExec; in execCommand()
1242 if (con->doExec) return execCommand(con); in poptGetNextOpt()