OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:locpat
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
vi.c
263
static char
locpat
[SRCHLEN];
local in function:vi_hook
406
locpat
[srchlen] = '\0';
407
(void) strlcpy(srchpat,
locpat
, sizeof srchpat);
413
es->linelen -= char_len((unsigned char)
locpat
[srchlen]);
431
while (n > 0 && isspace((unsigned char)
locpat
[n - 1]))
433
while (n > 0 && !isspace((unsigned char)
locpat
[n - 1]))
436
es->linelen -= char_len((unsigned char)
locpat
[i]);
445
locpat
[srchlen++] = ch;
vi.c
263
static char
locpat
[SRCHLEN];
local in function:vi_hook
406
locpat
[srchlen] = '\0';
407
(void) strlcpy(srchpat,
locpat
, sizeof srchpat);
413
es->linelen -= char_len((unsigned char)
locpat
[srchlen]);
431
while (n > 0 && isspace((unsigned char)
locpat
[n - 1]))
433
while (n > 0 && !isspace((unsigned char)
locpat
[n - 1]))
436
es->linelen -= char_len((unsigned char)
locpat
[i]);
445
locpat
[srchlen++] = ch;
Completed in 201 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025