HomeSort by relevance Sort by last modified time
    Searched refs:col_option (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 335 PyObject *col_option = 0; local
344 &col_option);
348 &line_option, &col_option);
357 if (col_option != NULL) {
358 col_offset = PyObject_IsTrue(col_option);
391 PyObject *col_option = 0; local
400 &col_option);
403 &line_option, &col_option);
412 if (col_option != 0) {
413 col_offset = PyObject_IsTrue(col_option);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 304 PyObject *col_option = 0; local
313 &col_option);
317 &line_option, &col_option);
324 if (col_option != NULL) {
325 col_offset = (PyObject_IsTrue(col_option) != 0) ? 1 : 0;
356 PyObject *col_option = 0; local
365 &col_option);
368 &line_option, &col_option);
375 if (col_option != NULL) {
376 col_offset = (PyObject_IsTrue(col_option) != 0) ? 1 : 0;
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 335 PyObject *col_option = 0; local
344 &col_option);
348 &line_option, &col_option);
357 if (col_option != NULL) {
358 col_offset = PyObject_IsTrue(col_option);
391 PyObject *col_option = 0; local
400 &col_option);
403 &line_option, &col_option);
412 if (col_option != 0) {
413 col_offset = PyObject_IsTrue(col_option);
    [all...]

Completed in 208 milliseconds