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

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc445 * (that is returned from GET_CHAR() as 0), the block is popped.
523 for (WCTOMB(mb_buffer, GET_CHAR());
525 source_p++, WCTOMB(mb_buffer, GET_CHAR()))
528 for (char_number=0; 1; source_p++,char_number++) switch (GET_CHAR()) {
543 switch (GET_CHAR()) {
574 switch (GET_CHAR()) {
650 switch (GET_CHAR()) {
666 switch (GET_CHAR()) {
751 switch (GET_CHAR()) {
770 switch (GET_CHAR()) {
[all...]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc177 switch (GET_CHAR()) {
314 switch (GET_CHAR()) {
347 switch (GET_CHAR()) {
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h733 #define GET_CHAR() ((source == NULL) || \ macro

Completed in 65 milliseconds