Home
last modified time | relevance | path

Searched refs:precmd (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/tcsh/nls/russian/
H A Dset225 3 Ошибочное переопределение 'precmd' удалено.\n
/freebsd/contrib/tcsh/nls/greek/
H A Dset225 3 Tο εσφαλμένο ψευδώνυμο 'precmd' αφαιρέθηκε.\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset225 3 Faulty alias 'precmd' removed.\n
/freebsd/libexec/nuageinit/
H A Dnuage.lua120 local precmd = ""
130 cmd = precmd .. "pw "
/freebsd/contrib/tcsh/nls/C/
H A Dset225 3 Faulty alias 'precmd' removed.\n
/freebsd/contrib/tcsh/nls/et/
H A Dset225 3 Vigane alias 'precmd' eemaldatud.\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset225 3 Virheellinen alias 'precmd' poistettu.\n
/freebsd/contrib/tcsh/nls/german/
H A Dset225 3 Fehlerhafter Alias 'precmd' entfernt.\n
/freebsd/contrib/tcsh/nls/french/
H A Dset225 3 Erreur alias 'precmd' enlevé.\n
/freebsd/contrib/tcsh/nls/italian/
H A Dset225 3 Alias non corretto 'precmd' rimosso.\n
/freebsd/contrib/tcsh/nls/spanish/
H A Dset225 3 Alias erróneo de 'precmd' borrado.\n
/freebsd/contrib/tcsh/
H A Dtc.decls.h92 extern void precmd (void);
H A Dtc.func.c832 precmd(void) in precmd() function
1056 precmd(); in aliasrun()
H A DFAQ125 precmd, or inside the prompt:
H A DWishList155 Add another hook like precmd to be executed after the prompt but
H A Dsh.c2049 precmd(); in process()
H A DFixes299 alias precmd history -S. After that justpr is not restored and commands
1324 > alias precmd 'cd .'
2044 11. Remove precmd's, cwdcmd's and periodic cmds that had errors.
/freebsd/libexec/rc/
H A Drc.subr1005 # aren't loaded in vain, should the precmd
1067 # This variable may be changed by the precmd method.
1441 warn "failed precmd routine for ${name}"
1713 # If precmd failed and force isn't set, request exit.
2569 # Check for things required by the command before and after its precmd,
2571 # conditions should prevent precmd from being run while other things
2572 # depend on precmd having already been run.