OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lhsb
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
lex.c
656
static Char
lhsb
[32];
variable in typeref:typename:Char[32]
775
(void) Strcpy(
lhsb
, slhs);
779
if (
lhsb
[0] == 0)
787
lhsb
[0] = 0;
791
cp =
lhsb
;
800
if (cp > &
lhsb
[sizeof(
lhsb
) / sizeof(Char) - 2]) {
801
lhsb
[0] = 0;
812
if (cp !=
lhsb
)
814
else if (
lhsb
[0] == 0)
[
all
...]
lex.c
656
static Char
lhsb
[32];
variable in typeref:typename:Char[32]
775
(void) Strcpy(
lhsb
, slhs);
779
if (
lhsb
[0] == 0)
787
lhsb
[0] = 0;
791
cp =
lhsb
;
800
if (cp > &
lhsb
[sizeof(
lhsb
) / sizeof(Char) - 2]) {
801
lhsb
[0] = 0;
812
if (cp !=
lhsb
)
814
else if (
lhsb
[0] == 0)
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025