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

  /src/lib/libedit/
hist.h 49 int eventno; /* Event we are looking for */ member in struct:el_history_t
  /src/bin/csh/
csh.c 147 int eventno; variable in typeref:typename:int
1446 (void)fprintf(cshout, "%d", eventno + 1);
1478 r = snprintf(pbuf + i, sizeof(pbuf) - i, "%d", eventno + 1);

Completed in 27 milliseconds