Searched defs:cmdno (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c857 static void hist_marker(register char *buff,register long cmdno) argument
861 *buff++ = (cmdno>>16);
862 *buff++ = (cmdno>>8);
863 *buff++ = cmdno;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c1865 static short cmdno; local
1902 sfprintf(sfstderr,"%d", sh.hist_ptr?(int)sh.hist_ptr->histind:++cmdno);

Completed in 66 milliseconds