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

  /src/usr.bin/vgrind/
vfontedpr.c 75 static bool isproc(char *);
368 if (isproc(s)) {
674 isproc(char *s) function
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 209 unsigned int isproc : 1; member in struct:__anon10120
600 ent->isproc = 0;
2280 ent->isproc = 0;
2548 ent->isproc = 0;
2628 if (!listv || listv->isproc)
3053 ent->isproc = 1;
4335 if (ent && !ent->isproc)
4356 ent->isproc = 0;
4499 if (ent && !ent->isproc)
4541 if (!ent->isproc)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 209 unsigned int isproc : 1; member in struct:__anon11592
600 ent->isproc = 0;
2280 ent->isproc = 0;
2548 ent->isproc = 0;
2628 if (!listv || listv->isproc)
3053 ent->isproc = 1;
4335 if (ent && !ent->isproc)
4356 ent->isproc = 0;
4499 if (ent && !ent->isproc)
4541 if (!ent->isproc)
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 539 int isproc; member in struct:Jim_Cmd
2538 if (cmdPtr && !cmdPtr->isproc && cmdPtr->u.native.cmdProc == JimAioSubCmdProc) {
10104 if (cmdPtr->isproc) {
10464 if (cmdPtr->isproc) {
10500 cmdPtr->isproc = 1;
11695 if (e->cmd && e->cmd->isproc && e->cmd->cmdNameObj) {
16157 if (cmdPtr->isproc) {
16446 && token[1].objPtr->internalRep.cmdValue.cmdPtr->isproc == 0
17114 if (type == JIM_CMDLIST_PROCS && !cmdPtr->isproc) {
19073 if (cmdPtr == NULL || !cmdPtr->isproc || !cmdPtr->prevCmd)
    [all...]

Completed in 28 milliseconds