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

  /external/libppp/src/
defs.h 100 #define PHYS_INTERACTIVE 1 /* Manual link */
main.c 217 sw->mode = PHYS_INTERACTIVE;
341 if (sw.mode == PHYS_INTERACTIVE) {
408 if (sw.mode == PHYS_INTERACTIVE)
432 if (sw.mode != PHYS_INTERACTIVE) {
defs.c 98 { PHYS_INTERACTIVE, "interactive" },
datalink.c 905 if ((dl->physical = physical_Create(dl, PHYS_INTERACTIVE)) == NULL) {
    [all...]
command.c 395 if ((arg->cx && !(arg->cx->physical->type & (PHYS_INTERACTIVE|PHYS_AUTO)))
397 (arg->bundle->phys_type.all & ~(PHYS_INTERACTIVE|PHYS_AUTO)))) {
    [all...]

Completed in 106 milliseconds