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

  /src/external/bsd/less/dist/
line.c 857 #define STORE_PRCHAR(c, pos) \
858 do { if (store_prchar((c), (pos))) return 1; } while (0)
860 static int store_prchar(LWCHAR c, POSITION pos) function
874 if (store_prchar(mbc_buf[i], pos))
983 STORE_PRCHAR((char) ch, pos);
1034 STORE_PRCHAR('\b', pos);

Completed in 23 milliseconds