Codebase list libmawk / 90d5d2b3-585a-4bfd-a55b-70221f790edb/main src / libmawk / viohack.h
90d5d2b3-585a-4bfd-a55b-70221f790edb/main

Tree @90d5d2b3-585a-4bfd-a55b-70221f790edb/main (Download .tar.gz)

viohack.h @90d5d2b3-585a-4bfd-a55b-70221f790edb/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);