HomeSort by: relevance | last modified time | path
    Searched defs:shcmdi (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ed/
main.c 82 int shcmdi; /* shell command buffer index */ variable in typeref:typename:int
1023 REALLOC(buf, n, i + shcmdi, ERR);
1024 for (s = shcmd + 1; s < shcmd + shcmdi;)
1043 shcmd[shcmdi = i] = '\0';
main.c 82 int shcmdi; /* shell command buffer index */ variable in typeref:typename:int
1023 REALLOC(buf, n, i + shcmdi, ERR);
1024 for (s = shcmd + 1; s < shcmd + shcmdi;)
1043 shcmd[shcmdi = i] = '\0';

Completed in 22 milliseconds