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

/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex174 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}
1358 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1377 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1381 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
2334 \edef\temp{\noexpand\tablez #1\space\space\space}%
2984 \noexpand\doindex{#1}}
3001 \noexpand\docodeindex{#1}}%
3029 \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
3371 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}%
4233 \noexpand\thischapternam
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/bin/sh/
H A Dparser.c123 static int noexpand(char *);
673 if (!noexpand(n->narg.text) || quoteflag ||
753 if (! noexpand(wordtext) || (i = strlen(wordtext)) == 0 || i > EOFMARKLEN)
1837 noexpand(char *text) function

Completed in 144 milliseconds