Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc545 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()
975 switch (GET_CHAR()) { in parse_makefile()
1043 switch (GET_CHAR()) { in parse_makefile()
1690 switch (GET_CHAR()) { in parse_makefile()
1702 switch (GET_CHAR()) { in parse_makefile()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h733 #define GET_CHAR() ((source == NULL) || \ macro