Searched refs:done_flag (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/usr.bin/mkcsmapper/
H A Dyacc.y76 static u_int32_t done_flag = 0;
278 if ((done_flag & DF_SRC_ZONE)==0) {
282 if ((done_flag & DF_DST_UNIT_BITS)==0) {
287 if ((done_flag & DF_DST_INVALID) == 0)
289 if ((done_flag & DF_DST_ILSEQ) == 0)
291 if ((done_flag & DF_OOB_MODE) == 0)
422 if (done_flag & DF_TYPE) {
429 done_flag |= DF_TYPE;
436 if (done_flag & DF_NAME) {
443 done_flag |
[all...]
/netbsd-current/external/bsd/byacc/dist/
H A Dlr0.c548 int done_flag; local
556 done_flag = 0;
557 while (!done_flag)
559 done_flag = 1;
575 done_flag = 0;
H A Dlalr.c363 int done_flag; local
406 done_flag = 0;
407 while (!done_flag)
409 done_flag = 1;
416 done_flag = 0;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-prettyprint.c359 int is_map, is_array, done_flag, pretty; local
397 done_flag = 0;
411 done_flag = 1;
541 if (!done_flag)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-pretty-print.c735 int is_map, is_array, done_flag, pretty;
786 done_flag = 0;
801 done_flag = 1;
924 if (!done_flag)
731 int is_map, is_array, done_flag, pretty; local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-prettyprint.c363 int is_map, is_array, done_flag, pretty; local
401 done_flag = 0;
415 done_flag = 1;
552 if (!done_flag)
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-pretty-print.c735 int is_map, is_array, done_flag, pretty;
786 done_flag = 0;
801 done_flag = 1;
932 if (!done_flag)
731 int is_map, is_array, done_flag, pretty; local

Completed in 219 milliseconds