HomeSort by: relevance | last modified time | path
    Searched defs:mline (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Module.h 275 int mline; // MP line to be processed by source member in class:Module
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Module.h 275 int mline; // MP line to be processed by source member in class:Module
  /src/sys/dev/ir/
irframe_tty.c 962 int mline; local
964 irt_ioctl(tp, TIOCMGET, &mline);
965 mline &= ~(TIOCM_DTR | TIOCM_RTS);
966 mline |= line;
967 irt_ioctl(tp, TIOCMSET, (void *)&mline);
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 1177 char mline = 0; local
1183 mline = 1;
1192 if (mline)
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 1316 char mline = 0; local
1325 mline = 1;
1334 if (mline)
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 1298 char mline = 0; local
1307 mline = 1;
1316 if (mline)

Completed in 48 milliseconds