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

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dbcsh.sh205 # PS1=\'echo "$cmdno "\'
336 cmdno="`set - \`wc -l $histfile\`;echo $1`"
337 cmdno="`expr \"$cmdno\" + 1`"
354 cmdno=1
376 export histfile savehist history aliasfile EDITOR VISUAL PAGER cmdno PS1 PS2
1228 cmdno="`expr \"$cmdno\" + 1`"
1229 # cmdno=$[$cmdno
[all...]
/macosx-10.10/vim-55/src/
H A Dnetbeans.c835 * cmdno
1183 nb_reply_nil(int cmdno) argument
1187 nbdebug(("REP %d: <none>\n", cmdno));
1189 sprintf(reply, "%d\n", cmdno);
1199 nb_reply_text(int cmdno, char_u *result) argument
1203 nbdebug(("REP %d: %s\n", cmdno, (char *)result));
1206 sprintf((char *)reply, "%d %s\n", cmdno, (char *)result);
1217 nb_reply_nr(int cmdno, long result) argument
1221 nbdebug(("REP %d: %ld\n", cmdno, result));
1223 sprintf(reply, "%d %ld\n", cmdno, resul
1385 nb_do_cmd( int bufno, char_u *cmd, int func, int cmdno, char_u *args) argument
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dhistory.c889 static void hist_marker(register char *buff,register long cmdno) argument
893 *buff++ = (cmdno>>16);
894 *buff++ = (cmdno>>8);
895 *buff++ = cmdno;

Completed in 72 milliseconds