OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dirflag
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
dir.c
67
static int
dirflag
= 0;
variable in typeref:typename:int
167
dirflag
= 0;
172
dirflag
|= DIR_LONG;
175
dirflag
|= DIR_LINE;
178
dirflag
|= DIR_VERT;
217
if (
dirflag
& DIR_VERT) {
221
if (!(
dirflag
& DIR_LONG) && hp != NULL && !eq(hp, STRslash) &&
229
if ((
dirflag
& DIR_LINE) && cur >= 80 - 1 && len < 80) {
234
vis_str(s), (
dirflag
& DIR_VERT) ? '\n' : ' ');
236
if (!(
dirflag
& DIR_VERT)
[
all
...]
dir.c
67
static int
dirflag
= 0;
variable in typeref:typename:int
167
dirflag
= 0;
172
dirflag
|= DIR_LONG;
175
dirflag
|= DIR_LINE;
178
dirflag
|= DIR_VERT;
217
if (
dirflag
& DIR_VERT) {
221
if (!(
dirflag
& DIR_LONG) && hp != NULL && !eq(hp, STRslash) &&
229
if ((
dirflag
& DIR_LINE) && cur >= 80 - 1 && len < 80) {
234
vis_str(s), (
dirflag
& DIR_VERT) ? '\n' : ' ');
236
if (!(
dirflag
& DIR_VERT)
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025