Home
last modified time | relevance | path

Searched refs:IS_MODIFIER (Results 1 – 7 of 7) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/snprintfv/snprintfv/
H A Dprintf.c63 #define IS_MODIFIER(spec) (!((spec)->fmt)) macro
137 if (old && IS_MODIFIER (old)) in register_printf_function()
226 if (!pinfo->dollar && !IS_MODIFIER (spec)) in call_argtype_function()
382 if (!IS_MODIFIER (spec) && in parse_printf_format()
412 if (!info.dollar && !IS_MODIFIER (spec)) in parse_printf_format()
417 while (IS_MODIFIER (spec)); in parse_printf_format()
489 if (!IS_MODIFIER (spec) && in do_printfv()
506 argindex = info.dollar && !IS_MODIFIER (spec) in do_printfv()
511 if (!info.dollar && !IS_MODIFIER (spec)) in do_printfv()
605 if (!IS_MODIFIER (spec) && in stream_printfv()
[all …]
/dports/devel/autogen/autogen-5.18.16/snprintfv/
H A Dprintf.c78 #define IS_MODIFIER(spec) (!((spec)->fmt)) macro
153 if (old && IS_MODIFIER (old)) in register_printf_function()
245 if (!pinfo->dollar || !IS_MODIFIER (spec)) in call_argtype_function()
415 if (!IS_MODIFIER (spec) && in parse_printf_format()
445 if (!info.dollar || !IS_MODIFIER (spec)) in parse_printf_format()
450 while (IS_MODIFIER (spec)); in parse_printf_format()
514 if (!IS_MODIFIER (spec) && in do_printfv()
531 argindex = info.dollar && !IS_MODIFIER (spec) in do_printfv()
536 if (!info.dollar && !IS_MODIFIER (spec)) in do_printfv()
633 if (!IS_MODIFIER (spec) && in stream_printfv()
[all …]
/dports/editors/ted/Ted-2.23/appFrame/
H A DappKeystrokeGtk.c21 # define IS_MODIFIER(k) ( ( (k)>=GDK_Shift_L && (k) <= GDK_Hyper_R ) || \ macro
59 if ( ! IS_MODIFIER(keyEvent->keyval) && dw->dwGotKey ) in APP_EVENT_HANDLER_H()
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanmacho.c16 #define IS_MODIFIER(c) (c == '%' || c == '#' || c == '+') macro
251 if (!IS_MODIFIER(out_format[i])) continue; in scanmacho_fatobj()
287 if (!IS_MODIFIER(out_format[i])) { in scanmacho_fatobj()
740 if (!IS_MODIFIER(out_format[i])) continue; in parseargs()
H A Dscanelf.c13 #define IS_MODIFIER(c) (c == '%' || c == '#' || c == '+') macro
1435 if (!IS_MODIFIER(out_format[i])) continue; in scanelf_elfobj()
1480 if (!IS_MODIFIER(out_format[i])) { in scanelf_elfobj()
2181 if (!IS_MODIFIER(out_format[i])) continue; in parseargs()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dmyb3k_kbd.cpp323 #define IS_MODIFIER(x,y) (x==0 && y>=0 && y<=5) in INPUT_PORTS_START() macro
407 if (IS_MODIFIER(m_x, m_y)) { in scan_keys()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dmyb3k_kbd.cpp323 #define IS_MODIFIER(x,y) (x==0 && y>=0 && y<=5) in INPUT_PORTS_START() macro
407 if (IS_MODIFIER(m_x, m_y)) { in scan_keys()