OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:labuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
lex.c
109
*
Labuf
implements a general buffer for lookahead during lexical operations.
115
static Char
labuf
[BUFSIZE];
variable in typeref:typename:Char[]
644
(sizeof(
labuf
) - 4) / sizeof(Char)) {
650
(void)Strcpy(
labuf
, cp);
652
(void)Strcat(
labuf
, buf);
653
lap =
labuf
;
lex.c
109
*
Labuf
implements a general buffer for lookahead during lexical operations.
115
static Char
labuf
[BUFSIZE];
variable in typeref:typename:Char[]
644
(sizeof(
labuf
) - 4) / sizeof(Char)) {
650
(void)Strcpy(
labuf
, cp);
652
(void)Strcat(
labuf
, buf);
653
lap =
labuf
;
Completed in 43 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025