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

  /src/external/bsd/mdocml/dist/
term.h 55 size_t lastcol; /* Last byte in buf. */ member in struct:termp_col
  /src/bin/ksh/
emacs.c 1198 int lastcol = xep - xbuf; local
1202 x_arg = lastcol;
1203 else if (x_arg > lastcol)
1204 x_arg = lastcol;

Completed in 54 milliseconds