Home
last modified time | relevance | path

Searched refs:GET_CHAR (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/make/bin/
H A Dread.cc528 for (char_number=0; 1; source_p++,char_number++) switch (GET_CHAR()) { in parse_makefile()
543 switch (GET_CHAR()) { in parse_makefile()
574 switch (GET_CHAR()) { in parse_makefile()
650 switch (GET_CHAR()) { in parse_makefile()
666 switch (GET_CHAR()) { in parse_makefile()
751 switch (GET_CHAR()) { in parse_makefile()
770 switch (GET_CHAR()) { in parse_makefile()
934 for (; 1; source_p++) switch (GET_CHAR()) { in parse_makefile()
973 switch (GET_CHAR()) { in parse_makefile()
1041 switch (GET_CHAR()) { in parse_makefile()
[all …]
/titanic_50/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc177 switch (GET_CHAR()) { in expand_value()
314 switch (GET_CHAR()) { in expand_macro()
347 switch (GET_CHAR()) { in expand_macro()
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h733 #define GET_CHAR() ((source == NULL) || \ macro