HomeSort by: relevance | last modified time | path
    Searched defs:mapvec (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/m4/
eval.c 910 * language. Within mapvec, we replace every character of "from" with
918 * loop over mapvec, starting with the initial source character. if the
920 * character (sch), sch becomes dch, once again to index into mapvec, until
922 * mapvec[n] == n). Even if the entry in the mapvec is null for an ordinary
923 * character, it will stabilize, since mapvec[0] == 0 at all times. At the
924 * end, we restore mapvec* back to normal where mapvec[n] == n for
925 * 0 <= n <= 127. This strategy, along with the restoration of mapvec, is
937 static unsigned char mapvec[256] = local in function:map
    [all...]
eval.c 910 * language. Within mapvec, we replace every character of "from" with
918 * loop over mapvec, starting with the initial source character. if the
920 * character (sch), sch becomes dch, once again to index into mapvec, until
922 * mapvec[n] == n). Even if the entry in the mapvec is null for an ordinary
923 * character, it will stabilize, since mapvec[0] == 0 at all times. At the
924 * end, we restore mapvec* back to normal where mapvec[n] == n for
925 * 0 <= n <= 127. This strategy, along with the restoration of mapvec, is
937 static unsigned char mapvec[256] = local in function:map
    [all...]

Completed in 25 milliseconds