Home | History | Annotate | Download | only in dosboot

Lines Matching defs:psp

35 static struct psp{
41 } *PSP = (struct psp*)0;
72 for (i = 0; i < PSP->cmdlen; i++){
74 if (whitespace(PSP->cmd[i])) {
77 PSP->cmd[i] = '\0';
83 if (PSP->cmd[i] == '"') {
91 argv[argc++] = &PSP->cmd[i + 1];
95 if (whitespace(PSP->cmd[i + 1])) {
96 PSP->cmd[i] = '\0';
110 argv[argc++] = &PSP->cmd[i];
115 PSP->cmd[i] = '\0'; /* to be sure */