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

/illumos-gate/usr/src/cmd/make/bin/
H A Dstate.cc230 XPUTC(tab_char, fd);
332 XPUTC(tab_char, fd);
345 XPUTC(tab_char,
437 XPUTC(tab_char, fd);
H A Dread.cc555 case tab_char:
568 case tab_char:
966 case tab_char:
1173 case tab_char:
1342 if (*source_p == (int) tab_char ||
1350 case tab_char:
1563 case tab_char:
1638 (int) tab_char) ||
1811 case tab_char:
1861 if (*source_p == (int) tab_char) {
[all...]
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h42 (*x == (int) tab_char) || \
49 (*x != (int) tab_char) && \

Completed in 62 milliseconds