File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ vstring_def(g_printString);
46
46
long g_commandFileNestingLevel = 0 ;
47
47
FILE * g_commandFilePtr [MAX_COMMAND_FILE_NESTING + 1 ];
48
48
vstring g_commandFileName [MAX_COMMAND_FILE_NESTING + 1 ];
49
+ /*!
50
+ * \var flag g_commandFileSilent[]
51
+ * a 1 for a particular \ref g_commandFileNestingLevel suppresses output for
52
+ * that submit nesting level. The value for the interactive level
53
+ * (\ref g_commandFileNestingLevel == 0) is ignored.
54
+ */
49
55
flag g_commandFileSilent [MAX_COMMAND_FILE_NESTING + 1 ];
50
56
flag g_commandFileSilentFlag = 0 ; /* For SUBMIT ... /SILENT */
51
57
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ temp_vstring right(const char *sin, long n);
457
457
/*!
458
458
* \fn temp_vstring edit(const char *sin, long control)
459
459
* perform a combination of transformations on \p sin based on the set bits in
460
- * \p control.
460
+ * \p control. This is an ASCII based transformation.
461
461
* Bit Effect
462
462
* 1 Clear parity bits
463
463
* 2 Discard all spaces and tabs
You can’t perform that action at this time.
0 commit comments