Home
last modified time | relevance | path

Searched refs:gmode (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/dports/mail/alpine/alpine-465e23b/pico/
H A Dpilot.c119 gmode |= MDBRONLY; /* turn on exclusive browser mode */ in main()
211 curbp->b_mode |= gmode; /* and set default modes*/ in main()
333 gmode ^= MDDOTSOK; /* show dot files */ in pilot_args()
336 gmode ^= MDFKEY; in pilot_args()
339 gmode ^= MDGOTO; in pilot_args()
342 gmode ^= MDSHOCUR; in pilot_args()
345 gmode ^= MDMOUSE; in pilot_args()
348 gmode ^= MDONECOL; in pilot_args()
354 gmode ^= MDTCAPWINS; in pilot_args()
357 gmode ^= MDSSPD; in pilot_args()
[all …]
H A Dfile.c54 if(gmode&MDSCUR){ in fileread()
156 if(gmode & MDCMPLT){ in insfile()
168 (msg || (gmode&MDCURDIR)) in insfile()
185 if(gmode&MDSCUR){ in insfile()
189 if((gmode & MDTREE) in insfile()
262 if(gmode&MDSCUR){ in insfile()
306 if(gmode&MDSCUR){ in insfile()
405 (gmode & MDCURDIR) in file_split()
588 for(;!(gmode & MDTOOL);){ in filewrite()
644 (gmode & MDCURDIR) in filewrite()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dpilot.c119 gmode |= MDBRONLY; /* turn on exclusive browser mode */ in main()
211 curbp->b_mode |= gmode; /* and set default modes*/ in main()
333 gmode ^= MDDOTSOK; /* show dot files */ in pilot_args()
336 gmode ^= MDFKEY; in pilot_args()
339 gmode ^= MDGOTO; in pilot_args()
342 gmode ^= MDSHOCUR; in pilot_args()
345 gmode ^= MDMOUSE; in pilot_args()
348 gmode ^= MDONECOL; in pilot_args()
354 gmode ^= MDTCAPWINS; in pilot_args()
357 gmode ^= MDSSPD; in pilot_args()
[all …]
H A Dfile.c54 if(gmode&MDSCUR){ in fileread()
156 if(gmode & MDCMPLT){ in insfile()
168 (msg || (gmode&MDCURDIR)) in insfile()
185 if(gmode&MDSCUR){ in insfile()
189 if((gmode & MDTREE) in insfile()
262 if(gmode&MDSCUR){ in insfile()
306 if(gmode&MDSCUR){ in insfile()
405 (gmode & MDCURDIR) in file_split()
588 for(;!(gmode & MDTOOL);){ in filewrite()
644 (gmode & MDCURDIR) in filewrite()
[all …]
/dports/cad/z88/Z88OS-15/src/z88r/common/
H A Dstim88.c122 FR_DOUBLE gmode; in stim88() local
269 gmode= emode/(2.*(1.+rnuee)); in stim88()
273 / (1.0+12.0*emode*rizze/(rkape*gmode*qparae*rl21*rl21)); in stim88()
275 + 12.0*emode*emode*rizze*rizze/(rkape*gmode*qparae*rl21*rl21*rl21)) in stim88()
276 / (1.0+12.0*emode*rizze/(rkape*gmode*qparae*rl21*rl21)); in stim88()
278 - 12.0*emode*emode*rizze*rizze/(rkape*gmode*qparae*rl21*rl21*rl21)) in stim88()
279 / (1.0+12.0*emode*rizze/(rkape*gmode*qparae*rl21*rl21)); in stim88()
286 / (1.0+12.0*emode*riyye/(rkape*gmode*qparae*rl21*rl21)); in stim88()
288 + 12.0*emode*emode*riyye*riyye/(rkape*gmode*qparae*rl21*rl21*rl21)) in stim88()
289 / (1.0+12.0*emode*riyye/(rkape*gmode*qparae*rl21*rl21)); in stim88()
[all …]
/dports/databases/php81-dba/php-8.1.1/ext/dba/
H A Ddba_db1.c46 int gmode; in DBA_OPEN_FUNC() local
53 gmode = 0; in DBA_OPEN_FUNC()
56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
59 gmode = O_RDWR; in DBA_OPEN_FUNC()
62 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
65 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
71 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c36 int gmode = 0; in DBA_OPEN_FUNC() local
42 gmode = O_RDONLY; in DBA_OPEN_FUNC()
45 gmode = O_RDWR; in DBA_OPEN_FUNC()
48 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
51 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
61 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/databases/php74-dba/php-7.4.27/ext/dba/
H A Ddba_db1.c48 int gmode; in DBA_OPEN_FUNC() local
55 gmode = 0; in DBA_OPEN_FUNC()
58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
61 gmode = O_RDWR; in DBA_OPEN_FUNC()
64 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
67 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
73 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c38 int gmode = 0; in DBA_OPEN_FUNC() local
44 gmode = O_RDONLY; in DBA_OPEN_FUNC()
47 gmode = O_RDWR; in DBA_OPEN_FUNC()
50 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
53 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
63 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/databases/php80-dba/php-8.0.15/ext/dba/
H A Ddba_db1.c46 int gmode; in DBA_OPEN_FUNC() local
53 gmode = 0; in DBA_OPEN_FUNC()
56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
59 gmode = O_RDWR; in DBA_OPEN_FUNC()
62 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
65 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
71 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c36 int gmode = 0; in DBA_OPEN_FUNC() local
42 gmode = O_RDONLY; in DBA_OPEN_FUNC()
45 gmode = O_RDWR; in DBA_OPEN_FUNC()
48 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
51 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
61 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/databases/php73-dba/php-7.3.33/ext/dba/
H A Ddba_db1.c48 int gmode; in DBA_OPEN_FUNC() local
55 gmode = 0; in DBA_OPEN_FUNC()
58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
61 gmode = O_RDWR; in DBA_OPEN_FUNC()
64 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
67 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
73 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c38 int gmode = 0; in DBA_OPEN_FUNC() local
44 gmode = O_RDONLY; in DBA_OPEN_FUNC()
47 gmode = O_RDWR; in DBA_OPEN_FUNC()
50 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
53 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
63 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/www/mod_php81/php-8.1.1/ext/dba/
H A Ddba_db1.c46 int gmode; in DBA_OPEN_FUNC() local
53 gmode = 0; in DBA_OPEN_FUNC()
56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
59 gmode = O_RDWR; in DBA_OPEN_FUNC()
62 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
65 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
71 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c36 int gmode = 0; in DBA_OPEN_FUNC() local
42 gmode = O_RDONLY; in DBA_OPEN_FUNC()
45 gmode = O_RDWR; in DBA_OPEN_FUNC()
48 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
51 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
61 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/lang/php80/php-8.0.15/ext/dba/
H A Ddba_db1.c46 int gmode; in DBA_OPEN_FUNC() local
53 gmode = 0; in DBA_OPEN_FUNC()
56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
59 gmode = O_RDWR; in DBA_OPEN_FUNC()
62 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
65 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
71 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c36 int gmode = 0; in DBA_OPEN_FUNC() local
42 gmode = O_RDONLY; in DBA_OPEN_FUNC()
45 gmode = O_RDWR; in DBA_OPEN_FUNC()
48 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
51 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
61 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/lang/php81/php-8.1.1/ext/dba/
H A Ddba_db1.c46 int gmode; in DBA_OPEN_FUNC() local
53 gmode = 0; in DBA_OPEN_FUNC()
56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
59 gmode = O_RDWR; in DBA_OPEN_FUNC()
62 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
65 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
71 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
/dports/lang/php74/php-7.4.27/ext/dba/
H A Ddba_db1.c48 int gmode; in DBA_OPEN_FUNC() local
55 gmode = 0; in DBA_OPEN_FUNC()
58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
61 gmode = O_RDWR; in DBA_OPEN_FUNC()
64 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
67 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
73 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c38 int gmode = 0; in DBA_OPEN_FUNC() local
44 gmode = O_RDONLY; in DBA_OPEN_FUNC()
47 gmode = O_RDWR; in DBA_OPEN_FUNC()
50 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
53 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
63 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/lang/php73/php-7.3.33/ext/dba/
H A Ddba_db1.c48 int gmode; in DBA_OPEN_FUNC() local
55 gmode = 0; in DBA_OPEN_FUNC()
58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
61 gmode = O_RDWR; in DBA_OPEN_FUNC()
64 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
67 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
73 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_ndbm.c38 int gmode = 0; in DBA_OPEN_FUNC() local
44 gmode = O_RDONLY; in DBA_OPEN_FUNC()
47 gmode = O_RDWR; in DBA_OPEN_FUNC()
50 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
53 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
63 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/dports/www/mod_php73/php-7.3.33/ext/dba/
H A Ddba_db1.c48 int gmode; in DBA_OPEN_FUNC() local
55 gmode = 0; in DBA_OPEN_FUNC()
58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
61 gmode = O_RDWR; in DBA_OPEN_FUNC()
64 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
67 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
73 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
/dports/www/mod_php74/php-7.4.27/ext/dba/
H A Ddba_db1.c48 int gmode; in DBA_OPEN_FUNC() local
55 gmode = 0; in DBA_OPEN_FUNC()
58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
61 gmode = O_RDWR; in DBA_OPEN_FUNC()
64 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
67 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
73 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
/dports/www/mod_php80/php-8.0.15/ext/dba/
H A Ddba_db1.c46 int gmode; in DBA_OPEN_FUNC() local
53 gmode = 0; in DBA_OPEN_FUNC()
56 gmode = O_RDONLY; in DBA_OPEN_FUNC()
59 gmode = O_RDWR; in DBA_OPEN_FUNC()
62 gmode = O_RDWR | O_CREAT; in DBA_OPEN_FUNC()
65 gmode = O_RDWR | O_CREAT | O_TRUNC; in DBA_OPEN_FUNC()
71 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()

12345678910>>...20