Home
last modified time | relevance | path

Searched refs:trigraph (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c552 char trigraph[MAX+1]; variable
716 trigraph['='] = '#'; in ppfsm()
717 trigraph['('] = '['; in ppfsm()
718 trigraph['/'] = '\\'; in ppfsm()
719 trigraph[')'] = ']'; in ppfsm()
720 trigraph['\''] = '^'; in ppfsm()
721 trigraph['<'] = '{'; in ppfsm()
722 trigraph['!'] = '|'; in ppfsm()
723 trigraph['>'] = '}'; in ppfsm()
724 trigraph['-'] = '~'; in ppfsm()
H A Dppfsm.h261 #define trigraph _pp_trigraph macro
274 extern char trigraph[MAX+1];
H A DRELEASE297 add C++ digraphs (digraph = --trigraph)
314 inhibit trigraph conversion for pp:compatibility, duh
H A Dpplex.c2110 if (c = trigraph[n]) in ppcpp()