Searched refs:noexpand (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex182 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}
285 \noexpand\or \the\toks4 \the\toks6
286 \noexpand\else \the\toks8
856 \edef\temp{\noexpand\input #1 }%
1152 \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}%
1408 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1427 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1431 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
3601 \edef\temp{\noexpand\tablez #1\space\space\space}%
4300 \noexpand\doinde
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex183 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}
1425 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1444 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1448 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
2508 \edef\temp{\noexpand\tablez #1\space\space\space}%
3155 \noexpand\doindex{#1}}
3172 \noexpand\docodeindex{#1}}%
3200 \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
3545 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}%
4407 \noexpand\thischapternam
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex175 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}
1359 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1378 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1382 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
2407 \edef\temp{\noexpand\tablez #1\space\space\space}%
3054 \noexpand\doindex{#1}}
3071 \noexpand\docodeindex{#1}}%
3099 \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
3443 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}%
4305 \noexpand\thischapternam
[all...]
/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h82 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */
604 && (addhh)->tbl->noexpand != 1) { \
693 tbl->noexpand=1; \
897 unsigned ineff_expands, noexpand; member in struct:UT_hash_table
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h81 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */
391 && (addhh)->tbl->noexpand != 1) { \
480 tbl->noexpand=1; \
698 unsigned ineff_expands, noexpand; member in struct:UT_hash_table
/freebsd-11-stable/bin/sh/
H A Dparser.c125 static int noexpand(char *);
668 if (!noexpand(n->narg.text) || quoteflag ||
764 if (! noexpand(wordtext))
1834 noexpand(char *text) function

Completed in 234 milliseconds