Home
last modified time | relevance | path

Searched defs:cmdstack (Results 1 – 8 of 8) sorted by relevance

/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dshell.c580 struct cmdstack { struct
581 int cmdno;
582 char *val;
583 int ival,iftrue,casetrue;
584 char *pat;
585 struct prmlist *prm;
586 struct cmdlist *cmd;
587 void *next;
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dhmmdmstr.c62 ESL_STACK *cmdstack; /* stack of commands that clients want done */ member
517 ESL_STACK *cmdstack = NULL; /* stack of commands that clients want done */ in master_process() local
999 ESL_STACK *cmdstack = data->cmdstack; in process_ServerCmd() local
1076 ESL_STACK *cmdstack = data->cmdstack; in clientside_loop() local
H A Dhmmdmstr_shard.c65 ESL_STACK *cmdstack; /* stack of commands that clients want done */ member
550 ESL_STACK *cmdstack = NULL; /* stack of commands that clients want done */ in master_process_shard() local
1038 ESL_STACK *cmdstack = data->cmdstack; in process_ServerCmd() local
1115 ESL_STACK *cmdstack = data->cmdstack; in clientside_loop() local
/dports/biology/hmmer/hmmer-3.3/src/
H A Dhmmdmstr.c62 ESL_STACK *cmdstack; /* stack of commands that clients want done */ member
517 ESL_STACK *cmdstack = NULL; /* stack of commands that clients want done */ in master_process() local
999 ESL_STACK *cmdstack = data->cmdstack; in process_ServerCmd() local
1076 ESL_STACK *cmdstack = data->cmdstack; in clientside_loop() local
H A Dhmmdmstr_shard.c65 ESL_STACK *cmdstack; /* stack of commands that clients want done */ member
550 ESL_STACK *cmdstack = NULL; /* stack of commands that clients want done */ in master_process_shard() local
1038 ESL_STACK *cmdstack = data->cmdstack; in process_ServerCmd() local
1115 ESL_STACK *cmdstack = data->cmdstack; in clientside_loop() local
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/topic/
H A D__init__.py892 def cmdstack(ui, repo, topic=b'', **opts): function
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dprompt.c41 unsigned char *cmdstack; variable
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Ddocument.py775 def _command_stack_updated_cb(self, cmdstack): argument