Home
last modified time | relevance | path

Searched refs:idx_escape (Results 1 – 12 of 12) sorted by relevance

/dports/print/makeindex/makeindex/src-2.11/
H A Dscanst.c44 char idx_escape = IDX_ESCAPE; variable
242 (void) scan_char(&idx_escape); in scan_sty()
255 if (idx_quote == idx_escape) { in scan_sty()
260 idx_escape = IDX_ESCAPE; in scan_sty()
H A Dscanid.c341 while (key[*n] == idx_escape)
640 if ((a == idx_quote) || (a == idx_escape)) in scan_arg1()
H A Dmkind.h587 extern char idx_escape;
H A DLOG56 case was found where overwriting occurred if an idx_escape is
/dports/print/texlive-base/texlive-20150521-source/texk/makeindexk/
H A Dscanst.c44 char idx_escape = IDX_ESCAPE; variable
252 (void) scan_char(&idx_escape); in scan_sty()
265 if (idx_quote == idx_escape) { in scan_sty()
270 idx_escape = IDX_ESCAPE; in scan_sty()
H A Dscanid.c339 while (key[*n] == idx_escape) in scan_field()
614 if ((a == idx_quote) || (a == idx_escape)) in scan_arg1()
H A Dmkind.h433 extern char idx_escape;
/dports/print/makeindex/makeindex/src-3.0/
H A Dhashst.c93 {"escape", ESCAPE, "%c", &idx_escape, NULL},
H A Dhashst.gpf40 escape, ESCAPE, "%c", &idx_escape, NULL
H A Dmkind.h523 extern char idx_escape;
H A Dscanst.c46 char idx_escape = IDX_ESCAPE; variable
H A Dscanid.c339 while (key[*n] == idx_escape) {