Searched refs:thiscmd (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/shell_cmds-179/killall/
H A Dkillall.c196 char *thiscmd; local
198 char thiscmd[MAXCOMLEN + 1]; local
419 for (thiscmd = cp; (cp < &procargs[syssize]) && (*cp != '\0'); cp++) {
421 thiscmd = cp + 1;
430 strncpy(thiscmd, procs[i].ki_comm, MAXCOMLEN);
431 thiscmd[MAXCOMLEN] = '\0';
468 pmatch.rm_eo = strlen(thiscmd);
469 if (regexec(&rgx, thiscmd, 0, &pmatch,
474 if (strncmp(thiscmd, cmd, MAXCOMLEN) != 0)
500 pmatch.rm_eo = strlen(thiscmd);
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Del.h85 el_action_t thiscmd; /* this command */ member in struct:el_state_t
H A Dfilecomplete.c393 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dread.c506 el->el_state.thiscmd = cmdnum;
H A Dchared.c68 r->cmd = el->el_state.thiscmd;
H A Dvi.c1112 el->el_state.thiscmd = r->cmd;
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.h90 el_action_t thiscmd; /* this command */ member in struct:el_state_t
H A Dfilecomplete.c433 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dread.c606 el->el_state.thiscmd = cmdnum;
H A Dchared.c75 r->cmd = el->el_state.thiscmd;
H A Dvi.c1159 el->el_state.thiscmd = r->cmd;
/macosx-10.10/libedit-40/src/
H A Del.h90 el_action_t thiscmd; /* this command */ member in struct:el_state_t
H A Dread.c515 } else if (num == 0) el->el_state.thiscmd = EL_EOF;
569 } else if (num == 0) el->el_state.thiscmd = EL_EOF;
585 if (num == 0) el->el_state.thiscmd = EL_EOF;
617 el->el_state.thiscmd = cmdnum;
H A Dfilecomplete.c436 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dchared.c75 r->cmd = el->el_state.thiscmd;
H A Dvi.c1155 el->el_state.thiscmd = r->cmd;
H A Dreadline.c1964 if (rl_linefunc != NULL && e->el_state.thiscmd == EL_EOF)
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy.c2223 const command_rec *thiscmd = cmd->cmd; local
2244 if (thiscmd->cmd_data)
2260 if (thiscmd->cmd_data) { /* <ProxyMatch> */
2287 if (thiscmd->cmd_data)
2290 return apr_pstrcat(cmd->pool, thiscmd->name,
2294 return apr_pstrcat(cmd->pool, thiscmd->name,
2303 return apr_pstrcat(cmd->temp_pool, thiscmd->name,
2314 return apr_pstrcat(cmd->temp_pool, thiscmd->name,
2319 return apr_pstrcat(cmd->pool, thiscmd->name,
2338 return apr_pstrcat(cmd->temp_pool, thiscmd
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dcore.c2097 const command_rec *thiscmd = cmd->cmd; local
2126 else if (thiscmd->cmd_data) { /* <DirectoryMatch> */
2180 return apr_pstrcat(cmd->pool, "Multiple ", thiscmd->name,
2198 const command_rec *thiscmd = cmd->cmd; local
2218 if (thiscmd->cmd_data) { /* <LocationMatch> */
2252 return apr_pstrcat(cmd->pool, "Multiple ", thiscmd->name,
2270 const command_rec *thiscmd = cmd->cmd; local
2295 if (thiscmd->cmd_data) { /* <FilesMatch> */
2339 return apr_pstrcat(cmd->pool, "Multiple ", thiscmd->name,
2360 const command_rec *thiscmd local
[all...]

Completed in 206 milliseconds