Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main src / libmawk / viohack.h
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

viohack.h @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/mainraw · history · blame

1
2
3
4
5
6
/* functions which are somewhat hackish and won't fit in the vio paradigm but
   are required in the lmawk executable */

/* check whether we need to be interactive and chaneg the interactive flag
   accordingly (isatty() and other heuristics) */
void mawk_detect_interactive(mawk_state_t *MAWK);