Home
last modified time | relevance | path

Searched refs:INF_UNGET (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDfix-header.c886 #define INF_UNGET(c) ((c)!=EOF && inf_ptr--) macro
900 (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()
HDChangeLog-199814917 (inf_skip_spaces): Cast results of INF_UNGET to (void).