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

/haiku-fatelf/src/bin/less/
H A Dlesskey.c355 tstr(pp, xlate)
357 int xlate;
384 if (xlate && ch == CONTROL('K'))
407 if (xlate)
444 if (xlate && buf[0] == CONTROL('K'))
462 if (xlate && buf[0] == CONTROL('K'))
/haiku-fatelf/src/bin/coreutils/src/
H A Dtr.c265 static char xlate[N_CHARS]; variable
1620 array `xlate'. Return the number of characters read, or 0 upon EOF. */
1629 buf[i] = xlate[to_uchar (buf[i])];
1792 xlate[i] = i;
1805 xlate[i] = ch;
1818 xlate[i] = i;
1849 xlate[i] = toupper (i);
1856 xlate[i] = tolower (i);
1869 xlate[c1] = c2;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwin32-nat.c208 xlate[] = variable in typeref:struct:xlate_exception
1992 for (i = 0; xlate[i].them != -1; i++)
1993 if (xlate[i].us == sig)
1996 xlate[i].them;

Completed in 139 milliseconds