~ubuntu-branches/debian/jessie/autogen/jessie

« back to all changes in this revision

Viewing changes to autoopts/funcs.def

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2014-02-09 15:15:42 UTC
  • mto: (12.1.16 experimental)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20140209151542-xj2tj1ou7wokkl65
Tags: upstream-5.18.3~pre16
ImportĀ upstreamĀ versionĀ 5.18.3~pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
    what = 'Decipher a boolean value';
288
288
    arg = {
289
289
        arg_type = 'tOptions*';
290
 
        arg_name = 'pOpts';
 
290
        arg_name = 'opts';
291
291
        arg_desc = 'program options descriptor';
292
292
    };
293
293
    arg = {
294
294
        arg_type = 'tOptDesc*';
295
 
        arg_name = 'pOptDesc';
 
295
        arg_name = 'od';
296
296
        arg_desc = 'the descriptor for this arg';
297
297
    };
298
298
    doc =
723
723
};
724
724
 
725
725
 
726
 
#line 790 "nested.c"
 
726
#line 813 "nested.c"
727
727
export_func = {
728
728
    name    = 'optionNestedVal';
729
729
    private;
741
741
    doc =
742
742
'Nested value was found on the command line';
743
743
    srcfile = 'nested.c';
744
 
    linenum = '790';
 
744
    linenum = '813';
745
745
};
746
746
 
747
747
 
1195
1195
};
1196
1196
 
1197
1197
 
1198
 
#line 228 "stack.c"
 
1198
#line 223 "stack.c"
1199
1199
export_func = {
1200
1200
    name    = 'optionStackArg';
1201
1201
    private;
1202
1202
    what = 'put option args on a stack';
1203
1203
    arg = {
1204
1204
        arg_type = 'tOptions*';
1205
 
        arg_name = 'pOpts';
 
1205
        arg_name = 'opts';
1206
1206
        arg_desc = 'program options descriptor';
1207
1207
    };
1208
1208
    arg = {
1209
1209
        arg_type = 'tOptDesc*';
1210
 
        arg_name = 'pOptDesc';
 
1210
        arg_name = 'od';
1211
1211
        arg_desc = 'the descriptor for this arg';
1212
1212
    };
1213
1213
    doc =
1214
1214
'Keep an entry-ordered list of option arguments.';
1215
1215
    srcfile = 'stack.c';
1216
 
    linenum = '228';
 
1216
    linenum = '223';
1217
1217
};
1218
1218
 
1219
1219
 
1220
 
#line 66 "time.c"
 
1220
#line 63 "time.c"
1221
1221
export_func = {
1222
1222
    name    = 'optionTimeDate';
1223
1223
    private;
1224
1224
    what = 'process an option with a time and date.';
1225
1225
    arg = {
1226
1226
        arg_type = 'tOptions*';
1227
 
        arg_name = 'pOpts';
 
1227
        arg_name = 'opts';
1228
1228
        arg_desc = 'program options descriptor';
1229
1229
    };
1230
1230
    arg = {
1231
1231
        arg_type = 'tOptDesc*';
1232
 
        arg_name = 'pOptDesc';
 
1232
        arg_name = 'od';
1233
1233
        arg_desc = 'the descriptor for this arg';
1234
1234
    };
1235
1235
    doc =
1236
1236
'Decipher a time and date value.';
1237
1237
    srcfile = 'time.c';
1238
 
    linenum = '66';
 
1238
    linenum = '63';
1239
1239
};
1240
1240
 
1241
1241
 
1246
1246
    what = 'process an option with a time duration.';
1247
1247
    arg = {
1248
1248
        arg_type = 'tOptions*';
1249
 
        arg_name = 'pOpts';
 
1249
        arg_name = 'opts';
1250
1250
        arg_desc = 'program options descriptor';
1251
1251
    };
1252
1252
    arg = {
1253
1253
        arg_type = 'tOptDesc*';
1254
 
        arg_name = 'pOptDesc';
 
1254
        arg_name = 'od';
1255
1255
        arg_desc = 'the descriptor for this arg';
1256
1256
    };
1257
1257
    doc =
1261
1261
};
1262
1262
 
1263
1263
 
1264
 
#line 634 "nested.c"
 
1264
#line 657 "nested.c"
1265
1265
export_func = {
1266
1266
    name    = 'optionUnloadNested';
1267
1267
    what = 'Deallocate the memory for a nested value';
1275
1275
have been gotten from a call to @code{configFileLoad()} (See
1276
1276
@pxref{libopts-configFileLoad}).';
1277
1277
    srcfile = 'nested.c';
1278
 
    linenum = '634';
 
1278
    linenum = '657';
1279
1279
};
1280
1280
 
1281
1281
 
1286
1286
    what = 'Remove option args from a stack';
1287
1287
    arg = {
1288
1288
        arg_type = 'tOptions*';
1289
 
        arg_name = 'pOpts';
 
1289
        arg_name = 'opts';
1290
1290
        arg_desc = 'program options descriptor';
1291
1291
    };
1292
1292
    arg = {
1293
1293
        arg_type = 'tOptDesc*';
1294
 
        arg_name = 'pOptDesc';
 
1294
        arg_name = 'od';
1295
1295
        arg_desc = 'the descriptor for this arg';
1296
1296
    };
1297
1297
    doc =
1627
1627
    srcfile = 'text_mmap.c';
1628
1628
    linenum = '325';
1629
1629
};
1630
 
vers-curr       = "163841";
 
1630
vers-curr       = "163842";
1631
1631
vers-min        = "102400";
1632
1632
vers-min-str    = "25:0:0";
1633
 
vers-sovers     = "40:1:15";
1634
 
display-ver     = "40.1";
 
1633
vers-sovers     = "40:2:15";
 
1634
display-ver     = "40.2";
1635
1635
library         = opts;
1636
1636
 
1637
1637
/*