Searched refs:INF_UNGET (Results 1 – 2 of 2) sorted by relevance
886 #define INF_UNGET(c) ((c)!=EOF && inf_ptr--) macro900 (void) INF_UNGET (c); in inf_skip_spaces()996 (void) INF_UNGET (c); in check_protection()1266 (void) INF_UNGET (c); in main()1287 (void) INF_UNGET (c); in main()
14917 (inf_skip_spaces): Cast results of INF_UNGET to (void).