OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026