Searched refs:INDENT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-print-message.c47 #define INDENT 3 macro
53 printf (" "); /* INDENT spaces. */
66 columns = (80 - ((depth + 1) * INDENT)) / 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawObject.java33 private static final String INDENT = " "; field in class:RawObject
220 String indent2 = indent + INDENT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1022 #define INDENT 1 macro
1029 const char *indent = flags & INDENT? " " : ""; \
1070 const char *indent = flags & INDENT? " " : "";
1085 const char *indent = flags & INDENT ? " " : "";
1115 print_program_info (INDENT|SHOW_COPYRIGHT, AV_LOG_INFO);
1116 print_all_libs_info(INDENT|SHOW_CONFIG, AV_LOG_INFO);
1117 print_all_libs_info(INDENT|SHOW_VERSION, AV_LOG_INFO);
1132 print_buildconf (INDENT|0, AV_LOG_INFO);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c462 #define INDENT 1 macro
468 const char *indent = flags & INDENT? " " : ""; \
514 print_all_libs_info(INDENT|SHOW_CONFIG, AV_LOG_VERBOSE);
515 print_all_libs_info(INDENT|SHOW_VERSION, AV_LOG_VERBOSE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure10918 #define INDENT 2
10957 cp = spaces + 8 - (8 - ((curcol - INDENT - 1) % 8));
10960 for (i = INDENT; --i >= 0; )
10962 curcol = INDENT;

Completed in 198 milliseconds