Searched refs:use_stdin (Results 1 – 3 of 3) sorted by relevance
1733 bool use_stdin = !strcmp(&nextarg[1], "-"); in getparameter() local1734 FILE *file = use_stdin?stdin:fopen(&nextarg[1], FOPEN_READTEXT); in getparameter()1754 if(!use_stdin) in getparameter()
431 if args.use_stdin:
1073 if (bool(args) + bool(options.use_stdin) + bool(options.file)) != 1:1075 if options.use_stdin: