Searched refs:GET_CHAR (Results 1 – 3 of 3) sorted by relevance
530 for (char_number=0; 1; source_p++,char_number++) switch (GET_CHAR()) { in parse_makefile()545 switch (GET_CHAR()) { in parse_makefile()576 switch (GET_CHAR()) { in parse_makefile()652 switch (GET_CHAR()) { in parse_makefile()668 switch (GET_CHAR()) { in parse_makefile()753 switch (GET_CHAR()) { in parse_makefile()772 switch (GET_CHAR()) { in parse_makefile()936 for (; 1; source_p++) switch (GET_CHAR()) { in parse_makefile()975 switch (GET_CHAR()) { in parse_makefile()1043 switch (GET_CHAR()) { in parse_makefile()[all …]
177 switch (GET_CHAR()) { in expand_value()314 switch (GET_CHAR()) { in expand_macro()347 switch (GET_CHAR()) { in expand_macro()
733 #define GET_CHAR() ((source == NULL) || \ macro