HomeSort by: relevance | last modified time | path
    Searched refs:ccmds (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 207 static const char *ccmds[MAXCMDS]; variable
208 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = (cp)
389 docmd(ccmds[icmd]);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 3172 def __init__(self, cmd, ccmds):
3176 self.ccmds = ccmds
3205 def __init__(self, ccmds):
3206 self.ccmds = ccmds
3209 conf.lib.clang_CompileCommands_dispose(self.ccmds)
3212 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))
3215 cc = conf.lib.clang_CompileCommands_getCommand(self.ccmds, i)
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 404 char *ccmds[MAXCMDS]; variable
405 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = estrdup(cp)
642 docmd(ccmds[icmd]);
648 free(ccmds[icmd]);

Completed in 31 milliseconds