Searched refs:PUT_CHAR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dsnprintf.c325 #define PUT_CHAR(c, p) \ macro
347 PUT_CHAR (*(string), (p)); \
356 PUT_CHAR('+', p)
360 PUT_CHAR(' ', p)
366 PUT_CHAR((p)->pad, p)
372 PUT_CHAR((p)->pad, p)
378 PUT_CHAR('0', p)
702 PUT_CHAR('0', p);
707 PUT_CHAR('0', p);
708 PUT_CHAR(*
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c620 # define PUT_CHAR(c) putchar (c)
631 # define PUT_CHAR(c) printf ("%C", c);
847 PUT_CHAR (*p++);
899 PUT_CHAR((i++,*p++));
908 PUT_CHAR((i++,*p++));
1192 PUT_CHAR (string1[this_char]);
1200 PUT_CHAR (string2[this_char]);
2392 PUT_CHAR (pattern[debug_count]);
8220 # undef PUT_CHAR
615 # define PUT_CHAR macro
626 # define PUT_CHAR macro
8198 # undef PUT_CHAR macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c622 # define PUT_CHAR(c) putchar (c)
633 # define PUT_CHAR(c) printf ("%C", c);
857 PUT_CHAR (*p++);
909 PUT_CHAR((i++,*p++));
918 PUT_CHAR((i++,*p++));
1207 PUT_CHAR (string1[this_char]);
1215 PUT_CHAR (string2[this_char]);
2468 PUT_CHAR (pattern[debug_count]);
8449 # undef PUT_CHAR
617 # define PUT_CHAR macro
628 # define PUT_CHAR macro
8427 # undef PUT_CHAR macro

Completed in 238 milliseconds