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

  /src/lib/libcurses/
underscore.c 1 /* $NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $ */
34 __RCSID("$NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $");
43 * underscore --
44 * Enter underscore mode on stdscr.
47 underscore(void) function
56 * Exit underscore mode on stdscr.
69 * Enter underscore mode.
77 /* If can underscore, set the screen underscore bit. */
89 * Exit underscore mode
    [all...]
underscore.c 1 /* $NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $ */
34 __RCSID("$NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $");
43 * underscore --
44 * Enter underscore mode on stdscr.
47 underscore(void) function
56 * Exit underscore mode on stdscr.
69 * Enter underscore mode.
77 /* If can underscore, set the screen underscore bit. */
89 * Exit underscore mode
    [all...]
curses.h 475 #define underscore() wunderscore(stdscr) macro
581 int underscore(void);
curses.h 475 #define underscore() wunderscore(stdscr) macro
581 int underscore(void);
  /src/usr.bin/rpcgen/
rpc_cout.c 190 char *underscore = strchr(_t_kludge, '_'); local
191 *underscore = 0;
rpc_cout.c 190 char *underscore = strchr(_t_kludge, '_'); local
191 *underscore = 0;
  /src/external/bsd/nsd/dist/
nsd-checkconf.c 127 underscore(const char *s) { function
1010 underscore(conf_opt), conf_zone, conf_pat, conf_tlsauth, final);
nsd-checkconf.c 127 underscore(const char *s) { function
1010 underscore(conf_opt), conf_zone, conf_pat, conf_tlsauth, final);
  /src/external/gpl2/lvm2/dist/lib/format_text/
archive.c 66 const char *dot, *underscore; local
76 if (!(underscore = strrchr(filename, '_')))
79 if (sscanf(underscore + 1, "%u", ix) != 1)
82 vg_len = underscore - filename;
archive.c 66 const char *dot, *underscore; local
76 if (!(underscore = strrchr(filename, '_')))
79 if (sscanf(underscore + 1, "%u", ix) != 1)
82 vg_len = underscore - filename;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h 36 underscore, enumerator in enum:llvm::MIToken::TokenKind
194 return Kind == NamedRegister || Kind == underscore ||
MILexer.h 36 underscore, enumerator in enum:llvm::MIToken::TokenKind
194 return Kind == NamedRegister || Kind == underscore ||
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 910 /* Symbol names starting with ? do not have a leading underscore. */
1464 /* Don't add a leading underscore for fastcall symbols. */
2113 /* We use a single underscore for MS compatibility, and a
2114 double underscore for backward compatibility with old
2407 /* Generate imp symbols with one underscore for Microsoft
3748 fprintf (file, _(" -U --add-underscore Add underscores to all symbols in interface library.\n"));
3749 fprintf (file, _(" --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"));
3750 fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"));
3751 fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n"))
4021 static char underscore[2]; local
    [all...]
dlltool.c 910 /* Symbol names starting with ? do not have a leading underscore. */
1464 /* Don't add a leading underscore for fastcall symbols. */
2113 /* We use a single underscore for MS compatibility, and a
2114 double underscore for backward compatibility with old
2407 /* Generate imp symbols with one underscore for Microsoft
3748 fprintf (file, _(" -U --add-underscore Add underscores to all symbols in interface library.\n"));
3749 fprintf (file, _(" --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"));
3750 fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"));
3751 fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n"))
4021 static char underscore[2]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 910 /* Symbol names starting with ? do not have a leading underscore. */
1463 /* Don't add a leading underscore for fastcall symbols. */
2112 /* We use a single underscore for MS compatibility, and a
2113 double underscore for backward compatibility with old
2406 /* Generate imp symbols with one underscore for Microsoft
3747 fprintf (file, _(" -U --add-underscore Add underscores to all symbols in interface library.\n"));
3748 fprintf (file, _(" --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"));
3749 fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"));
3750 fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n"))
4020 static char underscore[2]; local
    [all...]
dlltool.c 910 /* Symbol names starting with ? do not have a leading underscore. */
1463 /* Don't add a leading underscore for fastcall symbols. */
2112 /* We use a single underscore for MS compatibility, and a
2113 double underscore for backward compatibility with old
2406 /* Generate imp symbols with one underscore for Microsoft
3747 fprintf (file, _(" -U --add-underscore Add underscores to all symbols in interface library.\n"));
3748 fprintf (file, _(" --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"));
3749 fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"));
3750 fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n"))
4020 static char underscore[2]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 3062 bool underscore = false;
3068 underscore |= format_chars[wlen] == '_';
3202 if (underscore)
3060 bool underscore = false; local
c-format.cc 3062 bool underscore = false;
3068 underscore |= format_chars[wlen] == '_';
3202 if (underscore)
3060 bool underscore = false; local

Completed in 74 milliseconds