Searched refs:HIST_CMDNO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c34 * HIST_CMDNO is used to store the command number so that it is not necessary
48 #define HIST_CMDNO 0202 /* next 3 bytes give command number */ macro
563 /* numbering commands occur after a null and begin with HIST_CMDNO */
571 if(!incmd && *cp++==HIST_CMDNO && *cp==0)
616 * Note that HIST_CMDNO is only recognized at the beginning of a command
659 case HIST_CMDNO:
859 *buff++ = HIST_CMDNO;

Completed in 58 milliseconds