Lines Matching +full:- +full:- +full:-
2 /*-------------------------------------------------------------------------*/
8 /*--------------------------------------------------------------------------*/
13 /*---------------------------------------------------------------------------
15 ---------------------------------------------------------------------------*/
34 /*-------------------------------------------------------------------------*/
42 /*--------------------------------------------------------------------------*/
46 /*-------------------------------------------------------------------------*/
61 This function returns -1 in case of error.
63 /*--------------------------------------------------------------------------*/
68 /*-------------------------------------------------------------------------*/
72 @param n Section number (from 0 to nsec-1).
75 This function locates the n-th section in a dictionary and returns
81 /*--------------------------------------------------------------------------*/
86 /*-------------------------------------------------------------------------*/
96 /*--------------------------------------------------------------------------*/
100 /*-------------------------------------------------------------------------*/
111 /*--------------------------------------------------------------------------*/
115 /*-------------------------------------------------------------------------*/
127 /*--------------------------------------------------------------------------*/
130 /*-------------------------------------------------------------------------*/
137 /*--------------------------------------------------------------------------*/
140 /*-------------------------------------------------------------------------*/
152 Each pointer in the returned char pointer-to-pointer is pointing to
155 /*--------------------------------------------------------------------------*/
159 /*-------------------------------------------------------------------------*/
173 /*--------------------------------------------------------------------------*/
176 /*-------------------------------------------------------------------------*/
192 - "42" -> 42
193 - "042" -> 34 (octal -> decimal)
194 - "0x42" -> 66 (hexa -> decimal)
202 /*--------------------------------------------------------------------------*/
205 /*-------------------------------------------------------------------------*/
221 - "42" -> 42
222 - "042" -> 34 (octal -> decimal)
223 - "0x42" -> 66 (hexa -> decimal)
229 /*--------------------------------------------------------------------------*/
233 /*-------------------------------------------------------------------------*/
245 /*--------------------------------------------------------------------------*/
248 /*-------------------------------------------------------------------------*/
262 - A string starting with 'y'
263 - A string starting with 'Y'
264 - A string starting with 't'
265 - A string starting with 'T'
266 - A string starting with '1'
270 - A string starting with 'n'
271 - A string starting with 'N'
272 - A string starting with 'f'
273 - A string starting with 'F'
274 - A string starting with '0'
279 /*--------------------------------------------------------------------------*/
283 /*-------------------------------------------------------------------------*/
289 @return int 0 if Ok, -1 otherwise.
295 /*--------------------------------------------------------------------------*/
299 /*-------------------------------------------------------------------------*/
308 /*--------------------------------------------------------------------------*/
311 /*-------------------------------------------------------------------------*/
322 /*--------------------------------------------------------------------------*/
325 /*-------------------------------------------------------------------------*/
338 /*--------------------------------------------------------------------------*/
341 /*-------------------------------------------------------------------------*/
351 /*--------------------------------------------------------------------------*/